Code

Updated propterty editor
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Jun 2010 11:51:59 +0000 (11:51 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Jun 2010 11:51:59 +0000 (11:51 +0000)
-Do not display Javascript message about unsaved values, in 'On own Risk' notification dialog

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18837 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index af9750405b8cdc24d0a6f2eee9e3a12a80f1ed17..5b4050f5cab3788ef869bbeae57ec2539a90350e 100644 (file)
@@ -24,6 +24,7 @@
     <div class="plugin-actions">
         <button name='goOn'>{msgPool type='okButton'}</button> 
     </div>
+    <input type="hidden" name="ignore">
 
 {else}
 
@@ -68,7 +69,7 @@
 </script>
 
 {if !$is_modified}
-<input type="hidden" name="ignore">
+    <input type="hidden" name="ignore">
 {/if}
 
 <div class="plugin-actions">