Skip to content

Commit

Permalink
[ticket/10037] Fix table in subsilver2
Browse files Browse the repository at this point in the history
Thanks, nickvergessen! ;-)

PHPBB3-10037
  • Loading branch information
Elsensee committed Jul 31, 2013
1 parent 866e475 commit 6f883b6
Showing 1 changed file with 18 additions and 24 deletions.
42 changes: 18 additions & 24 deletions phpBB/styles/subsilver2/template/ucp_profile_signature.html
@@ -1,5 +1,12 @@
<!-- INCLUDE ucp_header.html -->

<script type="text/javascript">
// <![CDATA[
var form_name = 'ucp';
var text_name = 'signature';
// ]]>
</script>

<!-- DEFINE $S_SIGNATURE = 1 -->
<table class="tablebg" width="100%" cellspacing="1">
<tr>
Expand All @@ -18,20 +25,10 @@
<!-- ENDIF -->

<tr>
<td colspan="2" class="row2">
<script type="text/javascript">
// <![CDATA[
var form_name = 'ucp';
var text_name = 'signature';
// ]]>
</script>
<!-- IF S_SMILIES_ALLOWED -->
<table cellspacing="0">
<tr>
<td class="row1" width="22%" valign="top" style="border-right:1px solid #a9b8c2">
{L_SIGNATURE_EXPLAIN}
<!-- IF .smiley -->
<table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
<!-- IF S_SMILIES_ALLOWED -->
<td class="row1" width="22%" valign="top">
{L_SIGNATURE_EXPLAIN}
<table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
<tr>
<td class="gensmall" align="center"><b>{L_SMILIES}</b></td>
</tr>
Expand All @@ -47,11 +44,13 @@
<td align="center"><a class="nav" href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a></td>
</tr>
<!-- ENDIF -->
</table>
<!-- ENDIF -->
</td>
<td class="row2">
<!-- ENDIF -->
</table>
</td>
<td class="row2">
<!-- ELSE -->
<td class="row2" colspan="2">
<!-- ENDIF -->

<table cellspacing="0" cellpadding="2" border="0" width="99%">
<!-- INCLUDE posting_buttons.html -->
<tr>
Expand All @@ -75,11 +74,6 @@
</tr>
<!-- ENDIF -->
</table>
<!-- IF S_SMILIES_ALLOWED -->
</td>
</tr>
</table>
<!-- ENDIF -->
</td>
</tr>
<tr>
Expand Down

0 comments on commit 6f883b6

Please sign in to comment.