~ubuntu-branches/ubuntu/vivid/gosa/vivid

« back to all changes in this revision

Viewing changes to fai/admin/fai/classSelect/selectClass-list.tpl

Tags: 2.7.1-1
* New upstream release
* Updated packaging to not include smarty (Closes: #620489)
* Fixed case of POSIX (Closes: #620486)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
<div id="mainlist">
 
3
 <div class="mainlist-header">
 
4
  <p>
 
5
   {$HEADLINE}&nbsp;
 
6
   {$SIZELIMIT}
 
7
  </p>
 
8
  <div class="mainlist-nav">
 
9
   
 
10
   <table summary="{$HEADLINE}">
 
11
    <tr>
 
12
     <td>
 
13
      {$RELOAD}
 
14
     </td>
 
15
     <td class="left-border">
 
16
      {$FILTER}
 
17
     </td>
 
18
    </tr>
 
19
   </table>
 
20
  </div>
 
21
 </div>
 
22
 {$LIST}
 
23
</div>
 
24
<div class="clear">
 
25
</div>
 
26
<div class="plugin-actions">
 
27
 <button type=submit name="classSelect_save">{msgPool type=okButton}</button>
 
28
 <button type=submit name="classSelect_cancel">{msgPool type=cancelButton}</button>
 
29
</div>