summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: efe82b2)
raw | patch | inline | side by side (parent: efe82b2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Feb 2008 09:16:25 +0000 (09:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Feb 2008 09:16:25 +0000 (09:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8922 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/terminalStartup.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/terminalStartup.tpl b/gosa-plugins/goto/admin/systems/goto/terminalStartup.tpl
index ccfacfbaa532bd86a08db5c73504b8d5e45e6540..e6d8395c3bb6ad793f6c42a0a23a66e4930c17c0 100644 (file)
<table summary="" style="width:100%;">
<tr>
<td style="width:50%; vertical-align:top;">
-
- <table summary="" style="width:100%">
- <tr>
- <td style="width:30%"><LABEL for="gotoBootKernel">{t}Boot kernel{/t}</LABEL></td>
- <td>
-{render acl=$gotoBootKernelACL}
- <select id="gotoBootKernel" name="gotoBootKernel">
- {html_options options=$gotoBootKernels selected=$gotoBootKernel}
- <option disabled> </option>
- </select>
-{/render}
- </td>
- </tr>
- <tr>
- <td><LABEL for="customParameters">{t}Custom options{/t}</LABEL></td>
- <td>
-{render acl=$gotoKernelParametersACL}
- <input name="customParameters" id="customParameters" size=25 maxlength=500
- value="{$customParameters}" title="{t}Enter any parameters that should be passed to the kernel as append line during bootup{/t}"></td>
-{/render}
- </tr>
+ <table>
<tr>
<td colspan="2" style='vertical-align:top;padding-top:3px;width:100%'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL>
{render acl=$gotoLdapServerACL}
{/render}
</td>
</tr>
- </table>
-
+ </table>
</td>
-
<td style="border-left:1px solid #A0A0A0">
</td>
-
<td style="vertical-align:top;">
-{render acl=$gotoKernelParametersACL}
- <input type="radio" name="bootmode" value="G" title="{t}Select if terminal supports graphical startup with progress bar{/t}" {$graphicalbootup}>
-{/render}
- {t}use graphical bootup{/t}
- <br>
-{render acl=$gotoKernelParametersACL}
- <input type="radio" name="bootmode" value="T" title="{t}Select if terminal should boot in text mode{/t}" {$textbootup}>
+
+ <table summary="" style="width:100%">
+ <tr>
+ <td style="width:30%"><LABEL for="gotoBootKernel">{t}Boot kernel{/t}</LABEL></td>
+ <td>
+{render acl=$gotoBootKernelACL}
+ <select id="gotoBootKernel" name="gotoBootKernel">
+ {html_options options=$gotoBootKernels selected=$gotoBootKernel}
+ <option disabled> </option>
+ </select>
{/render}
- {t}use standard linux textual bootup{/t}
- <br>
+ </td>
+ </tr>
+ <tr>
+ <td><LABEL for="customParameters">{t}Custom options{/t}</LABEL></td>
+ <td>
{render acl=$gotoKernelParametersACL}
- <input type="radio" name="bootmode" value="D" title="{t}Select to get more verbose output during startup{/t}" {$debugbootup}>
+ <input name="customParameters" id="customParameters" size=25 maxlength=500
+ value="{$customParameters}" title="{t}Enter any parameters that should be passed to the kernel as append line during bootup{/t}"></td>
{/render}
- {t}use debug mode for startup{/t}
+ </tr>
+ </table>
+
</td>
</tr>
</table>