]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/NewpwdController.php
search a place with nominatim
[syj.git] / application / controllers / NewpwdController.php
index 012738c07045d765a865779abd367844d232bd8a..de8ec3b644fcb9a242fc518fb253d94d411bbd41 100644 (file)
@@ -9,8 +9,8 @@ class NewpwdController extends Zend_Controller_Action
         $this->view->headScript()->appendFile('js/prototype.js');
         $this->view->headScript()->appendFile('js/newpwd.js');
         $this->view->headScript()->appendFile('js/utils.js');
-        $this->view->headLink()->appendStylesheet('css/generic.css');
-        $this->view->headLink()->appendStylesheet('css/newpwd.css');
+        $this->view->headLink()->appendStylesheet('css/generic.css', 'all');
+        $this->view->headLink()->appendStylesheet('css/newpwd.css', 'all');
     }
 
     public function indexAction() {
@@ -66,7 +66,7 @@ class NewpwdController extends Zend_Controller_Action
 
     protected function _jsLocaleStrings() {
         $this->view->jslocales = array(
-            'notEmptyField' => __("Value is required and can't be empty"),
+            'notEmptyField' => __("Value is required"),
             );
     }
 }