[ticket/10037] Fix table in subsilver2

Thanks, nickvergessen! ;-)

PHPBB3-10037
This commit is contained in:
Oliver Schramm 2013-07-31 14:04:50 +02:00
parent 866e475f96
commit 6f883b6791

View file

@ -1,5 +1,12 @@
<!-- INCLUDE ucp_header.html --> <!-- INCLUDE ucp_header.html -->
<script type="text/javascript">
// <![CDATA[
var form_name = 'ucp';
var text_name = 'signature';
// ]]>
</script>
<!-- DEFINE $S_SIGNATURE = 1 --> <!-- DEFINE $S_SIGNATURE = 1 -->
<table class="tablebg" width="100%" cellspacing="1"> <table class="tablebg" width="100%" cellspacing="1">
<tr> <tr>
@ -18,19 +25,9 @@
<!-- ENDIF --> <!-- ENDIF -->
<tr> <tr>
<td colspan="2" class="row2">
<script type="text/javascript">
// <![CDATA[
var form_name = 'ucp';
var text_name = 'signature';
// ]]>
</script>
<!-- IF S_SMILIES_ALLOWED --> <!-- IF S_SMILIES_ALLOWED -->
<table cellspacing="0"> <td class="row1" width="22%" valign="top">
<tr>
<td class="row1" width="22%" valign="top" style="border-right:1px solid #a9b8c2">
{L_SIGNATURE_EXPLAIN} {L_SIGNATURE_EXPLAIN}
<!-- IF .smiley -->
<table width="100%" cellspacing="5" cellpadding="0" border="0" align="center"> <table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
<tr> <tr>
<td class="gensmall" align="center"><b>{L_SMILIES}</b></td> <td class="gensmall" align="center"><b>{L_SMILIES}</b></td>
@ -48,10 +45,12 @@
</tr> </tr>
<!-- ENDIF --> <!-- ENDIF -->
</table> </table>
<!-- ENDIF -->
</td> </td>
<td class="row2"> <td class="row2">
<!-- ELSE -->
<td class="row2" colspan="2">
<!-- ENDIF --> <!-- ENDIF -->
<table cellspacing="0" cellpadding="2" border="0" width="99%"> <table cellspacing="0" cellpadding="2" border="0" width="99%">
<!-- INCLUDE posting_buttons.html --> <!-- INCLUDE posting_buttons.html -->
<tr> <tr>
@ -75,11 +74,6 @@
</tr> </tr>
<!-- ENDIF --> <!-- ENDIF -->
</table> </table>
<!-- IF S_SMILIES_ALLOWED -->
</td>
</tr>
</table>
<!-- ENDIF -->
</td> </td>
</tr> </tr>
<tr> <tr>