summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8b64b50)
raw | patch | inline | side by side (parent: 8b64b50)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 16:48:53 +0000 (16:48 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 16:48:53 +0000 (16:48 +0000) |
plugins/admin/systems/startup.tpl | patch | blob | history |
index 2d1427fd3d1c896d0dc215ef49d7ac98f0540c3b..19efc10f406016d6debcb3c4a39c539329916482 100644 (file)
<td>
<select name="gotoLdapServer" title="{t}Choose LDAP server to use for accounts and terminal management{/t}" {$gotoLdapServerACL}>
{html_options values=$ldapservers output=$ldapservers selected=$gotoLdapServer_select}
+ <option disabled></option>
</select>
</td>
</tr>
</h2>
<select style="width:100%; height:100px;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
{html_options values=$gotoModules output=$gotoModules}
+ <option disabled></option>
</select>
<br>
<input name="module" size=30 align=middle maxlength=30 {$gotoModulesACL}>
</h2>
<select style="width:100%; height:100px;" name="autofs_list[]" size=15 multiple title='{t}Add additional automount entries{/t}'>
{html_options values=$gotoAutoFs output=$gotoAutoFs}
+ <option disabled></option>
</select>
<br>
<input name="autofs" size=30 align=middle maxlength=80>
</h2>
<select style="width:100%; height:100px;" name="fstab_list[]" size=15 multiple title="{t}Add additional filesystems to be mounted during startup{/t}">
{html_options values=$gotoFilesystem output=$gotoFilesystem}
+ <option disabled></option>
</select>
<br>
<input name="fstab" size=80 align=middle maxlength=200 {$gotoFilesystemACL}>