forked from extern/egroupware
minor html mods
This commit is contained in:
parent
d6b286ea0c
commit
d3b1b37058
@ -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 -->
|
||||
|
@ -30,6 +30,11 @@
|
||||
<td colspan=3>{groups_select} </td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{tr_color1}">
|
||||
<td>{lang_expires}</td>
|
||||
<td colspan=3>{expires_list} </td>
|
||||
</tr>
|
||||
|
||||
{permissions_list}
|
||||
|
||||
{gui_hooks}
|
||||
|
@ -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"> </td>
|
||||
</tr>
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
<tr bgcolor="{tr_color2}">
|
||||
<td>{lang_groups}</td>
|
||||
<td colspan=3>{groups_select} </td>
|
||||
<td colspan="3">{groups_select} </td>
|
||||
</tr>
|
||||
|
||||
{permissions_list}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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> </td>
|
||||
<td colspan="4" align=right>
|
||||
<td colspan="4" align="right">
|
||||
<form method="post" action="{actionurl}">
|
||||
<input type="text" name="query"> <input type="submit" name="search" value="{lang_search}"></form></td>
|
||||
</tr>
|
||||
|
@ -59,7 +59,7 @@ function check_all()
|
||||
<td> </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>
|
||||
|
Loading…
Reference in New Issue
Block a user