summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf749d3)
raw | patch | inline | side by side (parent: bf749d3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:59:10 +0000 (16:59 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:59:10 +0000 (16:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16857 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 31ce1b2ab2cd5e7d609aa49d1121a478ef335a86..81ba2808da63c80e29ec7d18d187372940bab45f 100644 (file)
<h3>{t}Boot parameters{/t}</h3>
<table summary="" style="width:100%;">
<tr>
- <td style="width:50%; vertical-align:top;">
+ <td style='width:50%; '>
+
<table>
<tr>
- <td colspan="2" style='vertical-align:top;padding-top:3px;width:100%'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL>
+ <td style='padding-top:3px;width:100%' colspan="2">
+<LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL>
{render acl=$gotoLdapServerACL}
{if $member_of_ogroup}
(<input type='checkbox' name='gotoLdap_inherit' {if $gotoLdap_inherit} checked {/if} value="1"
onClick="document.mainform.submit();" class='center'>
{t}inherit from group{/t})
{if !$JS}
- <input type='image' src="images/lists/reload.png" alt='{t}Reload{/t}' class='center'>
+ {image path="images/lists/reload.png"}
+
{/if}
{/if}
{/render}
{$gotoLdapServers}
{/render}
{render acl=$gotoLdapServerACL_inherit}
- <select name='ldap_server_to_add' id='ldap_server_to_add'>
+ <select name='ldap_server_to_add' id='ldap_server_to_add' size=1>
{html_options options=$gotoLdapServerList}
</select>
{/render}
</tr>
</table>
</td>
- <td style="border-left:1px solid #A0A0A0">
+ <td class='left-border'>
+
</td>
- <td style="vertical-align:top;">
+ <td>
+
<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">
+ <select id="gotoBootKernel" name="gotoBootKernel" size=1>
{html_options options=$gotoBootKernels selected=$gotoBootKernel}
<option disabled> </option>
</select>
</td></tr>
<tr>
- <td style="width:50%; vertical-align:top;">
+ <td style='width:50%; '>
+
<h3>
- <img class="center" alt="" align="middle" src="plugins/goto/images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
+ {image path="plugins/goto/images/hardware.png"} {t}Kernel modules (format: name parameters){/t}
+
</h3>
{render acl=$gotoModulesACL}
<select style="width:100%;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
{/render}
</td>
- <td style="padding-left:10px;border-left:1px solid #A0A0A0;vertical-align:top">
+ <td style='padding-left:10px;' class='left-border'>
+
<h3><LABEL for="gotoShare">{t}Shares{/t}</LABEL></h3>
<table summary="" style="width:100%">
<tr>
{/render}
<br>
{render acl=$gotoShareACL}
- <select name="gotoShareSelection">
+ <select name="gotoShareSelection" size=1>
{html_options values=$gotoShareSelectionKeys output=$gotoShareSelections}
<option disabled> </option>
</select>