mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
improve lay-out mainscreen
This commit is contained in:
parent
9cb898201e
commit
b6a2f6acbf
@ -1,8 +1,7 @@
|
|||||||
<!-- BEGIN form -->
|
<!-- BEGIN form -->
|
||||||
<p align="center">{error_message}</p>
|
<div align="center">{error_message}</div>
|
||||||
|
|
||||||
<form method="POST" action="{form_action}">
|
<form method="POST" action="{form_action}">
|
||||||
<table border="0" align="center" width="60%">
|
<table border="0" align="center" >
|
||||||
<input type="hidden" name="select_lang" value="{select_lang}">
|
<input type="hidden" name="select_lang" value="{select_lang}">
|
||||||
<input type="hidden" name="section" value="{section}">
|
<input type="hidden" name="section" value="{section}">
|
||||||
{rows}
|
{rows}
|
||||||
@ -12,14 +11,14 @@
|
|||||||
<!-- END form -->
|
<!-- END form -->
|
||||||
|
|
||||||
<!-- BEGIN row -->
|
<!-- BEGIN row -->
|
||||||
<tr bgcolor="{tr_color}">
|
<tr >
|
||||||
<td>{label}</td>
|
<td>{label}</td>
|
||||||
<td align="center">{value}</td>
|
<td align="left">{value}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END row -->
|
<!-- END row -->
|
||||||
|
|
||||||
<!-- BEGIN row_2 -->
|
<!-- BEGIN row_2 -->
|
||||||
<tr bgcolor="{tr_color}">
|
<tr >
|
||||||
<td colspan="2" align="center">{value}</td>
|
<td colspan="2" align="left">{value}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END row_2 -->
|
<!-- END row_2 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user