mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
This is really just a test to make sure I'm doing this correctly.
I'm updating some of the html to make it more browser friendly.
This commit is contained in:
parent
d7b4c46de0
commit
a8c09725e7
@ -1,10 +1,12 @@
|
|||||||
<!-- BEGIN list -->
|
<!-- BEGIN list -->
|
||||||
<p>
|
<p>
|
||||||
<table border="0" align="center" width="95%">
|
<div align="center">
|
||||||
|
<table border="0" width="95%">
|
||||||
<tr>
|
<tr>
|
||||||
{rows}
|
{rows}
|
||||||
<td>
|
<td>
|
||||||
<table border="0" align="center" width="100%">
|
<div align="center">
|
||||||
|
<table border="0" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left">
|
<td align="left">
|
||||||
{lang_last_x_logins}
|
{lang_last_x_logins}
|
||||||
@ -38,9 +40,11 @@
|
|||||||
<td colspan="5" align="left">{lang_percent}</td>
|
<td colspan="5" align="left">{lang_percent}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<!-- END list -->
|
<!-- END list -->
|
||||||
|
|
||||||
<!-- BEGIN row -->
|
<!-- BEGIN row -->
|
||||||
|
Loading…
Reference in New Issue
Block a user