Changeset 878


Ignore:
Timestamp:
12/26/11 15:35:41 (13 years ago)
Author:
nanardon
Message:
  • avoid space in link tag
Location:
LATMOS-Accounts-Web/root/html
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/root/html/groups/index.tt

    r861 r878  
    1717        <img src="[% c.uri_for('/static', 'icons', 'icon_edit.png') %]" 
    1818            height="16" width="16" 
    19             alt="[% "edit " _ groupname | html %]"> 
    20     </a> [% group.id | html %]</td> 
     19            alt="[% "edit " _ groupname | html %]"></a> 
     20    [% group.id | html %]</td> 
    2121    <td> 
    2222    <span title="[% group.get_c_field('description') | html %]"> 
  • LATMOS-Accounts-Web/root/html/nethosts/index.tt

    r861 r878  
    3333    <img src="[% c.uri_for('/static', 'icons', 'icon_edit.png') %]" 
    3434      height="16" width="16" 
    35       alt="[% "edit " _ nethostname | html %]"> 
    36     </a>[% username | html %] 
     35      alt="[% "edit " _ nethostname | html %]"></a> 
     36    [% username | html %] 
    3737    [% nethostname | html %] 
    3838    [% IF nethost.get_attributes('owner') %] 
  • LATMOS-Accounts-Web/root/html/netzones/index.tt

    r861 r878  
    2020        <img src="[% c.uri_for('/static', 'icons', 'icon_edit.png') %]" 
    2121            height="16" width="16" 
    22             alt="[% "edit " _ netzonename | html %]"> 
    23     </a></td> 
     22            alt="[% "edit " _ netzonename | html %]"></a> 
     23    </td> 
    2424</tr> 
    2525[% IF loop.last %] 
  • LATMOS-Accounts-Web/root/html/users/index.tt

    r861 r878  
    3232        <img src="[% c.uri_for('/static', 'icons', 'icon_edit.png') %]" 
    3333            height="16" width="16" 
    34             alt="[% "edit " _ username | html %]"> 
    35     </a>[% username | html %]</td> 
     34            alt="[% "edit " _ username | html %]"></a> 
     35    [% username | html %]</td> 
    3636    <td> 
    3737        [% user.get_c_field('sn') | html %] 
Note: See TracChangeset for help on using the changeset viewer.