Changeset 296
- Timestamp:
- 11/07/06 15:33:19 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/manifests/jelix-lib.mn
r289 r296 277 277 xaovlay.tpl 278 278 xuladmin.tpl 279 index.tpl 279 280 cd lib/jelix-modules/jxauth/daos 280 281 jelixuser.dao.xml trunk/lib/jelix-modules/jxauth/controllers/login.classic.php
r285 r296 64 64 $rep = $this->getResponse('html'); 65 65 66 $rep->title = jLocale::get ('jxauth.titlePage.login'); 66 $rep->title = jLocale::get ('auth.titlePage.login'); 67 $rep->bodyTpl = 'jxauth~index'; 67 68 $rep->body->assignZone ('MAIN', 'jxauth~loginform', array ('login'=>$this->param('login'), 'failed'=>$this->param('failed'))); 68 69
