summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e3f52c1)
raw | patch | inline | side by side (parent: e3f52c1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 May 2011 13:04:53 +0000 (13:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 May 2011 13:04:53 +0000 (13:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20849 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/Device/class_DeviceConfig.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_DeviceConfig.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_DeviceConfig.inc
index 94c2397d3c579bd039efbb290df6dedc09756716..96825d548b782793a55055a7026478a89a261111 100644 (file)
// Create parameter Elements list.
$this->parameterList = new sortableListing();
- $this->parameterList->setDeleteable(TRUE);
+ $this->parameterList->setDeleteable(FALSE);
$this->parameterList->setInstantDelete(FALSE);
$this->parameterList->setEditable(FALSE);
$this->parameterList->setWidth("100%");