source: trunk/phpgwapi/templates/default/portal.tpl @ 1246

Revision 1246, 1.1 KB checked in by fpcorrea, 15 years ago (diff)

Ticket #573 - Importação de mensagens é limitado pelo tamanho máximo de anexos

  • Property svn:eol-style set to native
  • Property svn:executable set to *
RevLine 
[2]1<!-- BEGIN portal_box -->
[1246]2<p>
3<table border="{outer_border}" cellpadding="0" cellspacing="0" width="{outer_width}" bordercolor="{outer_bordercolor}" bgcolor="{outer_bgcolor}">
[2]4 <tr nowrap align="center">
[1246]5  <td align="center" background="{header_background_image}">{title}</td>{portal_controls}
[2]6 </tr>
7 <tr>
[1246]8  <td colspan="2">
9   <table border="1" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="{inner_bgcolor}">
[2]10    {row}
11   </table>
12  </td>
13 </tr>
14</table>
[1246]15</p>
[2]16<!-- END portal_box -->
17<!-- BEGIN portal_row -->
18    <tr>
[1246]19          <td>
20{output}
[2]21          </td>
22    </tr>
23<!-- END portal_row -->
24<!-- BEGIN portal_listbox_header -->
[1246]25     <td>
26      <ul>
[2]27<!-- END portal_listbox_header -->
28<!-- BEGIN portal_listbox_link -->
29<li><a href="{link}">{text}</a></li>
30<!-- END portal_listbox_link -->
31<!-- BEGIN portal_listbox_footer -->
[1246]32      </ul>
33     </td>
[2]34<!-- END portal_listbox_footer -->
35<!-- BEGIN portal_control -->
[1246]36  <td valign="middle" align="right" nowrap background="{header_background_image}">{control_link}
37  </td>
[2]38<!-- END portal_control -->
39<!-- BEGIN link_field -->
40   {link_field_data}
41<!-- END link_field -->
Note: See TracBrowser for help on using the repository browser.