summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef739f4)
raw | patch | inline | side by side (parent: ef739f4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Apr 2010 11:50:41 +0000 (11:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Apr 2010 11:50:41 +0000 (11:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17547 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc b/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc
index 17f31a9041f79d63ab54f2ed41cdcb2206a35883..770f39a31f1850be6b2ec0296dd045fe2af0ae1d 100644 (file)
$this->applicationList->setDeleteable(false);
$this->applicationList->setEditable(true);
$this->applicationList->setWidth("100%");
- $this->applicationList->setHeight("400px");
+ $this->applicationList->setHeight("300px");
$this->applicationList->setColspecs(array('20px','20px','*'));
$this->applicationList->setHeader(array(" "," ",_("Application")));
$this->applicationList->setDefaultSortColumn(2);