mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
Fixed bug #728, privmsgs bar layout
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3112 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b954735776
commit
bbd4aa6e7d
1 changed files with 2 additions and 2 deletions
|
@ -32,10 +32,10 @@
|
|||
<!-- BEGIN switch_box_size_notice -->
|
||||
<table width="175" cellspacing="1" cellpadding="2" border="0" class="bodyline">
|
||||
<tr>
|
||||
<td colspan="3" width="100%" class="row1" nowrap="nowrap"><span class="gensmall">{BOX_SIZE_STATUS}</span></td>
|
||||
<td colspan="3" width="175" class="row1" nowrap="nowrap"><span class="gensmall">{BOX_SIZE_STATUS}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" width="100%" class="row2">
|
||||
<td colspan="3" width="175" class="row2">
|
||||
<table cellspacing="0" cellpadding="1" border="0">
|
||||
<tr>
|
||||
<td bgcolor="{T_TD_COLOR2}"><img src="templates/subSilver/images/spacer.gif" width="{INBOX_LIMIT_IMG_WIDTH}" height="8" alt="{INBOX_LIMIT_PERCENT}" /></td>
|
||||
|
|
Loading…
Add table
Reference in a new issue