mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
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>
|
||||
|
@ -4,13 +4,13 @@
|
||||
function check_all()
|
||||
{
|
||||
for (i=0; i<document.allow.elements.length; i++) {
|
||||
if (document.allow.elements[i].type == "checkbox") {
|
||||
if (document.allow.elements[i].checked) {
|
||||
document.allow.elements[i].checked = false;
|
||||
} else {
|
||||
document.allow.elements[i].checked = true;
|
||||
}
|
||||
}
|
||||
if (document.allow.elements[i].type == "checkbox") {
|
||||
if (document.allow.elements[i].checked) {
|
||||
document.allow.elements[i].checked = false;
|
||||
} else {
|
||||
document.allow.elements[i].checked = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@ -18,14 +18,14 @@ function check_all()
|
||||
<table border="0" width="70%">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<div align="center">
|
||||
<form method="POST" action="{action_url}">
|
||||
{common_hidden_vars}
|
||||
<input type="text" name="query" value="{search_value}">
|
||||
<input type="submit" name="search" value="{search}">
|
||||
<input type="submit" name="next" value="{next}">
|
||||
</form>
|
||||
</div>
|
||||
<div align="center">
|
||||
<form method="POST" action="{action_url}">
|
||||
{common_hidden_vars}
|
||||
<input type="text" name="query" value="{search_value}">
|
||||
<input type="submit" name="search" value="{search}">
|
||||
<input type="submit" name="next" value="{next}">
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>{nml}</tr>
|
||||
@ -33,36 +33,36 @@ function check_all()
|
||||
</table>
|
||||
<form name="allow" action="{action_url}" method="POST">
|
||||
{common_hidden_vars}
|
||||
<table border="0" width="70%">
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td align="center"><font size="2" face="{th_font}">{sort_con}</font></td>
|
||||
<td><font size="2" face="{th_font}">{sort_group}</font></td>
|
||||
<td align="center"><font size="2" face="{th_font}">{sort_active}</font></td>
|
||||
</tr>
|
||||
<table border="0" width="70%">
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td align="center"><font size="2" face="{th_font}">{sort_con}</font></td>
|
||||
<td><font size="2" face="{th_font}">{sort_group}</font></td>
|
||||
<td align="center"><font size="2" face="{th_font}">{sort_active}</font></td>
|
||||
</tr>
|
||||
<!-- END nntp_header -->
|
||||
|
||||
{output}
|
||||
|
||||
<!-- BEGIN nntp_list -->
|
||||
|
||||
<tr bgcolor="{tr_color}">
|
||||
<td align="center"><font face="{th_font}">{con}</font></td>
|
||||
<td><font face="{th_font}">{group}</font></td>
|
||||
<td align="center"><font face="{th_font}">{active}</font></td>
|
||||
</tr>
|
||||
<tr bgcolor="{tr_color}">
|
||||
<td align="center"><font face="{th_font}">{con}</font></td>
|
||||
<td><font face="{th_font}">{group}</font></td>
|
||||
<td align="center"><font face="{th_font}">{active}</font></td>
|
||||
</tr>
|
||||
|
||||
<!-- END nntp_list -->
|
||||
|
||||
<!-- BEGIN nntp_footer -->
|
||||
|
||||
<tr bgcolor="{th_bg}">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<tr bgcolor="{th_bg}">
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</center>
|
||||
<!-- END nntp_footer -->
|
||||
|
Loading…
Reference in New Issue
Block a user