From 70a00cbf99566405fc662c79f3337a792a36452f Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 28 Oct 2005 12:04:11 +0000 Subject: [PATCH] Fixed missing images problem in group headpage git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1735 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/images/search_user.png | Bin 0 -> 962 bytes plugins/admin/groups/class_groupManagement.inc | 2 +- plugins/admin/groups/headpage.tpl | 10 ++++------ 3 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 html/images/search_user.png diff --git a/html/images/search_user.png b/html/images/search_user.png new file mode 100644 index 0000000000000000000000000000000000000000..1c164f4c57608aa00400bd03a5885b47fb9aadf5 GIT binary patch literal 962 zcmV;z13mnSP)Nf7`515Zgr zK~y-)UDC^M6m#)9q#VpZ(x$Y5u1#p9NT>f$kdBE^cuC z(}j-SEDZ&m*z+N1ktocLUc^flew$i^s_=N_-3u21NpAv7@Tc?2b4P;*_f2Z%a@^-u zg{`s$hq3?*DBXKeG7Zcxu0jcRwTt2YLrp-1mERV7Vk;rP^S5lazf?^6tGMpLDZWsymwvK4};=r@P(7$eaU8Sg>$lYZ?}6c@V2q zFQ?=GH8rSn3Kcleh6zN5haPUH7XJ0f1Z^sZc7>o_q3{U=4WowHAHMn-<|VWX7-LCRnwkwzv{Xw3X_{W5@h6R>%IZfZM~b-P;#2y4)E zL3lk9^0LN`g=E%5DqF(s$s17It)%bx`E$E}Kvde2AcFj{C)mO)PS5JSFAN{{D=b(r zDCP_J_R2L_rVU-G;7D6yAh$#E>#6nWr$BDw!DFt>rX7br*YomFjJIpFQYyl$5>&SG zSWj+&t=BQ&{D_z66g-SQstd-%Ov)+&00DqZW@&aaQ>mj$#KJHg83%mJ*neUi?(982ldT<#xW(`9rOj>nq>683EPCkuGmxnXO{S0q790g^2WUC^ zA#Purh7`zQ-#hQ&&BkQ!ja&KePDRy|Tn8SM)Tlz}F(&=dkiq>uy_JkLXU z@i=aMeG_}c8V24NL7*BB&Bu2RJ_WLmR(3Rh^l+?8cZK~t{2GIx40t34E*Aq?AW&oD znE2wl(W&#)6Aa+aKeZ6EYn6`H=*W0a|KLzpXQ%E_6c-4KaEv2^E; kV^QU*H_|_RzZ^~c4n+a07*qoM6N<$f`S#cYybcN literal 0 HcmV?d00001 diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc index c238ed8b0..f09564617 100644 --- a/plugins/admin/groups/class_groupManagement.inc +++ b/plugins/admin/groups/class_groupManagement.inc @@ -445,7 +445,7 @@ class groupManagement extends plugin /* Show main page */ $smarty->assign("grouplisthead", $listhead); $smarty->assign("grouplist", $divlist->DrawList()); - $smarty->assign("searchg_image", get_template_path('images/search_group.png')); + $smarty->assign("search_image", get_template_path('images/search.png')); $smarty->assign("searchu_image", get_template_path('images/search_user.png')); $smarty->assign("tree_image", get_template_path('images/tree.png')); $smarty->assign("infoimage", get_template_path('images/info.png')); diff --git a/plugins/admin/groups/headpage.tpl b/plugins/admin/groups/headpage.tpl index 3d93e7326..fb28dcb34 100644 --- a/plugins/admin/groups/headpage.tpl +++ b/plugins/admin/groups/headpage.tpl @@ -62,18 +62,16 @@ - - - +
+
- - - + -- 2.30.2
+