#12137


git-svn-id: file:///svn/phpbb/trunk@7716 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2007-06-06 14:48:36 +00:00
parent ed17471e0c
commit 89547673d1

View file

@ -29,6 +29,7 @@
<tr> <tr>
<td colspan="2"><textarea class="post" name="signature" rows="10" cols="76" style="width: 90%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{SIGNATURE}</textarea></td> <td colspan="2"><textarea class="post" name="signature" rows="10" cols="76" style="width: 90%;" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{SIGNATURE}</textarea></td>
</tr> </tr>
<!-- IF S_BBCODE_ALLOWED -->
<tr> <tr>
<td colspan="2"> <td colspan="2">
<table cellspacing="0" cellpadding="0" border="0" width="100%"> <table cellspacing="0" cellpadding="0" border="0" width="100%">
@ -44,6 +45,7 @@
</table> </table>
</td> </td>
</tr> </tr>
<!-- ENDIF -->
</table> </table>
</td> </td>
</tr> </tr>