Code

Updated a couple of messages
[gosa.git] / gosa-plugins / goto / admin / systems / goto / Device / InstallRecipe.tpl
index 868d27971f4a121d872ab5ae42862cbff5764ce1..38b99fbe77006eb243855ea77afbba576ad31788 100644 (file)
@@ -1,5 +1,27 @@
 
 <h3>{t}Installation type{/t}</h3>
+<table>
+    <tr>
+        <td><LABEL for="installBootstrapMethod">{t}Bootstrap method{/t}</LABEL></td>
+        <td>
+            <select name="installBootstrapMethod" size=1>
+                {html_options options=$installBootstrapMethodList 
+                selected=$installBootstrapMethod}
+            </select>
+        </td>
+    </tr>
+    <tr>
+        <td><LABEL for="installConfigManagement">{t}Config management{/t}</LABEL></td>
+        <td>
+            <select name="installConfigManagement" size=1
+                onChange='document.mainform.submit();'>
+                {html_options options=$installConfigManagementList 
+                selected=$installConfigManagement}
+            </select>
+        </td>
+    </tr>
+</table>
+<hr>
 <table style='width:100%;'>
     <tr>
         <td style='width:50%; vertical-align: top;'>
     
             <table>
                 <tr>
-                    <td><LABEL for="kickstartMirrorDN">{t}Mirror{/t}</LABEL></td>
+                    <td><LABEL for="installMirrorDN">{t}Mirror{/t}</LABEL></td>
                     <td>
-                        <input type='text' name="kickstartMirrorDN" id="kickstartMirrorDN" value="{$kickstartMirrorDN}">
+                        <select name="installMirrorDN" size=1>
+                            {html_options options=$installMirrorDNList 
+                            selected=$installMirrorDN}
+                        </select>
                     </td>
                 </tr>
                 <tr>
-                    <td><LABEL for="kickstartTemplateDN">{t}Kickstart template{/t}</LABEL></td>
+                    <td><LABEL for="installTemplateDN">{t}Kickstart template{/t}</LABEL></td>
                     <td>
-                        <input type='text' name="kickstartTemplateDN" id="kickstartTemplateDN" value="{$kickstartTemplateDN}">
+                        <select name="installTemplateDN" size=1>
+                            {html_options options=$installTemplateDNList 
+                            selected=$installTemplateDN}
+                        </select>
                     </td>
                 </tr>
                 <tr>
-                    <td><LABEL for="kickstartKernelPackage">{t}Kernel package{/t}</LABEL></td>
+                    <td><LABEL for="installKernelPackage">{t}Kernel package{/t}</LABEL></td>
                     <td>
-                        <input type='text' name="kickstartKernelPackage" id="kickstartKernelPackage" value="{$kickstartKernelPackage}">
+                        <select name="installKernelPackage" size=1>
+                            {html_options values=$installKernelPackageList output=$installKernelPackageList 
+                            selected=$installKernelPackage}
+                        </select>
                     </td>
                 </tr>
             </table>
             <table>
                 <tr>
                     <td>
-                        <input type='checkbox' value='1' {if $kickstartRootEnabled} checked {/if}
+                        <input type='checkbox' value='1' {if $installRootEnabled} checked {/if}
                             onClick="changeState('setKickstartRootPasswordHash');"
-                            name="kickstartRootEnabled" id="kickstartRootEnabled" 
+                            name="installRootEnabled" id="installRootEnabled" 
                            >
-                        <LABEL for="kickstartRootEnabled">{t}Use root-user{/t}</LABEL>&nbsp;
+                        <LABEL for="installRootEnabled">{t}Use root user{/t}</LABEL>&nbsp;
                         <button name='setKickstartRootPasswordHash'
-                            {if !$kickstartRootEnabled} disabled {/if}
+                            {if !$installRootEnabled} disabled {/if}
                             id="setKickstartRootPasswordHash">{t}Set password{/t}</button>
                     </td>
                 </tr>
 
             <table>
                 <tr>
-                    <td><LABEL for="kickstartKeyboardlayout">{t}Keyboard layout{/t}</LABEL></td>
+                    <td><LABEL for="installKeyboardlayout">{t}Keyboard layout{/t}</LABEL></td>
                     <td>
-                        <input type='text' name="kickstartKeyboardlayout" id="kickstartKeyboardlayout" value="{$kickstartKeyboardlayout}">
+                        <select name="installKeyboardlayout" size=1>
+                            {html_options values=$installKeyboardlayoutList output=$installKeyboardlayoutList 
+                            selected=$installKeyboardlayout}
+                        </select>
                     </td>
                 </tr>
                 <tr>
-                    <td><LABEL for="kickstartSystemLocale">{t}System locale{/t}</LABEL></td>
+                    <td><LABEL for="installSystemLocale">{t}System locale{/t}</LABEL></td>
                     <td>
-                        <input type='text' name="kickstartSystemLocale" id="kickstartSystemLocale" value="{$kickstartSystemLocale}">
+                        <select name="installSystemLocale" size=1>
+                            {html_options values=$installSystemLocaleList output=$installSystemLocaleList 
+                            selected=$installSystemLocale}
+                        </select>
                     </td>
                 </tr>
             </table>
             <table>
                 <tr>
                     <td>
-                        <input type='checkbox' name="kickstartTimeUTC" id="kickstartTimeUTC" 
-                        {if $kickstartTimeUTC} checked {/if}>
-                        <LABEL for="kickstartTimeUTC">{t}Use UTC{/t}</LABEL>
+                        <input type='checkbox' name="installTimeUTC" id="installTimeUTC" 
+                        {if $installTimeUTC} checked {/if}>
+                        <LABEL for="installTimeUTC">{t}Use UTC{/t}</LABEL>
                     </td>
                 </tr>
                 <tr>
-                    <td><LABEL for="kickstartTimezone">{t}Timezone{/t}</LABEL></td>
+                    <td><LABEL for="installTimezone">{t}Timezone{/t}</LABEL></td>
                     <td>
-                        <select size='1' name="kickstartTimezone" id="kickstartTimezone">
-                            {html_options values=$timezones options=$timezones selected=$kickstartTimezone}
+                        <select size='1' name="installTimezone" id="installTimezone">
+                            {html_options values=$timezones options=$timezones selected=$installTimezone}
                         </select>
                     </td>
                 </tr>
                 <tr>    
                     <td colspan=2>
                         {t}NTP server{/t}
-                        {$kickstartNTPServerList}
-                        <input type='text' name="kickstartNTPServer_Input">
-                        <button name='kickstartNTPServer_Add'>{msgPool type=addButton}</button>
+                        {$installNTPServerList}
+                        <input type='text' name="installNTPServer_Input">
+                        <button name='installNTPServer_Add'>{msgPool type=addButton}</button>
                     </td>
                 </tr>
             </table>
 <h3>{t}Partition table{/t}</h3>
 <table>
     <tr>
-        <td><LABEL for="kickstartPartitionTable">{t}Partition table{/t}</LABEL></td>
+        <td><LABEL for="installPartitionTable">{t}Partition table{/t}</LABEL></td>
         <td>
-            <input type='text' name="kickstartPartitionTable" id="kickstartPartitionTable" value="{$kickstartPartitionTable}">
+            <input type='text' name="installPartitionTable" id="installPartitionTable" value="{$installPartitionTable}">
         </td>
     </tr>
 </table>