Code

Updated images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 07:11:12 +0000 (07:11 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 07:11:12 +0000 (07:11 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11909 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/applications/class_divListApplication.inc
gosa-plugins/goto/admin/groups/apps/app_list.tpl
gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc
gosa-plugins/goto/html/images/select_application.png [new file with mode: 0644]

index b83a8d5ff09df342dbfe6d0ad6da80e0be1a5fd4..2d7a31ab4693d6ed21f99ec39d4617e8633765c6 100644 (file)
@@ -141,7 +141,7 @@ class divListApplication extends MultiSelectWindow
     /* Create links */
     $editlink = "<a href='?plug=".$_GET['plug']."&amp;id=%s&amp;act=edit_entry'>%s</a>";
     $userimg  = "<img class='center' src='plugins/groups/images/groups.png' alt='User'    title='%s'>";
-    $applimg  = "<img class='center' src='images/select_application.png' alt='A'  title='"._("Application")."'>";
+    $applimg  = "<img class='center' src='plugins/goto/images/select_application.png' alt='A'  title='"._("Application")."'>";
     $empty    = "<img class='center' src='images/empty.png' style='width:16px;height:16px;' alt=''>";
 
     /* set Page header */
@@ -236,7 +236,7 @@ class divListApplication extends MultiSelectWindow
     $num_app_str = _("Number of listed applications");
     $num_dep_str = _("Number of listed departments");
   
-    $str = "<img class='center' src='images/select_application.png' 
+    $str = "<img class='center' src='plugins/goto/images/select_application.png' 
               title='".$num_app_str."' alt='".$num_app_str."'>&nbsp;".$num_apps."&nbsp;&nbsp;&nbsp;&nbsp;";
     $str.= "<img class='center' src='images/lists/folder.png' 
               title='".$num_dep_str."' alt='".$num_dep_str."'>&nbsp;".$num_deps."&nbsp;&nbsp;&nbsp;&nbsp;";
index b40fc988144d1dc9d533cec1d01829651b9e41c6..14be6bc36511425a2fd77b7b0218c1a7a27956be 100644 (file)
                {/if}
                        <td style='background-color: transparent;width:22px; padding-top:5px;padding-bottom:5px;'>
                                <div style="width:20px; overflow:hidden; text-align:center;">
-                                       <img src='images/select_application.png' alt='{t}Entry{/t}' class="center">
+                                       <img src='plugins/goto/images/select_application.png' alt='{t}Entry{/t}' class="center">
                                </div>
                        </td>
                        <td style="background-color: transparent;">
index 63bb7d60d170df76ad823f907959c0129f1451c8..a61bb330c1f26f4bb1d352c4ccfc73ab1e680989 100644 (file)
@@ -470,7 +470,7 @@ class appgroup extends plugin
       }
       $div->AddEntry(array(
             array("string"=>sprintf("<input class='center' type='checkbox' value='1' name='AddApp_%s'>",$key).
-              "<img class='center' src='images/select_application.png' alt='"._("application")."'>&nbsp;".$name,
+              "<img class='center' src='plugins/goto/images/select_application.png' alt='"._("application")."'>&nbsp;".$name,
               "attach"=>"style='border:0px;'")
             ));
     }
diff --git a/gosa-plugins/goto/html/images/select_application.png b/gosa-plugins/goto/html/images/select_application.png
new file mode 100644 (file)
index 0000000..dd6de2f
Binary files /dev/null and b/gosa-plugins/goto/html/images/select_application.png differ