Code

Updated role editing
[gosa.git] / gosa-core / plugins / admin / users / templatize.tpl
1 <div style="font-size:18px;">
2   {t}Applying a template{/t}
3 </div>
5 <p>
6  {t}Applying a template to several users will replace all user attributes defined in the template.{/t}
7 </p>
9 <hr>
10 <br>
12 {if $templates}
13 <table summary="{t}Apply user template{/t}" cellpadding=4 border=0>
14   <tr>
15     <td><b><LABEL for="template">{t}Template{/t}</LABEL></b></td>
16     <td>
17       <select size="1" name="template" id="template">
18        {html_options options=$templates}
19       </select>
20     </td>
21   </tr>
22 </table>
24 <hr>
25 <div class="plugin-actions">
26   <button type='submit' name='templatize_continue'>{msgPool type=applyButton}</button>
27   <button type='submit' name='edit_cancel'>{msgPool type=cancelButton}</button>
28 </div>
30 {else}
32   {t}No templates available!{/t}
34   <hr>
35   <div class="plugin-actions">
36     <button type='submit' name='edit_cancel'>{msgPool type=cancelButton}</button>
37   </div>
39 {/if}
42 <!-- Place cursor -->
43 <script language="JavaScript" type="text/javascript">
44   <!-- // First input field on page
45         focus_field('template');
46   -->
47 </script>