diff options
| author | Tarik Gasmi | 2007-10-26 10:41:22 +0200 |
|---|---|---|
| committer | Tarik Gasmi | 2007-10-26 10:41:22 +0200 |
| commit | 310554c02e4b51c5300f8bdf8ad15e3f0520bc53 (patch) | |
| tree | 277727e7c13eeaec94fe8089f547f3108b727bcc /ldap-site-mngmt/webinterface/computers/rbshost.php | |
| parent | This should fix a small bug reported by Reiner for SuSE10.3 in stage3. (diff) | |
| download | core-310554c02e4b51c5300f8bdf8ad15e3f0520bc53.tar.gz core-310554c02e4b51c5300f8bdf8ad15e3f0520bc53.tar.xz core-310554c02e4b51c5300f8bdf8ad15e3f0520bc53.zip | |
LSM Webinterface, new actualized Version
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1401 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'ldap-site-mngmt/webinterface/computers/rbshost.php')
| -rw-r--r-- | ldap-site-mngmt/webinterface/computers/rbshost.php | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/ldap-site-mngmt/webinterface/computers/rbshost.php b/ldap-site-mngmt/webinterface/computers/rbshost.php index 101c5171..b28e0726 100644 --- a/ldap-site-mngmt/webinterface/computers/rbshost.php +++ b/ldap-site-mngmt/webinterface/computers/rbshost.php @@ -7,7 +7,7 @@ $webseite = "rbshost.dwt"; include('computers_header.inc.php'); -$mnr = 1; +$mnr = 0; $sbmnr = -1; $mcnr = -1; @@ -68,7 +68,7 @@ if (count($altrbs) != 0){ } } $rbs_selectbox .= "<option value=''>Kein RBS</option> - </select></td>"; + </select></td>"; # RBS Daten if ($rbsDN == ""){ @@ -128,7 +128,7 @@ $template->assign(array("HOSTDN" => $hostDN, # Rechnerspezifische PXEs -$hostpxeconfigs = get_pxeconfigs($hostDN, array("dn","cn","description","timerange")); +$hostpxeconfigs = get_pxeconfigs2($hostDN, array("dn","cn","description","timerange")); $template->assign(array("PXEDN" => "", "PXECN" => "Keine PXE Config angelegt", @@ -170,7 +170,8 @@ if (count($hostpxeconfigs) != 0){ $template->assign(array("DEFPXEDN" => "", "DEFPXECN" => "Keine PXE Config angelegt", "DEFPXEDESC" => "", - "DEFPXETR" => "",)); + "DEFPXETR" => "", + "PXEPLANDESC" => "")); $template->define_dynamic("Defpxes", "Webseite"); if ($rbsDN != ""){ @@ -206,7 +207,7 @@ if ($rbsDN != ""){ } } } -} +#} ########################################################## # PXE Wochenübersicht @@ -240,6 +241,8 @@ for ($i=0; $i<count($hostpxeconfigs); $i++){ include("pxe_wochenplan.php"); +} + ################################################################################### include("computers_footer.inc.php"); |
