Code

Updated a couple of templates
[gosa.git] / gosa-core / plugins / personal / posix / trustSelect / trust-list.tpl
1 {image path="images/empty.png" action="no_action_posted" value="do_nothing"}
3 <table style="width:100%;height:100%" cellpadding=2
4   summary="{t}List of systems{/t}">
5  <tr>
6   <td style="width:100%;">
7    <div class="contentboxh">
8     <p class="contentboxh">&nbsp;{$HEADLINE}&nbsp;{$SIZELIMIT}</p>
9    </div>
10    
11    <div class="contentboxb">
12     <div style='background:white;padding:3px;'>
13      <table summary="{t}List navigation{/t}">
14       <tr>
15        <td>{$ROOT}&nbsp;</td><td>{$BACK}&nbsp;</td><td>{$HOME}&nbsp;</td><td>{$RELOAD}&nbsp;</td><td>{$SEPARATOR}&nbsp;</td><td>{t}Base{/t} {$BASE}&nbsp;</td><td>{$SEPARATOR}&nbsp;</td><td>{image path="images/rocket.png"}
16        </td><td> {$ACTIONS}</td>
17       </tr>
18      </table>
19     </div>
20    </div>
21    
22    <div style='height:4px;'>
23    </div>
24    {$LIST}
25   </td>
26   <td style='min-width:250px'>
27    {$FILTER}
28   </td>
29  </tr>
30 </table>
32 <hr>
33 <div class="plugin-actions">
34 <button type='submit' name='add_ws_finish'>{msgPool type=addButton}</button>
35 <button type='submit' name='add_ws_cancel'>{msgPool type=cancelButton}</button>
36 </div>
38 <input type="hidden" name="ignore">