summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 75ac8ed)
raw | patch | inline | side by side (parent: 75ac8ed)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 May 2011 11:04:10 +0000 (11:04 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 May 2011 11:04:10 +0000 (11:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@20901 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-plugins/goto/admin/applications/class_divListApplication.inc | patch | blob | history |
diff --git a/trunk/gosa-plugins/goto/admin/applications/class_divListApplication.inc b/trunk/gosa-plugins/goto/admin/applications/class_divListApplication.inc
index c281fa2c5752d3f2dd6d506b6aca9e4308d5d7dc..73df2626370a80f5c46351359315580a45a80ee3 100644 (file)
$s .= "..|<img src='images/lists/new.png' alt='' border='0' class='center'>".
" "._("Create")."|\n";
if(preg_match("/c/",$acl)) {
- $s.= "...|<input class='center' type='image' src='images/list_new_app' alt=''>".
+ $s.= "...|<input class='center' type='image' src='plugins/goto/images/list_new_app.png' alt=''>".
" "._("Application")."|appl_new|\n";
}