summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fc0599b)
raw | patch | inline | side by side (parent: fc0599b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 May 2010 13:47:04 +0000 (13:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 May 2010 13:47:04 +0000 (13:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18556 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/services/shares/goShareServer.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/services/shares/goShareServer.tpl b/gosa-plugins/goto/admin/systems/services/shares/goShareServer.tpl
index 5aa489c09773eb5ed8e4c17f30e3c34eae567d5c..effb8866baa07db5127a081d44f1e30b8a0e5910 100644 (file)
<table summary="{t}Shares{/t}" style="width:100%">
<tr>
<td>
- {render acl=$goExportEntry mode=read_active}
+ {render acl=$goExportEntryACL mode=read_active}
<select style="width:100%" id="goExportEntry" name="goExportEntryList[]" size=12 multiple >
{html_options values=$goExportEntry output=$goExportEntryKeys}
<option disabled> </option>
</select>
{/render}
<br>
- {render acl=$goExportEntry}
+ {render acl=$goExportEntryACL}
<button type='submit' name='NewNfsAdd' id="NewNfsAddId"
{if !$createable} disabled {/if}>{msgPool type=addButton}</button>
{/render}
- {render acl=$goExportEntry mode=read_active}
+ {render acl=$goExportEntryACL mode=read_active}
<button type='submit' name='NewNfsEdit' id="NewNfsEditId">{t}Edit{/t}</button>
{/render}
- {render acl=$goExportEntry}
+ {render acl=$goExportEntryACL}
<button type='submit' name='DelNfsEnt' id="DelNfsEntId"
{if !$removeable} disabled {/if}>{msgPool type=delButton}</button>
{/render}