summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eceb906)
raw | patch | inline | side by side (parent: eceb906)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 12:41:07 +0000 (12:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 12:41:07 +0000 (12:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17069 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/personal/environment/environment.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/personal/environment/environment.tpl b/gosa-plugins/goto/personal/environment/environment.tpl
index 63abec0be017a5a4cb0cfc89f12a046da9e7940f..4dda0749806892bdcc5d0f341871cd2f9119a665 100644 (file)
<tr>
<td style='width:50%;' class='right-border'>
- <h3><label for="gotoShare">{t}Shares{/t}</label></h3>
+ <h3>{t}Shares{/t}</h3>
<table style="width:100%" summary="{t}Share settings{/t}">
<tr>
<td>
<table style="width:100%" summary="{t}Hotplug device settings{/t}">
<tr>
<td>
- {render acl=$gotoHotplugDeviceACL}
+ {render acl=$gotoHotplugDeviceDNACL}
<select name="gotoHotplugDevice_post[]" size=5 style="width:100%;" id="gotoHotplugDevice_post" multiple>
{if $multiple_support}
{foreach from=$gotoHotplugDevices item=item key=key}
</tr>
<tr>
<td>
- {render acl=$gotoHotplugDeviceACL}
+ {render acl=$gotoHotplugDeviceDNACL}
<button type='submit' name='gotoHotplugDeviceUse'>{msgPool type=addButton}</button>
{/render}
- {render acl=$gotoHotplugDeviceACL}
+ {render acl=$gotoHotplugDeviceDNACL}
<button type='submit' name='gotoHotplugDeviceDel' {if !$gotoHotplugDevices} disabled {/if}>{msgPool type=delButton}</button>
{/render}
</td>