forked from extern/egroupware
improve lay-out mainscreen
This commit is contained in:
parent
9cb898201e
commit
b6a2f6acbf
@ -1,8 +1,7 @@
|
||||
<!-- BEGIN form -->
|
||||
<p align="center">{error_message}</p>
|
||||
|
||||
<div align="center">{error_message}</div>
|
||||
<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="section" value="{section}">
|
||||
{rows}
|
||||
@ -12,14 +11,14 @@
|
||||
<!-- END form -->
|
||||
|
||||
<!-- BEGIN row -->
|
||||
<tr bgcolor="{tr_color}">
|
||||
<tr >
|
||||
<td>{label}</td>
|
||||
<td align="center">{value}</td>
|
||||
<td align="left">{value}</td>
|
||||
</tr>
|
||||
<!-- END row -->
|
||||
|
||||
<!-- BEGIN row_2 -->
|
||||
<tr bgcolor="{tr_color}">
|
||||
<td colspan="2" align="center">{value}</td>
|
||||
<tr >
|
||||
<td colspan="2" align="left">{value}</td>
|
||||
</tr>
|
||||
<!-- END row_2 -->
|
||||
|
Loading…
Reference in New Issue
Block a user