Code

added fai gen cd template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Nov 2006 08:10:49 +0000 (08:10 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Nov 2006 08:10:49 +0000 (08:10 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5101 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/gencd.tpl [new file with mode: 0644]

diff --git a/plugins/admin/systems/gencd.tpl b/plugins/admin/systems/gencd.tpl
new file mode 100644 (file)
index 0000000..46d55e5
--- /dev/null
@@ -0,0 +1,20 @@
+<p>
+ <b>{t}CD-Install-Image generation{/t}</b>
+</p>
+<p>
+  {t}This option enables you to generate FAI install CD images for the selected workstation. The procedure may take about 10 minutes to complete, so please be patient after pressing the "Create ISO-Image" button.{/t}
+</p>
+
+<p class="plugbottom">
+  <input type=submit name="cd_create" value="{t}Create ISO-Image{/t}">
+  &nbsp;
+  <input type=submit name="cd_cancel" value="{t}Cancel{/t}">
+</p>
+
+<!-- Place cursor -->
+<script language="JavaScript" type="text/javascript">
+  <!-- // First input field on page
+  nextfield= 'new_password';
+  document.mainform.new_password.focus();
+  -->
+</script>