mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
fixes
* don't show "Create forum thread" when editing * fixed red color table after create account
This commit is contained in:
@@ -375,7 +375,9 @@ if(!$news_cached)
|
||||
<?php endforeach; ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
if($action == 'add'):
|
||||
?>
|
||||
<tr bgcolor="<?php echo getStyle($rows++); ?>">
|
||||
<td><b>Create forum thread in section:</b></td>
|
||||
<td>
|
||||
@@ -388,7 +390,9 @@ if(!$news_cached)
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
<tr bgcolor="<?php echo getStyle($rows++); ?>">
|
||||
<td align="right">
|
||||
<input type="submit" value="Submit"/>
|
||||
|
Reference in New Issue
Block a user