minor html mods

This commit is contained in:
Miles Lott 2001-05-10 11:34:47 +00:00
parent d6b286ea0c
commit d3b1b37058
7 changed files with 47 additions and 42 deletions

View File

@ -17,11 +17,11 @@
{rows}
<tr bgcolor="{bg_color}">
<td colspan=5 align=left>{footer_total}</td>
<td colspan="5" align="left">{footer_total}</td>
</tr>
<tr bgcolor="{bg_color}">
<td colspan=5 align=left>{lang_percent}</td>
<td colspan="5" align="left">{lang_percent}</td>
</tr>
</table>
<!-- END list -->

View File

@ -30,6 +30,11 @@
<td colspan=3>{groups_select}&nbsp;</td>
</tr>
<tr bgcolor="{tr_color1}">
<td>{lang_expires}</td>
<td colspan=3>{expires_list}&nbsp;</td>
</tr>
{permissions_list}
{gui_hooks}

View File

@ -3,7 +3,7 @@
<form method="POST" action="{form_action}">
<center>
<table border=0 width=85%>
<table border="0" width="85%">
<tr bgcolor="{th_bg}">
<td colspan="4">&nbsp;</td>
</tr>
@ -33,7 +33,7 @@
<tr bgcolor="{tr_color2}">
<td>{lang_groups}</td>
<td colspan=3>{groups_select}&nbsp;</td>
<td colspan="3">{groups_select}&nbsp;</td>
</tr>
{permissions_list}

View File

@ -1,7 +1,7 @@
<!-- BEGIN list -->
<p>
<table border="0" width="70%" align="center">
<tr bgcolor="{bg_color}">
<tr bgcolor="{th_bg}">
<td align="left">{left_next_matchs}</td>
<td align="center">{lang_user_accounts}</td>
<td align="right">{right_next_matchs}</td>

View File

@ -2,7 +2,7 @@
<form method="POST" action="{form_action}">
<input type="hidden" name="account_id" value="{account_id}">
<center>
<table border=0 width=85%>
<table border="0" width="85%">
<tr>
<td align="center">{lang_new_owner}</td>
</tr>

View File

@ -5,7 +5,7 @@
<td colspan="4" align="center" bgcolor="#c9c9c9"><b>{title_categories}<b/></td>
</tr>
<tr>
<td colspan="4" align=left>
<td colspan="4" align="left">
<table border="0" width="100%">
<tr>
{left}
@ -17,7 +17,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td colspan="4" align=right>
<td colspan="4" align="right">
<form method="post" action="{actionurl}">
<input type="text" name="query">&nbsp;<input type="submit" name="search" value="{lang_search}"></form></td>
</tr>

View File

@ -59,7 +59,7 @@ function check_all()
<td>&nbsp;</td>
<td align="center"><input type="submit" name="submit" value="{lang_update}"></td>
<td align=center>
<a href="javascript:check_all()"><img src="{checkmark}" border=0 height=16 width=21></a>
<a href="javascript:check_all()"><img src="{checkmark}" border="0" height="16" width="21"></a>
</td>
</tr>
</table>