mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
alter layout slightly
git-svn-id: file:///svn/phpbb/trunk@4526 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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>
|
||||
@@ -104,6 +117,10 @@ function marklist(form_name, status)
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" border="0" align="left">
|
||||
<tr>
|
||||
<td><img src="images/spacer.gif" width="2" alt="" /></td>
|
||||
|
Reference in New Issue
Block a user