X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_MultiSelectWindow.inc;h=bbba65eeeaf44d469bd63722a0e49c08779e8171;hb=895712accc11cf9defc13cdbc64a6b3c7e7e548a;hp=29d455edb230dffcae58f71cb74b055cb517405b;hpb=47f45f247c547999858874eac073796ce4d6e30b;p=gosa.git diff --git a/include/class_MultiSelectWindow.inc b/include/class_MultiSelectWindow.inc index 29d455edb..bbba65eee 100644 --- a/include/class_MultiSelectWindow.inc +++ b/include/class_MultiSelectWindow.inc @@ -275,7 +275,7 @@ class MultiSelectWindow{ if($box['default'] == true){ $boxes .=" ".$box['string']."
"; }else{ - $boxes .=" ".$box['string']."
"; + $boxes .=" ".$box['string']."
"; } } $smarty->assign("CheckBoxes", $boxes); @@ -504,10 +504,10 @@ class MultiSelectWindow{ title='"._("Restore snapshopts of already deleted objects")."' alt='"._("Restore")."' name='RestoreDeletedSnapShot'> "; }else{ - $str = " "; + $str = " "; } - $str .= " "; +# $str .= " "; } return($str); } @@ -522,7 +522,7 @@ class MultiSelectWindow{ $str.= " "; } else { - $str = " "; + $str = " "; } $str.= "departments as $key=> $val){ + /* Add missing entries ... */ if(!isset($this->config->departments[trim($key)])){ $this->config->departments[trim($key)]="";