summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 615c686)
raw | patch | inline | side by side (parent: 615c686)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Apr 2010 12:13:13 +0000 (12:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Apr 2010 12:13:13 +0000 (12:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17942 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/devices/class_deviceGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc b/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc
index 1eeb6dd9396af5f2ab86dcff265d43ea43b623b0..80db75c46f807d155ed953b9d5e0484c6b9bedba 100644 (file)
{
plugin::execute();
$smarty = get_smarty();
- $smarty->assign("usePrototype", "true");
+
$smarty->assign("base", $this->baseSelector->render());
foreach($this->attributes as $attr){
$smarty->assign($attr,$this->$attr);