Code

Updated Button label
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 May 2010 09:14:00 +0000 (09:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 May 2010 09:14:00 +0000 (09:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18610 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/addons/propertyEditor/property-list.tpl

index 44bd4c0745d3928b89244c78a74287cfcce72362..9ecf221773b5a62ee065007a7a30819c2605773e 100644 (file)
@@ -72,7 +72,7 @@
 {/if}
 
 <div class="plugin-actions">
-    <button name='saveProperties'>{msgPool type='okButton'}</button>
-    <button name='cancelProperties'>{msgPool type='cancelButton'}</button>
+    <button name='saveProperties'>{msgPool type='applyButton'}</button>
+    <button name='cancelProperties' {if !$is_modified} disabled {/if}>{t}Undo{/t}</button>
 </div>
-{/if}
+{/if}