summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f99bb74)
raw | patch | inline | side by side (parent: f99bb74)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Oct 2005 06:44:29 +0000 (06:44 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Oct 2005 06:44:29 +0000 (06:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1663 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/terminalStartup.tpl | patch | blob | history |
index 12321d0c1be2f40cf5df3cbe89c58cffacc2e5e1..f544c44e2e8d19e4abe027995946a5dfb0e52f32 100644 (file)
<input type=submit value="{t}Delete{/t}" name="delete_module" {$gotoModulesACL}>
</td>
- <td style="vertical-align:top;">
- <h2>
- <img alt="" align="middle" src="images/zip.png"> {t}Automount devices (format: complete autofs entry){/t}
- </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>
- <input type=submit value="{t}Add{/t}" name="add_autofs">
- <input type=submit value="{t}Delete{/t}" name="delete_autofs">
- </td>
- </tr>
-</table>
-
-<table summary="" style="width:100%;">
- <tr><td colspan=2><p class="plugbottom" style="margin-top:0px;"></p></td></tr>
-
- <tr>
- <td style="width:50%; vertical-align:top;">
- <h2>
- <img alt="" align="middle" src="images/folder.png"> {t}Additional fstab entries{/t}
- </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}>
- <input type=submit value="{t}Add{/t}" name="add_fs" {$gotoFilesystemACL}>
- <input type=submit value="{t}Delete{/t}" name="delete_fs" {$gotoFilesystemACL}>
+ <td style="padding-left:10px;border-left:1px solid #A0A0A0" >
+ <h2><img alt="" src="images/fai_partitionTable.png" align="middle"> <LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
+ <table summary="" style="width:100%">
+ <tr>
+ <td>
+ <select style="width:100%;height:150px;" name="gotoShare" multiple size=4 {$gotoShareACL} id="gotoShare">
+ {html_options values=$gotoShareKeys output=$gotoShares}
+ <option disabled> </option>
+ </select>
+ <br>
+ <select name="gotoShareSelection" {$gotoShareACL}>
+ {html_options values=$gotoShareSelectionKeys output=$gotoShareSelections}
+ <option disabled> </option>
+ </select>
+ <input type="text" size=15 {$gotoShareACL} name="gotoShareMountPoint" value="{t}Mountpoint{/t}">
+ <input type="submit" {$gotoShareACL} name="gotoShareAdd" value="{t}Add{/t}">
+ <input type="submit" {$gotoShareACL} name="gotoShareDel" value="{t}Remove{/t}">
+ </td>
+ </tr>
+ </table>
</td>
</tr>
</table>