mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00:00
Alter layout for signature ... else it'll really screwup the look with large sigs ..
git-svn-id: file:///svn/phpbb/trunk@4032 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fc67159096
commit
18760b39f4
1 changed files with 8 additions and 2 deletions
|
@ -111,9 +111,15 @@
|
|||
<td class="gen" valign="middle" align="right" nowrap="nowrap">{L_WEBSITE}: </td>
|
||||
<td><b class="gen">{WWW}</b></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" colspan="2" align="center"><b class="gen">{L_SIGNATURE}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" colspan="2"><table cellspacing="0" cellpadding="10" border="0" align="center">
|
||||
<tr>
|
||||
<td class="gen" valign="middle" align="right" nowrap="nowrap">{L_SIGNATURE}: </td>
|
||||
<td class="postbody">{SIGNATURE}</td>
|
||||
<td>{SIGNATURE}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue