* don't show "Create forum thread" when editing
* fixed red color table after create account
This commit is contained in:
slawkens1
2017-05-18 16:19:01 +02:00
parent bde265d79b
commit eda700c483
2 changed files with 9 additions and 5 deletions

View File

@@ -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"/>