Skip to content

Commit

Permalink
[Fix] Datepicker name
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Solà Fabà authored and Albert Solà Fabà committed Jul 4, 2016
1 parent 392de10 commit b712ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EventListener/SetupThemeListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function onKernelController(FilterControllerEvent $event) {
$mng->registerStyle('ionicons', $css.'/ionicons.css');
$mng->registerStyle('admin-lte', $css.'/AdminLTE.css', array('bootstrap-slider', 'fontawesome', 'ionicons','datatables'));
$mng->registerStyle('bs-colorpicker', $css.'/colorpicker/bootstrap-colorpicker.css', array('admin-lte'));
$mng->registerStyle('daterangepicker', $css.'/daterangepicker/daterangepicker-bs3.css', array('admin-lte'));
$mng->registerStyle('daterangepicker', $css.'/daterangepicker/daterangepicker.css', array('admin-lte'));
$mng->registerStyle('timepicker', $css.'/timepicker/bootstrap-timepicker.css', array('admin-lte'));
$mng->registerStyle('wysiwyg', $css.'/bootstrap-wysihtml5/bootstrap3-wysihtml5.css', array('admin-lte'));

Expand Down
2 changes: 1 addition & 1 deletion Resources/config/assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function () {
'admin_lte_forms_css' => array(
'inputs' => array(
$lteCssBase.'plugins/colorpicker/bootstrap-colorpicker.css',
$lteCssBase.'plugins/daterangepicker/daterangepicker-bs3.css',
$lteCssBase.'plugins/daterangepicker/daterangepicker.css',
$lteCssBase.'plugins/timepicker/bootstrap-timepicker.css',
$lteCssBase.'plugins/iCheck/all.css',
$lteCssBase.'plugins/iCheck/square/_all.css',
Expand Down

0 comments on commit b712ead

Please sign in to comment.