Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #137 from QoboLtd/task-9313-adminlte-patch
Browse files Browse the repository at this point in the history
Patching AdminLTE paths (task #9313)
  • Loading branch information
georgeconstantinou committed Jan 2, 2019
2 parents 5de71bd + c7b5317 commit 67bbbf8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/Template/Calendars/add.ctp
Expand Up @@ -20,7 +20,7 @@ $colors = Utility::getColors();
*/
echo $this->Html->css(
[
'AdminLTE./plugins/select2/select2.min',
'AdminLTE./bower_components/select2/dist/css/select2.min',
'Qobo/Utils.select2-bootstrap.min',
'Qobo/Utils.select2-style',
],
Expand All @@ -29,7 +29,7 @@ echo $this->Html->css(

echo $this->Html->script(
[
'AdminLTE./plugins/select2/select2.full.min',
'AdminLTE./bower_components/select2/dist/js/select2.full.min',
'Qobo/Utils.select2.init',
],
['block' => 'scriptBottom']
Expand Down
8 changes: 4 additions & 4 deletions src/Template/Calendars/edit.ctp
Expand Up @@ -20,8 +20,8 @@ $colors = Utility::getColors();
*/
echo $this->Html->css(
[
'AdminLTE./plugins/select2/select2.min',
'AdminLTE./plugins/colorpicker/bootstrap-colorpicker.min',
'AdminLTE./bower_components/select2/dist/css/select2.min',
'AdminLTE./bower_components/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css',
'Qobo/Utils.select2-bootstrap.min',
'Qobo/Utils.select2-style',
],
Expand All @@ -30,8 +30,8 @@ echo $this->Html->css(

echo $this->Html->script(
[
'AdminLTE./plugins/select2/select2.full.min',
'AdminLTE./plugins/colorpicker/bootstrap-colorpicker.min',
'AdminLTE./bower_components/select2/dist/js/select2.full.min',
'AdminLTE./bower_components/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.min',
'Qobo/Utils.select2.init',
],
['block' => 'scriptBottom']
Expand Down
4 changes: 2 additions & 2 deletions src/Template/Calendars/index.ctp
Expand Up @@ -14,8 +14,8 @@ use Cake\Core\Configure;
echo $this->Html->css(
[
'Qobo/Calendar.fullcalendar.min.css',
'AdminLTE./plugins/select2/select2.min',
'AdminLTE./plugins/daterangepicker/daterangepicker',
'AdminLTE./bower_components/select2/dist/css/select2.min',
'AdminLTE./bower_components/bootstrap-daterangepicker/daterangepicker',
'Qobo/Utils.select2-bootstrap.min',
'Qobo/Calendar.calendar',
]
Expand Down

0 comments on commit 67bbbf8

Please sign in to comment.