summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 601ecdb)
raw | patch | inline | side by side (parent: 601ecdb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:11:12 +0000 (07:11 +0000) | ||
committer | hickert <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
diff --git a/gosa-plugins/goto/admin/applications/class_divListApplication.inc b/gosa-plugins/goto/admin/applications/class_divListApplication.inc
index b83a8d5ff09df342dbfe6d0ad6da80e0be1a5fd4..2d7a31ab4693d6ed21f99ec39d4617e8633765c6 100644 (file)
/* Create links */
$editlink = "<a href='?plug=".$_GET['plug']."&id=%s&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 */
$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."'> ".$num_apps." ";
$str.= "<img class='center' src='images/lists/folder.png'
title='".$num_dep_str."' alt='".$num_dep_str."'> ".$num_deps." ";
diff --git a/gosa-plugins/goto/admin/groups/apps/app_list.tpl b/gosa-plugins/goto/admin/groups/apps/app_list.tpl
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;">
diff --git a/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc b/gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc
index 63bb7d60d170df76ad823f907959c0129f1451c8..a61bb330c1f26f4bb1d352c4ccfc73ab1e680989 100644 (file)
}
$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")."'> ".$name,
+ "<img class='center' src='plugins/goto/images/select_application.png' alt='"._("application")."'> ".$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
index 0000000..dd6de2f
Binary files /dev/null and b/gosa-plugins/goto/html/images/select_application.png differ