Code

Updated cd image generation
[gosa.git] / plugins / admin / systems / gencd.tpl
1 <p>
2  <b>{t}This dialog is not ready yet. Please hold the line.{/t}</b>
3 </p>
5 <p class="plugbottom">
6   <input type=submit name="cd_create" value="{t}Create ISO-Image{/t}">
7   &nbsp;
8   <input type=submit name="cd_cancel" value="{t}Cancel{/t}">
9 </p>
11 <!-- Place cursor -->
12 <script language="JavaScript" type="text/javascript">
13   <!-- // First input field on page
14   nextfield= 'new_password';
15   document.mainform.new_password.focus();
16   -->
17 </script>