summaryrefslogtreecommitdiffstats
path: root/application/Bootstrap.php
diff options
context:
space:
mode:
authorSimon2011-05-09 15:07:04 +0200
committerSimon2011-05-09 15:07:04 +0200
commit4aaecf1421d69a4dbfb5f886e0ade67d3a31b817 (patch)
treec787eb11d799a145885874911308ddf5c28fe323 /application/Bootstrap.php
parentdatepicker in filterentry (diff)
downloadpbs2-4aaecf1421d69a4dbfb5f886e0ade67d3a31b817.tar.gz
pbs2-4aaecf1421d69a4dbfb5f886e0ade67d3a31b817.tar.xz
pbs2-4aaecf1421d69a4dbfb5f886e0ade67d3a31b817.zip
Datepicker, Timepicker und DaySelect in Filterentry geändert
Diffstat (limited to 'application/Bootstrap.php')
-rw-r--r--application/Bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/Bootstrap.php b/application/Bootstrap.php
index 3d6e8e5..45931e8 100644
--- a/application/Bootstrap.php
+++ b/application/Bootstrap.php
@@ -58,6 +58,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
$view->headMeta()->appendHttpEquiv('Content-Type', 'text/html;charset=utf-8');
$view->headLink()->appendStylesheet('/media/css/style.css');
$view->headLink()->appendStylesheet('/media/css/jquery-ui.css');
+ $view->headLink()->appendStylesheet('/media/css/jquery-ui-timepicker.css');
#$this->headScript()->appendFile('/media/js/jquery.min.js');
#$this->headScript()->appendFile('/media/js/jquery-ui.min.js');