Publisher does not support the Fluid field type. Please do not contact asking when support will be available.
If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.
Ticket: Typo Fix Submission
Status | Resolved |
Add-on / Version | |
Severity | Trivial |
EE Version |
Jarrett M. Barnett
May 11, 2012File: acc.blueprints.php
Line: 163
Is missing the third_party folder specification; therefore, the console reports a 404 not found throughout the EE2 control panel.
From this:
background-image: url(’. $this->EE->config->item(‘theme_folder_url’) .‘jquery_ui/default/images/ui-icons_ffffff_256x240.png);
to this:
background-image: url(’. $this->EE->config->item(‘theme_folder_url’) .‘third_party/jquery_ui/default/images/ui-icons_ffffff_256x240.png);
BoldMinded (Brian)
May 11, 2012
Ah, thank you. Fixed for the next release (potentially 2.0)
Jarrett M. Barnett
May 11, 2012
Oops! I mean:
background-image: url(’. $this->EE->config->item(‘theme_folder_url’) .‘cp_themes/default/images/ui-icons_ffffff_256x240.png);
Might be worthwhile duplicating the image and storing it in the third_party folder
Thanks again!