Ignore:
Timestamp:
Jan 22, 2011, 6:14:15 PM (13 years ago)
Author:
Eric
Message:

Set compatibility for Piwigo 2.2-RC
Note : Little display bug remains on Piwigo's left menu due to sortable tables (userlist.tpl, usermanager.tpl and ghosttracker.tpl) when no user is listed.

File:
1 edited

Legend:

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

    r6783 r8841  
    1 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"}
    2 {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
    3 {known_script id="jquery.tablesorter" src=$UAM_PATH|@cat:"admin/template/js/jquery.tablesorter.js"}
    4 {known_script id="jquery.tablesorter.pager" src=$UAM_PATH|@cat:"admin/template/js/jquery.tablesorter.pager.js"}
     1{combine_script id="jquery" path=$ROOT_URL|@cat:"themes/default/js/jquery.js"}
     2{combine_script id="jquery.cluetip" path=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
     3{combine_script id="jquery.tablesorter" path=$UAM_PATH|@cat:"admin/template/js/jquery.tablesorter.js"}
     4{combine_script id="jquery.tablesorter.pager" path=$UAM_PATH|@cat:"admin/template/js/jquery.tablesorter.pager.js"}
    55
    66{html_head}<link rel="stylesheet" type="text/css" href="{$UAM_PATH}admin/template/uam.css">{/html_head}
     
    2121      .tablesorter({ldelim}sortList:[[4,1]], headers: {ldelim} 0: {ldelim} sorter: false {rdelim}{rdelim}{rdelim})
    2222      .tablesorterPager({ldelim}container: $("#pager"), positionFixed: false, size: 20, totalPages: 0{rdelim});
    23     {rdelim}
    24 );
     23    {rdelim});
    2524</script>
    2625
     
    4241  <fieldset>
    4342    <legend class="cluetip" title="{'UAM_gtTitle'|translate}|{'UAM_gtTitle_d'|translate}">{'GhostTracker_Title'|@translate}</legend>
    44         <table id="sorting" class="table2" width="97%" summary="">
    45           <thead>
    46             <tr class="throw">
    47               <th>&nbsp;</th>
    48               <th>{'Username'|@translate}</th>
    49               <th>{'Profile'|@translate}</th>
    50               <th>{'Email address'|@translate}</th>
    51               <th>{'LastVisit_Date'|@translate}</th>
    52               <th>{'Reminder'|@translate}</th>
    53             </tr>
    54           </thead>
    55           <tbody>
     43      <table id="sorting" class="table2" width="97%" summary="">
     44        <thead>
     45          <tr class="throw">
     46            <th>&nbsp;</th>
     47            <th>{'Username'|@translate}</th>
     48            <th>{'Profile'|@translate}</th>
     49            <th>{'Email address'|@translate}</th>
     50            <th>{'LastVisit_Date'|@translate}</th>
     51            <th>{'Reminder'|@translate}</th>
     52          </tr>
     53        </thead>
     54        <tbody>
    5655          {foreach from=$users item=user name=users_loop}
    5756            <tr class="{if $smarty.foreach.users_loop.index is odd}row1{else}row2{/if}">
     
    7372          {/foreach}
    7473        </tbody>
    75         </table>
     74      </table>
    7675<div id="pager" class="pager">
    7776        <form>
Note: See TracChangeset for help on using the changeset viewer.