mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fixed bug #144, removed unneeded span tags from admin config template
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2527 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7a560c428e
commit
6315e028f8
1 changed files with 3 additions and 3 deletions
|
@ -117,15 +117,15 @@
|
|||
<td class="row2"><input type="radio" name="privmsg_disable" value="0" {S_PRIVMSG_ENABLED} />{L_ENABLED} <input type="radio" name="privmsg_disable" value="1" {S_PRIVMSG_DISABLED} />{L_DISABLED}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_INBOX_LIMIT}</span></td>
|
||||
<td class="row1">{L_INBOX_LIMIT}</td>
|
||||
<td class="row2"><input type="text" maxlength="4" size="4" name="max_inbox_privmsgs" value="{INBOX_LIMIT}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_SENTBOX_LIMIT}</span></td>
|
||||
<td class="row1">{L_SENTBOX_LIMIT}</td>
|
||||
<td class="row2"><input type="text" maxlength="4" size="4" name="max_sentbox_privmsgs" value="{SENTBOX_LIMIT}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">{L_SAVEBOX_LIMIT}</span></td>
|
||||
<td class="row1">{L_SAVEBOX_LIMIT}</td>
|
||||
<td class="row2"><input type="text" maxlength="4" size="4" name="max_savebox_privmsgs" value="{SAVEBOX_LIMIT}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue