mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +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 -->
|
||||
<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">
|
||||
<td align="left"> <strong>{title}</strong></td>{portal_controls}
|
||||
</tr>
|
||||
@ -19,7 +19,9 @@
|
||||
|
||||
<!-- BEGIN portal_row -->
|
||||
<tr>
|
||||
<td>
|
||||
{output}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END portal_row -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user