EnglishHello all,
I have re-used jGrowl notification script in one of my plugin:
{combine_script id='jquery.jgrowl' load='footer' require='jquery' path='themes/default/js/plugins/jquery.jgrowl_minimized.js'}I also re-used the css classes defined for uploadify:
{combine_css path="admin/themes/default/uploadify.jGrowl.css"}But some images are missing (404 errors):
div.jGrowl div.success {
background: url(images/Check.png) no-repeat 6px 6px;
}
div.jGrowl div.error {
background: url(images/Error.png) no-repeat 6px 6px;
}
div.jGrowl div.warning {
background: url(images/Alert.png) no-repeat 6px 6px;
}I noticed that /admin/themes/default/template/photos_add_direct.tpl also uses this css classes.
Is it a known error?
Offline
yes :)
Offline
you're right, now ot's done
[Bugtracker, bug 2714, fixed] missing icons on jgrowl notifications
Offline