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, 2012

File: 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);

#1

BoldMinded (Brian)

Ah, thank you. Fixed for the next release (potentially 2.0)

#2

Jarrett M. Barnett

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!

Login to reply