mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
alter layout slightly
git-svn-id: file:///svn/phpbb/trunk@4526 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
29ad97ebf7
commit
288bc45e3a
1 changed files with 65 additions and 48 deletions
|
@ -37,7 +37,7 @@ function marklist(form_name, status)
|
|||
|
||||
//-->
|
||||
</script>
|
||||
<script language="javascript" type="text/javascript" src="styles/subSilver/template/editor.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
|
||||
|
||||
<form method="post" name="ucp" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}><table width="95%" cellspacing="0" cellpadding="0" border="0" align="center">
|
||||
<tr>
|
||||
|
@ -49,7 +49,11 @@ function marklist(form_name, status)
|
|||
<tr>
|
||||
<td>
|
||||
|
||||
<table class="tablebg" width="20%" cellspacing="1" cellpadding="4" border="0" align="left">
|
||||
<table width="20%" cellspacing="0" cellpadding="0" border="0" align="left">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<th>{L_OPTIONS}</th>
|
||||
</tr>
|
||||
|
@ -71,6 +75,15 @@ function marklist(form_name, status)
|
|||
</td>
|
||||
</tr>
|
||||
<!-- END ucp_section -->
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td><img src="images/spacer.gif" height="2" alt="" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<th>{L_FRIENDS}</th>
|
||||
</tr>
|
||||
|
@ -102,6 +115,10 @@ function marklist(form_name, status)
|
|||
<!-- END friends_offline -->
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" border="0" align="left">
|
||||
|
|
Loading…
Add table
Reference in a new issue