Code

Moved modification detection from debug to hidden mode.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Sep 2010 13:41:39 +0000 (13:41 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Sep 2010 13:41:39 +0000 (13:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19645 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_tabs.inc

index 339e20f1fcf6a7c3b9d2e57a604ddfa235061a50..f38056fad18c02080ad84d1382ac4ad0b60e710b 100644 (file)
@@ -162,7 +162,7 @@ class tabs
     foreach ($this->by_name as $class => $name){
         $this->isPluginModified |= $this->by_object[$class]->is_modified;
     }
-    $display="<input style='width:100%;' type='text' id='pluginModified' name='pluginModified' value='{$this->isPluginModified}'>".$display;
+    $display="<input type='hidden' id='pluginModified' name='pluginModified' value='{$this->isPluginModified}'>".$display;
 
     return ($display);
   }