summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd78f5e)
raw | patch | inline | side by side (parent: dd78f5e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 11:06:13 +0000 (11:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 11:06:13 +0000 (11:06 +0000) |
-Ok/Cancel/Save via msgPool
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9550 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9550 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 d1370f6d198f1d5996dd1f9a353148f0e3c90813..6d09e2da5a07ba14ee55074f02fce7b25b5458e1 100644 (file)
title="{t}Mount path{/t}">
{/render}
{render acl=$gotoShareACL}
- <input type="submit" name="gotoShareAdd" value="{t}Add{/t}">
+ <input type="submit" name="gotoShareAdd" value="{msgPool type=addButton}">
{/render}
<!-- <input type="submit" name="gotoShareDel" value="{t}Remove{/t}"> -->
</td>
<br>
{render acl=$gotoLogonScriptACL}
- <input type="submit" name="gotoLogonScriptNew" value="{t}Add{/t}">
+ <input type="submit" name="gotoLogonScriptNew" value="{msgPool type=addButton}">
{/render}
{render acl=$gotoLogonScriptACL}
<input type="submit" name="gotoLogonScriptEdit" value="{t}Edit{/t}" {if $gotoLogonScriptKeysCnt ==0} disabled {/if}>
<tr>
<td>
{render acl=$gotoHotplugDeviceACL}
- <input type="submit" name="gotoHotplugDeviceUse" value="{t}Add{/t}">
+ <input type="submit" name="gotoHotplugDeviceUse" value="{msgPool type=addButton}">
{/render}
{render acl=$gotoHotplugDeviceACL}
<input type="submit" name="gotoHotplugDeviceDel" value="{t}Delete{/t}"
{/render}
<br>
{render acl=$gotoPrinterACL}
- <input type="submit" name="gotoPrinterAdd" value="{t}Add{/t}">
+ <input type="submit" name="gotoPrinterAdd" value="{msgPool type=addButton}">
{/render}
{render acl=$gotoPrinterACL}
<input type="submit" name="gotoPrinterDel" value="{t}Delete{/t}" {if !$gotoPrinter } disabled {/if}>
{/render}
<br>
{render acl=$gotoPrinterACL}
- <input type="submit" name="gotoPrinterAdd" value="{t}Add{/t}">
+ <input type="submit" name="gotoPrinterAdd" value="{msgPool type=addButton}">
{/render}
{render acl=$gotoPrinterACL}
<input type="submit" name="gotoPrinterDel" value="{t}Delete{/t}" {if !$gotoPrinter } disabled {/if}>