Ignore:
Timestamp:
08/23/12 09:33:56 (12 years ago)
Author:
nanardon
Message:

review web apparence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/admin/requests/index.tt

    r1109 r1127  
    2828[% IF oobject %] 
    2929[% dsn = oobject.get_attributes('displayName') %] 
    30 <a href="[% c.uri_for('/', c.forward('/obj_to_uri', [ oobject.type ]), oobject.id) %]"> 
    3130[% IF dsn %] 
    3231[% dsn | truncate(20) | html %] 
    33 ([% oobject.id | html %]) 
     32(<a href="[% c.uri_for('/', c.forward('/obj_to_uri', [ oobject.type ]), oobject.id) %]"> 
     33[%- oobject.id | html -%] 
     34</a>) 
    3435[%- ELSE -%] 
    35 [% oobject.id | html %] 
     36<a href="[% c.uri_for('/', c.forward('/obj_to_uri', [ oobject.type ]), oobject.id) %]"> 
     37[%- oobject.id | html -%] 
     38</a> 
    3639[%- END -%] 
    3740</a> 
Note: See TracChangeset for help on using the changeset viewer.