Code

Updated goto images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:33:56 +0000 (10:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:33:56 +0000 (10:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11790 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/applications/class_divListApplication.inc
gosa-plugins/goto/admin/mimetypes/class_divListMimeTypes.inc
gosa-plugins/goto/html/images/branch.png [new file with mode: 0644]
gosa-plugins/goto/html/images/freeze.png [new file with mode: 0644]

index cb096f5c627d47a3c1ef729282bdab477e7ed92d..b83a8d5ff09df342dbfe6d0ad6da80e0be1a5fd4 100644 (file)
@@ -67,7 +67,7 @@ class divListApplication extends MultiSelectWindow
       $releases = $this->parent->getReleases();
       $smarty->assign("app_release" , $releases[$this->parent->app_release]);
       $smarty->assign("app_base"    , $releases[$this->parent->app_base]);
-      $smarty->assign("branchimage","images/branch.png");
+      $smarty->assign("branchimage","plugins/goto/images/branch.png");
       $smarty->assign("app_releases", $releases);
       $str = $smarty->fetch(get_template_path('release_select.tpl', TRUE));
     }
@@ -190,7 +190,7 @@ class divListApplication extends MultiSelectWindow
 
       /* If we are allowed to remove the application account, display remove icon */
       if(preg_match("/freeze/i",$FAIstate)){
-        $actions .= "<img src='images/freeze.png' class='center' alt='!' title='"._("Freezed")."'>";
+        $actions .= "<img src='plugins/goto/images/freeze.png' class='center' alt='!' title='"._("Freezed")."'>";
       }elseif(preg_match("/d/",$acl)){
         $actions.= "<input class='center' type='image'
           src='images/lists/trash.png' alt='"._("delete")."' name='appl_del_%KEY%' title='"._("Delete this entry")."'>";
index 7c80b55ed5c53e33785bfd51bc71912689c00d7f..48a4582f5a8638dab268f715095c4f704ab6ff70 100644 (file)
@@ -67,7 +67,7 @@ class divListMimeTypes extends MultiSelectWindow
       $releases = $this->parent->getReleases();
       $smarty->assign("mime_release" , $releases[$this->parent->mime_release]);
       $smarty->assign("mime_base"    , $releases[$this->parent->mime_base]);
-      $smarty->assign("branchimage","images/branch.png");
+      $smarty->assign("branchimage","plugins/goto/images/branch.png");
       $smarty->assign("mime_releases", $releases);
       $str = $smarty->fetch(get_template_path('release_select.tpl', TRUE));
     }
@@ -195,7 +195,7 @@ class divListMimeTypes extends MultiSelectWindow
 
       /* Add delete button */
       if(preg_match("/freeze/i",$FAIstate)){
-        $action .= "<img src='images/freeze.png' class='center' alt='!' title='"._("Freezed")."'>";
+        $action .= "<img src='plugins/goto/images/freeze.png' class='center' alt='!' title='"._("Freezed")."'>";
       }elseif(preg_match("/d/",$acl)){
         $action.= "<input class='center' type='image'
           src='images/lists/trash.png' alt='"._("delete")."' name='mime_del_%KEY%' title='"._("Delete this entry")."'>";
diff --git a/gosa-plugins/goto/html/images/branch.png b/gosa-plugins/goto/html/images/branch.png
new file mode 100644 (file)
index 0000000..7eb7909
Binary files /dev/null and b/gosa-plugins/goto/html/images/branch.png differ
diff --git a/gosa-plugins/goto/html/images/freeze.png b/gosa-plugins/goto/html/images/freeze.png
new file mode 100644 (file)
index 0000000..04a05c1
Binary files /dev/null and b/gosa-plugins/goto/html/images/freeze.png differ