Integrate bootstrap datetimepicker PR#308

This commit is contained in:
Paul Gear
2014-10-28 07:46:08 +10:00
parent 99341e5a90
commit 736888ee8a
4 changed files with 7 additions and 3 deletions

View File

@@ -3,6 +3,6 @@ imports:
- javascript
- php
# please keep the excluded paths list sorted
# FIXME: find a way to keep excluded_paths list sorted
filter:
excluded_paths: [ html/includes/geshi/*, html/includes/jpgraph/*, html/js/bootstrap*, html/js/jqplot/*, html/js/jquery.cycle*, html/js/jquery-ui-timepicker-addon.js, html/js/sorttable.js, html/js/tw-sack.js, includes/phpmailer/*, html/css/bootstrap*, html/includes/Slim/*, html/css/toastr*, html/js/toastr* ]
excluded_paths: [ html/includes/geshi/*, html/includes/jpgraph/*, html/js/bootstrap*, html/js/jqplot/*, html/js/jquery.cycle*, html/js/jquery-ui-timepicker-addon.js, html/js/sorttable.js, html/js/tw-sack.js, includes/phpmailer/*, html/css/bootstrap*, html/includes/Slim/*, html/css/toastr*, html/js/toastr*, html/js/datetime/* ]

View File

@@ -0,0 +1 @@
../js/datetime/build/css/bootstrap-datetimepicker.min.css

View File

@@ -128,12 +128,14 @@ if ($config['page_title']) { $config['page_title_prefix'] = $config['page_title'
if ($config['page_refresh']) { echo(' <meta http-equiv="refresh" content="'.$config['page_refresh'].'" />' . "\n"); }
?>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/typeahead.js-bootstrap.css" rel="stylesheet" type="text/css" />
<link href="css/bootstrap-datetimepicker.min.css" rel="stylesheet" type="text/css" />
<link href="css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" />
<link href="css/toastr.min.css" rel="stylesheet" type="text/css" />
<link href="css/typeahead.js-bootstrap.css" rel="stylesheet" type="text/css" />
<link href="<?php echo($config['stylesheet']); ?>" rel="stylesheet" type="text/css" />
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-datetimepicker.min.js"></script>
<script src="js/bootstrap-hover-dropdown.min.js"></script>
<script src="js/bootstrap-switch.min.js"></script>
<script src="js/typeahead.min.js"></script>

1
html/js/bootstrap-datetimepicker.min.js vendored Symbolic link
View File

@@ -0,0 +1 @@
datetime/build/js/bootstrap-datetimepicker.min.js