summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e449e52)
raw | patch | inline | side by side (parent: e449e52)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Oct 2007 14:07:41 +0000 (14:07 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Oct 2007 14:07:41 +0000 (14:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7496 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/terminalStartup.tpl | patch | blob | history | |
plugins/admin/systems/workstationStartup.tpl | patch | blob | history |
index 7c778c6cc90b4d3b995979ef116fba85a90bef25..ccfacfbaa532bd86a08db5c73504b8d5e45e6540 100644 (file)
<tr>
<td colspan="2" style='vertical-align:top;padding-top:3px;width:100%'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL>
{render acl=$gotoLdapServerACL}
-<input type='checkbox' name='gotoLdap_inherit' {if $gotoLdap_inherit} checked {/if} value="1"
+(<input type='checkbox' name='gotoLdap_inherit' {if $gotoLdap_inherit} checked {/if} value="1"
onClick="document.mainform.submit();" class='center'>
- {t}Inherit ldap server settings from group{/t}
+ {t}inherit from group{/t})
{if !$JS}
<input type='image' src="images/list_reload.png" alt='{t}Reload{/t}' class='center'>
{/if}
diff --git a/plugins/admin/systems/workstationStartup.tpl b/plugins/admin/systems/workstationStartup.tpl
index 57670d5072a6fe08c8f8efe0bdc428c37ced51e1..5fa898f78ba843683e05da02d36541c34c54ef84 100644 (file)
</td>
</tr>
<tr>
- <td colspan="2" style='vertical-align:top;padding-top:3px;'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL><br>
+ <td colspan="2" style='vertical-align:top;padding-top:3px;'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL>
{render acl=$gotoLdapServerACL}
-<input type='checkbox' name='gotoLdap_inherit' {if $gotoLdap_inherit} checked {/if} value="1"
+(<input type='checkbox' name='gotoLdap_inherit' {if $gotoLdap_inherit} checked {/if} value="1"
onClick="document.mainform.submit();" class='center'>
- {t}Inherit ldap server settings from group{/t}
+ {t}inherit from group{/t})
{if !$JS}
<input type='image' src="images/list_reload.png" alt='{t}Reload{/t}' class='center'>
{/if}