Ignore:
Timestamp:
12/02/11 11:42:17 (13 years ago)
Author:
nanardon
Message:
  • reimport missing files from previous svn
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Controller/Users.pm

    r759 r861  
    4343        $c->stash->{initials} = [ sort keys %initials ]; 
    4444    } 
     45    $c->stash->{page}{title} = 'Listes des utilisateurs (' . scalar(@{ 
     46                $c->stash->{objectslist} }) . ')'; 
    4547    $c->stash->{userslist} = \@userlist; 
    4648} 
     
    5153    my $base = $c->model('Accounts')->db; 
    5254 
     55    $c->stash->{page}{title} = "Utilisateur :: $username"; 
    5356    $c->stash->{username} = $username; 
    5457    $c->stash->{user} = $base->get_object('user', $username) or do { 
     
    5760    }; 
    5861    $c->stash->{subform} = $subform || ''; 
     62    $c->stash->{page}{title} = "Utilisateur :: $username"; 
    5963 
    6064    for ($subform || '') { 
     
    155159            last; 
    156160        }; 
     161        /^my$/ and do { 
     162            $c->stash->{db} = $base; 
     163            $c->stash->{template} = 'users/my.tt'; 
     164        }; 
    157165        /^dump$/ and do { 
    158166            $c->stash->{db} = $base; 
Note: See TracChangeset for help on using the changeset viewer.