summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9618335)
raw | patch | inline | side by side (parent: 9618335)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 13 May 2011 15:00:00 +0000 (15:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 13 May 2011 15:00:00 +0000 (15:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20827 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/Device/InstallRecipe.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/InstallRecipe.tpl b/gosa-plugins/goto/admin/systems/goto/Device/InstallRecipe.tpl
index a79e598fb5713cee6b33ed2526fba8b18c17b3b4..ba2fa34ffc8b43c4d83784e2813c939712e3dad8 100644 (file)
-<h3>{t}Installation type{/t}</h3>
-<table>
+<table width="100%">
<tr>
- <td><LABEL for="installTemplate">{t}Template{/t}</LABEL></td>
- <td>
- <select name="installTemplate" size=1 onChange="document.mainform.submit();">
- {html_options options=$installTemplateList
- selected=$installTemplate}
- </select>
- </td>
- </tr>
- <tr>
- <td><LABEL for="installRelease">{t}Release{/t}</LABEL></td>
- <td>
- <select name="installRelease" size=1 onChange="document.mainform.submit();">
- {html_options options=$installReleaseList
- selected=$installRelease}
- </select>
+ <td style="width:50%">
+ <h3>{t}Installation type{/t}</h3>
+ <table>
+ <tr>
+ <td><LABEL for="installTemplate">{t}Template{/t}</LABEL></td>
+ <td>
+ <select name="installTemplate" size=1 onChange="document.mainform.submit();">
+ {html_options options=$installTemplateList
+ selected=$installTemplate}
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td><LABEL for="installRelease">{t}Release{/t}</LABEL></td>
+ <td>
+ <select name="installRelease" size=1 onChange="document.mainform.submit();">
+ {html_options options=$installReleaseList
+ selected=$installRelease}
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td><LABEL for="installConfigManagement">{t}Config management{/t}</LABEL></td>
+ <td>
+ <select nme="installConfigManagement" size=1 onChange='document.mainform.submit();'>
+ {html_options options=$installConfigManagementList
+ selected=$installConfigManagement}
+ </select>
+ </td>
+ </tr>
+ </table>
</td>
- </tr>
- <tr>
- <td><LABEL for="installConfigManagement">{t}Config management{/t}</LABEL></td>
- <td>
- <select nme="installConfigManagement" size=1 onChange='document.mainform.submit();'>
- {html_options options=$installConfigManagementList
- selected=$installConfigManagement}
- </select>
+ <td style='width:50%; vertical-align: top;padding-left:5px;' class='left-border'>
+ <h3>{t}Partition table{/t}</h3>
+ <table>
+ <tr>
+ <td><LABEL for="installPartitionTable">{t}Partition table{/t}</LABEL></td>
+ <td>
+ <input type='submit' name="edit_installPartitionTable" id="edit_installPartitionTable"
+ value="{t}Edit partition table{/t}">
+ </td>
+ </tr>
+ </table>
</td>
</tr>
</table>
+
<hr>
<table style='width:100%;'>
<tr>
</tr>
</table>
-<hr>
-<h3>{t}Partition table{/t}</h3>
-<table>
- <tr>
- <td><LABEL for="installPartitionTable">{t}Partition table{/t}</LABEL></td>
- <td>
- <input type='submit' name="edit_installPartitionTable" id="edit_installPartitionTable" value="{t}Edit partition table{/t}">
- </td>
- </tr>
-</table>
-
<input type='hidden' name='InstallRecipePosted' value=1>