Skip to content

Commit

Permalink
Dev: lime-bootstrap package
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Sep 28, 2015
1 parent 72a211d commit a51c7d7
Show file tree
Hide file tree
Showing 196 changed files with 13 additions and 4 deletions.
12 changes: 11 additions & 1 deletion application/config/third_party.php
Expand Up @@ -261,10 +261,20 @@

// displayParticipants
'display-participants' => array(
'baseUrl' => 'styles/bootstrap/',
'baseUrl' => 'styles/limebootstrap/',
'css' => array(
'displayParticipants.css',
),
),

// LimeSurvey Bootstrap Admin Interface
'lime-bootstrap' => array(
'baseUrl' => 'styles/limebootstrap/',
'css' => array(
'lime-icons2.css',
'font-awesome/font-awesome-43.min.css',
'awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css'
),
),

);
5 changes: 2 additions & 3 deletions application/views/admin/super/header.php
Expand Up @@ -14,9 +14,8 @@

// Bootstrap
App()->bootstrap->register();
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "../bootstrap/lime-icons2.css" );
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "font-awesome/font-awesome-43.min.css");
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css");
App()->getClientScript()->registerPackage('lime-bootstrap');


// Right to Left
if (getLanguageRTL($_SESSION['adminlang']))
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a51c7d7

Please sign in to comment.