tanguy2m / AddFromServer

Piwigo plugin enabling photos association from local server
0 stars 0 forks source link

Vérifier admin/themes/default/uploadify.jGrowl.css #24

Closed tanguy2m closed 12 years ago

tanguy2m commented 12 years ago

Certaines images appelées par le style ne s'affichent pas: Ex: /admin/themes/default/images/Error.png

tanguy2m commented 12 years ago

Styles à modifier dans admin.css:

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;
}
tanguy2m commented 12 years ago

Devrait être corrigé dans Piwigo 2.4.4: http://piwigo.org/bugs/view.php?id=2714

tanguy2m commented 12 years ago

C'est bon la v2.4.4 corrige bien le problème.