Code

3288ebf2bb9763d8eb9cc31c6c82c8520f358209
[gosa.git] / gosa-core / plugins / admin / users / templatize.tpl
1 <div style="font-size:18px;">
2   {t}Applying a template to users{/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 <p class="seperator">&nbsp;</p>
11 <br>
13 <table summary="" style="vertical-align:top; text-align:left;" 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 selected=$template}
19       </select>
20     </td>
21   </tr>
22 </table>
24 <br>
25 <p class="plugbottom">
26   <input type=submit name="template_continue" value="{msgPool type=applyButton}">
27   &nbsp;
28   <input type=submit name="edit_cancel" value="{msgPool type=cancelButton}">
29 </p>
33 <!-- Place cursor -->
34 <script language="JavaScript" type="text/javascript">
35   <!-- // First input field on page
36         focus_field('template');
37   -->
38 </script>