Code

Added branches container for old stuff
[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 <p class="seperator">&nbsp;</p>
10 <br>
12 {if $templates}
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}
19       </select>
20     </td>
21   </tr>
22 </table>
24 <br>
25 <p class="plugbottom">
26   <input type=submit name="templatize_continue" value="{msgPool type=applyButton}">
27   &nbsp;
28   <input type=submit name="edit_cancel" value="{msgPool type=cancelButton}">
29 </p>
31 {else}
33 {t}No templates available!{/t}
35 <p class="plugbottom">
36   <input type=submit name="edit_cancel" value="{msgPool type=cancelButton}">
37 </p>
38 {/if}
41 <!-- Place cursor -->
42 <script language="JavaScript" type="text/javascript">
43   <!-- // First input field on page
44         focus_field('template');
45   -->
46 </script>