mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
Correct table layout problem; proper HTML quoting;
This commit is contained in:
parent
e9a4a7e473
commit
4ebdc6dcd8
@ -1,6 +1,6 @@
|
|||||||
<!-- BEGIN portal_box -->
|
<!-- BEGIN portal_box -->
|
||||||
<p>
|
<p>
|
||||||
<table border=0 cellpadding="0" cellspacing="0" width="{outer_width}" bgcolor="{outer_bgcolor}">
|
<table border="0" cellpadding="0" cellspacing="0" width="{outer_width}" bgcolor="{outer_bgcolor}">
|
||||||
<tr nowrap align="center">
|
<tr nowrap align="center">
|
||||||
<td align="left"> <strong>{title}</strong></td>{portal_controls}
|
<td align="left"> <strong>{title}</strong></td>{portal_controls}
|
||||||
</tr>
|
</tr>
|
||||||
@ -19,7 +19,9 @@
|
|||||||
|
|
||||||
<!-- BEGIN portal_row -->
|
<!-- BEGIN portal_row -->
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>
|
||||||
{output}
|
{output}
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END portal_row -->
|
<!-- END portal_row -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user