diff options
| author | michael pereira | 2011-05-11 15:01:22 +0200 |
|---|---|---|
| committer | michael pereira | 2011-05-11 15:01:22 +0200 |
| commit | 853566d22ed173103841f111ecc49467c1e34c19 (patch) | |
| tree | 4965b3b8d33895f5decf5ed2b920f2ccbbd2f758 /application/Bootstrap.php | |
| parent | ViewScript für config gefixt (diff) | |
| parent | Datepicker, Timepicker und DaySelect in Filterentry geändert (diff) | |
| download | pbs2-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.php | 1 |
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'); |
