Changeset 296

Show
Ignore:
Timestamp:
11/07/06 15:33:19 (2 years ago)
Author:
bballizlife
Message:

correction dans module jxauth : template manquant pour une utilisation en html

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/manifests/jelix-lib.mn

    r289 r296  
    277277  xaovlay.tpl 
    278278  xuladmin.tpl 
     279  index.tpl 
    279280cd lib/jelix-modules/jxauth/daos 
    280281  jelixuser.dao.xml 
  • trunk/lib/jelix-modules/jxauth/controllers/login.classic.php

    r285 r296  
    6464        $rep = $this->getResponse('html'); 
    6565 
    66         $rep->title =  jLocale::get ('jxauth.titlePage.login'); 
     66        $rep->title =  jLocale::get ('auth.titlePage.login'); 
     67        $rep->bodyTpl = 'jxauth~index'; 
    6768        $rep->body->assignZone ('MAIN', 'jxauth~loginform', array ('login'=>$this->param('login'), 'failed'=>$this->param('failed'))); 
    6869 
Download in other formats: Unified Diff Zip Archive