mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
71 lines
1.2 KiB
Smarty
71 lines
1.2 KiB
Smarty
<!-- BEGIN portal_box -->
|
|
<p>
|
|
<div style="border: #9c9c9c 1px solid;">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="{outer_width}">
|
|
<tr nowrap align="center">
|
|
<td align="left">
|
|
<div class="divSideboxHeader" style="height: 20px; padding-top: 0px">
|
|
<table border="0" cellpadding="1" cellspacing="0" width="{outer_width}">
|
|
<tr>
|
|
<td align="left"> <strong>{title}</strong></td>{portal_controls}
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="#eeeeee">
|
|
{row}
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</p>
|
|
<!-- END portal_box -->
|
|
|
|
|
|
|
|
<!-- BEGIN portal_row -->
|
|
<tr>
|
|
<td>
|
|
{output}
|
|
</td>
|
|
</tr>
|
|
<!-- END portal_row -->
|
|
|
|
|
|
|
|
<!-- BEGIN portal_listbox_header -->
|
|
<tr>
|
|
<td>
|
|
<ul>
|
|
<!-- END portal_listbox_header -->
|
|
|
|
|
|
|
|
<!-- BEGIN portal_listbox_link -->
|
|
<li><a href="{link}">{text}</a></li>
|
|
<!-- END portal_listbox_link -->
|
|
|
|
|
|
|
|
<!-- BEGIN portal_listbox_footer -->
|
|
</ul>
|
|
</td>
|
|
</tr>
|
|
<!-- END portal_listbox_footer -->
|
|
|
|
|
|
|
|
<!-- BEGIN portal_control -->
|
|
<td valign="middle" align="right" nowrap="nowrap">{control_link}</td>
|
|
<!-- END portal_control -->
|
|
|
|
|
|
|
|
<!-- BEGIN link_field -->
|
|
{link_field_data}
|
|
<!-- END link_field -->
|