X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FPendingController.php;h=ff28a1f94dad7b48db031faa703092ead5fa9b3c;hb=014347ecde920ac7cb445fbed059f3b67f80336f;hp=7326bdbdb425a4d8ca4aa0bb8add3b45a4139fca;hpb=70d6bb9dfa4c198607fbe75592f108bc8d69048b;p=syj.git diff --git a/application/controllers/PendingController.php b/application/controllers/PendingController.php index 7326bdb..ff28a1f 100644 --- a/application/controllers/PendingController.php +++ b/application/controllers/PendingController.php @@ -1,14 +1,12 @@ view->headLink()->appendStylesheet('css/generic.css', 'all'); - $this->view->headLink()->appendStylesheet('css/form.css', 'all'); - $this->view->headLink()->appendStylesheet('css/pending.css', 'all'); + $this->_helper->SyjMedias->addStyleSheets('pending'); } public function indexAction() { @@ -53,7 +51,7 @@ class PendingController extends Zend_Controller_Action $title = $this->view->translate("password changed"); $this->_helper->ViewRenderer->setViewScriptPathSpec(':controller/password_validate.:suffix'); - $this->_helper->SyjSession->logout(); + $this->_helper->SyjUserManager->logout(); } else if (array_key_exists('pending_cancel', $formData)) { if (!$pending->cancel()) {