Code

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

gosa-plugins/gofon/gofon/macro/class_divListMacros.inc
gosa-plugins/gofon/gofon/phoneaccount/generic.tpl
gosa-plugins/gofon/html/images/select_macro.png [new file with mode: 0644]

index 7adb46aabb909cf83d07dedd407a50e072e693cf..69c4db723bc6aee16299dec0aac7b7fdc173a162 100644 (file)
@@ -202,7 +202,7 @@ class divListMacro extends MultiSelectWindow
     $num_obj_str = sprintf(_("Number of listed %s"),_("macros"));
     $num_dep_str = sprintf(_("Number of listed %s"),_("departments"));
 
-    $str = "<img class='center' src='images/select_macro.png'
+    $str = "<img class='center' src='plugins/gofon/images/select_macro.png'
               title='".$num_obj_str."' alt='".$num_obj_str."'>&nbsp;".$num_objs."&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 7b339f7bc00e1f425d2e3bec32a73bcfc2bc666b..27b824231e47e87a27322e080e30d67374513a25 100644 (file)
  <tr style="vertical-align:top; border-top:1px solid #A0A0A0;">
  <td colspan=2 style="vertical-align:top;width:50%">
   <h2>
-   <img class="center" alt="" src="images/select_macro.png" align="middle" />
+   <img class="center" alt="" src="plugins/gofon/images/select_macro.png" align="middle" />
    &nbsp;{t}Phone macro{/t}
   </h2>
   <table summary="{t}Phone macro{/t}">
diff --git a/gosa-plugins/gofon/html/images/select_macro.png b/gosa-plugins/gofon/html/images/select_macro.png
new file mode 100644 (file)
index 0000000..10d2a2d
Binary files /dev/null and b/gosa-plugins/gofon/html/images/select_macro.png differ