summaryrefslogtreecommitdiffstats
path: root/application/Bootstrap.php
diff options
context:
space:
mode:
authormichael pereira2011-05-11 15:01:22 +0200
committermichael pereira2011-05-11 15:01:22 +0200
commit853566d22ed173103841f111ecc49467c1e34c19 (patch)
tree4965b3b8d33895f5decf5ed2b920f2ccbbd2f758 /application/Bootstrap.php
parentViewScript für config gefixt (diff)
parentDatepicker, Timepicker und DaySelect in Filterentry geändert (diff)
downloadpbs2-853566d22ed173103841f111ecc49467c1e34c19.tar.gz
pbs2-853566d22ed173103841f111ecc49467c1e34c19.tar.xz
pbs2-853566d22ed173103841f111ecc49467c1e34c19.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
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');