Ignore:
Timestamp:
Feb 11, 2011, 7:02:21 PM (13 years ago)
Author:
Eric
Message:

Bug 2188 : Avoid translation flags conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/admin/template/userlist.tpl

    r8875 r9177  
    1 {combine_script id="jquery" path=$ROOT_URL|@cat:"themes/default/js/jquery.js"}
     1{combine_script id="jquery" path=$ROOT_URL|@cat:"themes/default/js/jquery.js"}
    22{combine_script id="jquery.cluetip" path=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
    33{combine_script id="jquery.tablesorter" path=$UAM_PATH|@cat:"admin/template/js/jquery.tablesorter.js"}
     
    3939
    4040<div class="titrePage">
    41   <h2>{'Title_Tab'|@translate} {$UAM_VERSION}<br>{'SubTitle5'|@translate}</h2>
     41  <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br>{'UAM_SubTitle5'|@translate}</h2>
    4242</div>
    4343
    4444<form method="post" action="" class="general">
    4545  <fieldset>
    46         <legend class="cluetip" title="{'UAM_userlistTitle'|translate}|{'UAM_userlistTitle_d'|translate}">{'UserList_Title'|@translate}</legend>
     46        <legend class="cluetip" title="{'UAM_userlistTitle'|translate}|{'UAM_userlistTitle_d'|translate}">{'UAM_UserList_Title'|@translate}</legend>
    4747
    4848      <table id="sorting" class="table2" width="97%" summary="">
     
    5252            <th>{'Profile'|@translate}</th>
    5353                        <th>{'Email address'|@translate}</th>
    54             <th>{'LastVisit_Date'|@translate}</th>
    55             <th>{'Nb_Days'|@translate}</th>
     54            <th>{'UAM_LastVisit_Date'|@translate}</th>
     55            <th>{'UAM_Nb_Days'|@translate}</th>
    5656                        </tr>
    5757                        </thead>
Note: See TracChangeset for help on using the changeset viewer.