kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

icon getpaid.png not found in the contol panel #302

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1)empty the Ignored exception types on 
http://127.0.0.1:8080/Plone/prefs_error_log_form
2)go to http://127.0.0.1:8080/Plone/plone_control_panel : there is no icon in 
front of the link to GetPaid Add-on Configuration
3) goback to prefs_error_log_form
Exception Value
    http://127.0.0.1:8080/Plone/portal_controlpanel/portal [ /++resource++getpaid.png ]
in fact in the   /Plone/portal_controlpanel (ZMI) the string for the icon is 
string:${object_url}/portal/++resource++getpaid.png
if we change it to 
string:${object_url}/${portal_url}/++resource++getpaid.png
or to
string:${object_url}/portal_url/++resource++getpaid.png
the icon appears ..
in the file profiles/default/controlpanel.xml we have
icon_expr="portal/++resource++getpaid.png"
Shouldn't it be something like
icon_expr="portal_url/++resource++getpaid.png"

Original issue reported on code.google.com by danielle...@gmail.com on 21 Dec 2010 at 3:06