summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c803124)
raw | patch | inline | side by side (parent: c803124)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 4 Aug 2006 12:11:33 +0000 (12:11 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 4 Aug 2006 12:11:33 +0000 (12:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4394 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_MultiSelectWindow.inc | patch | blob | history | |
plugins/admin/users/class_divListUsers.inc | patch | blob | history |
index 7c74128ad44d35509da6b702c135295d4c560d5d..581986e518eaf6ea67ab1ea4535513649f70214b 100644 (file)
if($box['default'] == true){
$boxes .="<input type='checkbox' name='".$box['name']."' value='1' title='".$box['value']."' checked ".$boxClick."> ".$box['string']."<br>";
}else{
- $boxes .="<input type='checkbox' name='".$box['name']."' value='1' title='".$box['value']."'".$boxClick.";> ".$box['string']."<br>";
+ $boxes .="<input type='checkbox' name='".$box['name']."' value='1' title='".$box['value']."'".$boxClick."> ".$box['string']."<br>";
}
}
$smarty->assign("CheckBoxes", $boxes);
diff --git a/plugins/admin/users/class_divListUsers.inc b/plugins/admin/users/class_divListUsers.inc
index 16522abd83b4dbb373d25ca6639d535d3e00c5ac..33906b2c406c80307e2444e491b2eed8f2001b81 100644 (file)
}
/* Connect all images */
- $UseImg = $usrimg2." ".$posix." ".$enviro." ".$maila." ".$fonac." ".$faxac." ".$samba." ".$netatalk;
+ $UseImg = $usrimg2." ".$posix." ".$enviro." ".$maila." ".$fonac." ".$faxac." ".$samba." ".$netatalk;
/* Create each field */
$field1 = array("string" => sprintf($tpl,$val['dn']), "attach" => "style='text-align:center;width:20px;'");