From cb5d7416c9c6c8e1377af041b7ec819e976142fd Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 13 Sep 2010 13:26:52 +0000 Subject: [PATCH] Added code which detects plugin input modifications -This allows us to dynamically display the 'Drop changes' question while browsing through the objects. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19624 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/ihtml/themes/default/framework.tpl | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/gosa-core/ihtml/themes/default/framework.tpl b/gosa-core/ihtml/themes/default/framework.tpl index d6e1886cb..5497ba6fa 100644 --- a/gosa-core/ihtml/themes/default/framework.tpl +++ b/gosa-core/ihtml/themes/default/framework.tpl @@ -49,6 +49,8 @@ {$focus} + + + + + // Append change handler to all input fields. + if($('pluginModified') != null && $('pluginModified').value == 0){ + for(i=0;i -- 2.30.2