summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6b7c1be)
raw | patch | inline | side by side (parent: 6b7c1be)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Jun 2006 07:32:34 +0000 (07:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Jun 2006 07:32:34 +0000 (07:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3846 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/environment/environment.tpl | patch | blob | history |
diff --git a/plugins/personal/environment/environment.tpl b/plugins/personal/environment/environment.tpl
index df2df9ba516e9f2bc463d93c1e2eb7a79c0dc888..bfb377943e5fb0286b9ae195ee15cef6432512b3 100644 (file)
<br>
<input type="submit" {$gotoLogonScriptACL} name="gotoLogonScriptNew" value="{t}Add{/t}">
- <input type="submit" {$gotoLogonScriptACL} name="gotoLogonScriptDel" value="{t}Delete{/t}">
- <input type="submit" {$gotoLogonScriptACL} name="gotoLogonScriptEdit" value="{t}Edit{/t}">
+ <input type="submit" {$gotoLogonScriptACL} name="gotoLogonScriptEdit" value="{t}Edit{/t}">
+ <input type="submit" {$gotoLogonScriptACL} name="gotoLogonScriptDel" value="{t}Delete{/t}"
+ {if !$gotoLogonScripts} disabled {/if}>
</td>
</tr>
</table>
<td>
<input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceNew" value="{t}New{/t}">
<input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceUse" value="{t}Existing{/t}">
- <input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceDel" value="{t}Delete{/t}">
+ <input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceDel" value="{t}Delete{/t}"
+ {if !$gotoHotplugDevices} disabled {/if}>
</td>
</tr>
</table>
</select>
<br>
<input type="submit" {$gotoPrinterACL} name="gotoPrinterAdd" value="{t}Add{/t}">
- <input type="submit" {$gotoPrinterACL} name="gotoPrinterDel" value="{t}Delete{/t}">
- <input type="submit" {$gotoPrinterACL} name="gotoPrinterEdit" value="{t}Toggle admin{/t}">
- <input type="submit" {$gotoPrinterACL} name="gotoPrinterDefault" value="{t}Toggle default{/t}">
+ <input type="submit" {$gotoPrinterACL} name="gotoPrinterDel" value="{t}Delete{/t}" {if !$gotoPrinter } disabled {/if}>
+ <input type="submit" {$gotoPrinterACL} name="gotoPrinterEdit" value="{t}Toggle admin{/t}" {if !$gotoPrinter } disabled {/if}>
+ <input type="submit" {$gotoPrinterACL} name="gotoPrinterDefault" value="{t}Toggle default{/t}" {if !$gotoPrinter } disabled {/if}>
</td>
</tr>
</table>