summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9dd688a)
raw | patch | inline | side by side (parent: 9dd688a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Sep 2010 13:41:39 +0000 (13:41 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 339e20f1fcf6a7c3b9d2e57a604ddfa235061a50..f38056fad18c02080ad84d1382ac4ad0b60e710b 100644 (file)
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);
}