summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc3dc89)
raw | patch | inline | side by side (parent: cc3dc89)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 23 Nov 2006 04:35:14 +0000 (04:35 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 23 Nov 2006 04:35:14 +0000 (04:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5194 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/admin/applications/class_divListApplication.inc b/plugins/admin/applications/class_divListApplication.inc
index b22d12646dcb164e06e2b59f680e1dd311f53787..f92e10a990e7fcea1544a1681aba58aea24772b1 100755 (executable)
if(preg_match("/(c.*w|w.*c)/",$acl_all)){
$listhead .= $this->get_snapshot_header($this->selectedBase);
- }else{
- $listhead .= "<img class='center' src='images/restore_grey.png' alt=''> ";
}
if(preg_match("/c/",$acl)){
diff --git a/plugins/admin/mimetypes/class_divListMimeTypes.inc b/plugins/admin/mimetypes/class_divListMimeTypes.inc
index a491e73c8f80d74ef0c4ce7afb3ba94081c43ae3..c538f6e94ae2dbb41909cb09d15345c756c432d3 100755 (executable)
$actions.= "<input class='center' type='image'
src='images/edittrash.png' alt='"._("delete")."' name='mime_del_%KEY%' title='"._("Delete this entry")."'>";
}else{
- $actions.= "<img src='images/empty.png' alt=' '>";
+ $actions.= "<img src='images/empty.png' alt=' ' class='center'>";
}
$title = "title='".preg_replace('/ /', ' ', @LDAP::fix($val['dn']))."'";
diff --git a/plugins/admin/ogroups/class_ogroupManagement.inc b/plugins/admin/ogroups/class_ogroupManagement.inc
index cdb83d0ffd6da177a0c8586dcc31c4cfab8b71c4..c4c5fc799416f8d718a6688c67b478bfab29c833 100644 (file)
$html_object_2 = "<img ";
}
- $html_object_1 = "<input type='image' ";
-
$temp = $html_object_1." class='center' id='iconA".preg_replace("/_/","",$p1['lnk']."_group_edit_%KEY")."'
src='images/".$p1['pic']."' alt='".$p1['alt']."' title='".$p1['tit']."'>";
$temp.= $html_object_2." class='center' id='iconB".preg_replace("/_/","",$p2['lnk']."_group_edit_%KEY")."'