Code

Fixed image path
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 4 Aug 2006 12:39:07 +0000 (12:39 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 4 Aug 2006 12:39:07 +0000 (12:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4399 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/class_divListApplication.inc

index 612d530b3edd1fb3bc8b040966e5a722f69b4a5a..b6f63d0448443ee2c43da99dce7862534e904874 100755 (executable)
@@ -158,7 +158,7 @@ class divListApplication extends MultiSelectWindow
       $actions.= "<input class='center' type='image'
         src='images/edit.png' alt='"._("edit")."' name='appl_edit_%KEY%' title='"._("Edit this entry")."'>";
       if($is_freezed){
-        $actions.= "<img src='empty' width='32' alt='&nbsp;' >";
+        $actions.= "<img src='images/empty.png' width='32' alt='&nbsp;' >";
       }else{
         $actions.= "<input class='center' type='image'
           src='images/edittrash.png' alt='"._("delete")."' name='appl_del_%KEY%' title='"._("Delete this entry")."'>";