X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_MultiSelectWindow.inc;h=cf90a8d01284605c60424d83be2aa24e1a46d768;hb=d2a7f50083180fccb855c116a0f16cbca2636f62;hp=c1faef3600058bae7d03ef429d015b294b214662;hpb=27ee4fd22dd98b154c19ded281e08a275d0f7ebe;p=gosa.git diff --git a/include/class_MultiSelectWindow.inc b/include/class_MultiSelectWindow.inc index c1faef360..cf90a8d01 100644 --- a/include/class_MultiSelectWindow.inc +++ b/include/class_MultiSelectWindow.inc @@ -273,9 +273,9 @@ class MultiSelectWindow{ /* Check if box is checked */ if($box['default'] == true){ - $boxes .=" ".$box['string']."
"; + $boxes .=" ".$box['string']."
"; }else{ - $boxes .=" ".$box['string']."
"; + $boxes .=" ".$box['string']."
"; } } $smarty->assign("CheckBoxes", $boxes); @@ -292,8 +292,8 @@ class MultiSelectWindow{ - + "; @@ -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)]="";