From 3a23aeb7ac493db51ff0e575b0aec0d64afcd723 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 6 May 2011 14:08:32 +0000 Subject: [PATCH] Renamed attribute git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20784 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/Device/InstallRecipe.tpl | 8 ++++---- .../systems/goto/Device/class_InstallRecipe.inc | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/Device/InstallRecipe.tpl b/gosa-plugins/goto/admin/systems/goto/Device/InstallRecipe.tpl index d6d01de49..aa8a1d15e 100644 --- a/gosa-plugins/goto/admin/systems/goto/Device/InstallRecipe.tpl +++ b/gosa-plugins/goto/admin/systems/goto/Device/InstallRecipe.tpl @@ -37,11 +37,11 @@ - + 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 bd6a5c075..ee8d88fee 100644 --- a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc +++ b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc @@ -34,12 +34,12 @@ class InstallRecipe extends plugin public $installKeyboardlayout = ""; public $installKeyboardlayoutList = array(); - public $installMirrorDN = ""; - public $installMirrorDNList = array(); + public $installMirror = ""; + public $installMirrorList = array(); public $objectclasses = array(); public $attributes = array("installRelease", "installTemplate","installKeyboardlayout","installSystemLocale", - "installTimezone","installTimeUTC","installNTPServer","installMirrorDN", + "installTimezone","installTimeUTC","installNTPServer","installMirror", "installRootEnabled","installRootPasswordHash","installKernelPackage", "installPartitionTable","installConfigManagement","installBootstrapMethod"); @@ -256,7 +256,7 @@ class InstallRecipe extends plugin $smarty->assign('timezones', $this->timezones); $smarty->assign('installKeyboardlayoutList', $this->installKeyboardlayoutList); $smarty->assign('installKernelPackageList', $this->installKernelPackageList); - $smarty->assign('installMirrorDNList', $this->installMirrorDNList); + $smarty->assign('installMirrorList', $this->installMirrorList); $smarty->assign('installSystemLocaleList', $this->installSystemLocaleList); $smarty->assign('installNTPServerList', $this->installNTPServerList->render()); @@ -431,7 +431,7 @@ class InstallRecipe extends plugin $res = array( 'dc=intranet,dc=gonicus,dc=de' => 'Intranet', 'ou=systems,dc=intranet,dc=gonicus,dc=de' => 'System'); - $this->installMirrorDNList =$res; + $this->installMirrorList =$res; } @@ -544,7 +544,7 @@ class InstallRecipe extends plugin "installTimezone" => _("Timezone"), "installTimeUTC" => _("Time"), "installNTPServer" => _("NTP-Server"), - "installMirrorDN" => _("Mirror"), + "installMirror" => _("Mirror"), "installRootEnabled" => _("Root login enabled"), "installRootPasswordHash" => _("Root password hash"), "installKernelPackage" => _("Kernel package"), -- 2.30.2
- + {html_options options=$installMirrorList + selected=$installMirror}