mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Minor change to seperate presets from "main" permission settings table
git-svn-id: file:///svn/phpbb/trunk@3302 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -617,6 +617,11 @@ if (!empty($forum_id) || $mode == 'administrators' || $mode == 'supermoderators'
|
||||
<tr>
|
||||
<td class="cat" colspan="4" align="center"><input class="mainoption" type="submit" name="update" value="<?php echo $user->lang['Update']; ?>" /> <input class="liteoption" type="submit" name="cancel" value="<?php echo $user->lang['CANCEL']; ?>" /><input type="hidden" name="f" value="<?php echo $forum_id; ?>" /><input type="hidden" name="type" value="<?php echo $_POST['type']; ?>" /><?php echo $ug_hidden; ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<table class="bg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th colspan="4"><?php echo $user->lang['PRESETS']; ?></th>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user