diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-28 00:08:18 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-28 00:08:18 +0000 |
commit | 595a39122f1564207f73e4c260a7c65fbad2305e (patch) | |
tree | 655f574b52701d409c373fd0f13698d36ca88912 /phpBB/admin | |
parent | 7cc1dbf6b0b3034da72d3dbca9adfacf8f19638b (diff) | |
download | forums-595a39122f1564207f73e4c260a7c65fbad2305e.tar forums-595a39122f1564207f73e4c260a7c65fbad2305e.tar.gz forums-595a39122f1564207f73e4c260a7c65fbad2305e.tar.bz2 forums-595a39122f1564207f73e4c260a7c65fbad2305e.tar.xz forums-595a39122f1564207f73e4c260a7c65fbad2305e.zip |
Posting and acl option updates
git-svn-id: file:///svn/phpbb/trunk@2972 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin')
-rw-r--r-- | phpBB/admin/admin_board.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/admin/admin_board.php b/phpBB/admin/admin_board.php index fb0b54997c..bdba9b292d 100644 --- a/phpBB/admin/admin_board.php +++ b/phpBB/admin/admin_board.php @@ -371,8 +371,8 @@ switch ( $mode ) <td class="row2"><input type="text" maxlength="4" size="4" name="pm_max_boxes" value="<?php echo $new['pm_max_boxes']; ?>" /></td> </tr> <tr> - <td class="row1"><?php echo $user->lang['Boxes_limit']; ?>: <br /><span class="gensmall"><?php echo $user->lang['Boxes_limit_explain']; ?></span></td> - <td class="row2"><input type="text" maxlength="4" size="4" name="pm_max_msgs" value="<?php echo $new['pm_max_msgs']; ?>" /></td> + <td class="row1"><?php echo $user->lang['Edit_time']; ?>: <br /><span class="gensmall"><?php echo $user->lang['Edit_time_explain']; ?></span></td> + <td class="row2"><input type="text" maxlength="3" size="3" name="edit_time" value="<?php echo $new['edit_time']; ?>" /></td> </tr> <tr> <td class="row1"><?php echo $user->lang['Flood_Interval']; ?>: <br /><span class="gensmall"><?php echo $user->lang['Flood_Interval_explain']; ?></span></td> |