X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Fgoto%2Fadmin%2Fsystems%2Fgoto%2FDevice%2Fclass_InstallRecipe.inc;h=211e33ccda4149ce7bf56b9b4a5e03fd864cd352;hb=f0b1aecca3978717a73015f2c5a5d695c801c1f2;hp=d7694e6f68a50370b3e77263425a5fb4891f140b;hpb=1ab5a9664ef9c9920477f560655dc8eb3bdbd969;p=gosa.git diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc index d7694e6f6..211e33ccd 100644 --- a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc +++ b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc @@ -370,10 +370,14 @@ class InstallRecipe extends plugin plugin::execute(); $smarty = get_smarty(); - $smarty->assign('installTemplateList', $this->installationTemplateNames); - $smarty->assign('installReleaseList', $this->templateToRelease[$this->installTemplate]); + // Assign ACLs + foreach($this->attributes as $attr){ + $smarty->assign("{$attr}ACL", $this->getacl($attr)); + } + $smarty->assign('installTemplateList', $this->installationTemplateNames); + $smarty->assign('installReleaseList', $this->templateToRelease[$this->installTemplate]); $smarty->assign('timezones', $this->timezones); $smarty->assign('installKeyboardlayoutList', $this->installKeyboardlayoutList); $smarty->assign('installKernelPackageList', $this->installKernelPackageList); @@ -693,21 +697,20 @@ class InstallRecipe extends plugin "plSection" => array("administration"), "plCategory" => array("Device"), "plProvidedAcls" => array( - "member" => _("Member"), - "installTemplate" => _("Installation template"), - "installRelease" => _("Installation release"), - "installBootstrapMethod" => _("Bootstrap method"), - "installConfigManagement" => _("Config management"), + "installRelease" => _("Release"), + "installTemplate" => _("Template"), "installKeyboardlayout" => _("Keyboard layout"), - "installSystemLocale" => _("System locale"), + "installSystemLocale" => _("Locale"), "installTimezone" => _("Timezone"), - "installTimeUTC" => _("Time"), - "installNTPServer" => _("NTP-Server"), + "installTimeUTC" => _("Utc"), + "installNTPServer" => _("Ntp server"), "installMirror" => _("Mirror"), "installRootEnabled" => _("Root login enabled"), "installRootPasswordHash" => _("Root password hash"), "installKernelPackage" => _("Kernel package"), + "installConfigManagement" => _("Config mangement"), + "installBootstrapMethod" => _("Bootstrap method"), "installPartitionTable" => _("Partition table") ) )