Code

4bc7c874518c32bc9d8091461aece7b7e27ec514
[gosa.git] / gosa-plugins / fai / admin / fai / faiGroupHandle.tpl
5 <table>
6 {foreach from=$FAI_group item=item key=key}
7         <tr>
8                 <td>
9                         {if $mode == "remove"}
10                                 <input type='checkbox' name='{$mode}_{$key}'
11                                 {if $item.selected} checked {/if}>
12                         {/if}
13                 </td>
14                 <td>
15                         <img src='{$types.$key.IMG}' alt='{$types.$key.KZL}' title='{$types.$key.NAME}'
16                                 class='center'>
17                 </td>
18                 <td>{$types.$key.NAME}</td>
19                 <td>{$item.description}
20                 </td>
21         </tr>
22 {/foreach}
23 </table>
24 <input type='hidden' value='faiGroupHandle' name='faiGroupHandle'>
26 <input type='submit'>
28 <p class='seperator'></div>
29 <div style='text-align:right; padding:5px'>
30         <input type='submit' value='{msgPool type=applyButton}' name='faiGroupHandle_apply'>
31         &nbsp;
32         <input type='submit' value='{msgPool type=cancelButton}' name='faiGroupHandle_cancel'>
33 </div>