View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
05808Bug reportsTheme editorpublic2012-03-14 21:08
Reporterchuelibrueder Assigned Tomagiclko 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
Product Version1.91+ 
Target Version2.00a2Fixed in Version2.00a2 
Summary05808: superfish.css should be read in from admintheme
Description

To improve themeability of the adminpages, the superfish.css should be read in from the admin theme and not the default theme.

Just change line 117 of admin/html.php from

    $css_admin_includes[]= $homeurl."/styles/default/superfish.css";

to

    $css_admin_includes[]= $homeurl."/styles/$admintheme/superfish.css";

going even thurder the jquery-ui.css should be placed in this folder as well, but I guess that would have to be changed in more than one place.

Steps To Reproduce

Not needed

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)12358
I will donate to the project if issue is resolvedNo
Browsernot important
Database type & versionnot important
Server OS (if known)not important
Webserver software & version (if known)not important
PHP Versionnot important

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2012-02-19 13:44

administrator   ~17516

Shubham, please change this only for 2.0

magiclko

magiclko

2012-02-25 11:10

reporter   ~17619

Fixed in rev7727609 - http://git.io/DoXGjg

c_schmitz

c_schmitz

2012-03-11 16:32

administrator   ~17843

2.00alpha 2 Build 120212 released

Related Changesets

LimeSurvey: Yii 7727609a

2012-02-25 02:07:28

magiclko

Details Diff
Fixed issue 05808: superfish.css should be read in from admintheme Affected Issues
05808
mod - application/controllers/admin/assessments.php Diff File
mod - application/controllers/admin/emailtemplates.php Diff File
mod - application/controllers/admin/export.php Diff File
mod - application/controllers/admin/participantsaction.php Diff File
mod - application/controllers/admin/question.php Diff File
mod - application/controllers/admin/questiongroup.php Diff File
mod - application/controllers/admin/quotas.php Diff File
mod - application/controllers/admin/surveyadmin.php Diff File
mod - application/controllers/admin/surveypermission.php Diff File
mod - application/controllers/admin/tokens.php Diff File
mod - application/controllers/admin/usergroups.php Diff File

Issue History

Date Modified Username Field Change
2012-02-12 12:50 chuelibrueder New Issue
2012-02-19 13:44 c_schmitz Assigned To => magiclko
2012-02-19 13:44 c_schmitz Status new => assigned
2012-02-19 13:44 c_schmitz Note Added: 17516
2012-02-19 13:44 c_schmitz Target Version => 2.00a2
2012-02-25 11:10 magiclko Note Added: 17619
2012-02-25 11:10 magiclko Status assigned => resolved
2012-02-25 11:10 magiclko Fixed in Version => 2.00a2
2012-02-25 11:10 magiclko Resolution open => fixed
2012-03-11 16:32 c_schmitz Note Added: 17843
2012-03-11 16:32 c_schmitz Status resolved => closed
2012-03-14 21:08 magiclko Changeset attached => Import 2012-03-09 13:30:34 Yii 7727609a
2015-12-11 14:40 c_schmitz Category Templates => Theme editor