X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FPendingController.php;h=7326bdbdb425a4d8ca4aa0bb8add3b45a4139fca;hb=69cbaf628f5576754d4553c021315188e22d24af;hp=af5278c2a40b1a1033d31c4e2b1dd62389395a87;hpb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;p=syj.git diff --git a/application/controllers/PendingController.php b/application/controllers/PendingController.php index af5278c..7326bdb 100644 --- a/application/controllers/PendingController.php +++ b/application/controllers/PendingController.php @@ -7,6 +7,7 @@ class PendingController extends Zend_Controller_Action public function init() { $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); + $this->view->headLink()->appendStylesheet('css/form.css', 'all'); $this->view->headLink()->appendStylesheet('css/pending.css', 'all'); }