Ignore:
Timestamp:
Jan 23, 2014, 9:24:23 PM (10 years ago)
Author:
Eric
Message:

Piwigo 2.6 compliance - Step 3:
Update tablesorter jquery plugin for compliance with jquery v1.10

HTML5 validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/admin/template/usermanager.tpl

    r21747 r26933  
    22{combine_script id='jquery.cluetip' require='jquery' path='themes/default/js/plugins/jquery.cluetip.js'}
    33{combine_script id='jquery.tablesorter' require='jquery' path=$UAM_PATH|@cat:'admin/template/js/jquery.tablesorter.min.js'}
    4 {combine_script id='jquery.tablesorter.pager' require='jquery' path=$UAM_PATH|@cat:'admin/template/js/jquery.tablesorter.pager.js'}
     4{combine_script id='jquery.tablesorter.pager' require='jquery' path=$UAM_PATH|@cat:'admin/template/js/jquery.tablesorter.pager.min.js'}
    55
    66{combine_css path= $UAM_PATH|@cat:'admin/template/uam.css'}
     
    1616{rdelim});
    1717
    18 $(document).ready(function() 
     18$(document).ready(function()
    1919    {ldelim}
    2020      $("#sorting")
    21       .tablesorter({ldelim}sortList:[[6,1]], headers: {ldelim} 0: {ldelim} sorter: false {rdelim}{rdelim}{rdelim})
     21      .tablesorter({ldelim}sortList:[[6,1]], headers: {ldelim} 0: {ldelim} sorter: false {rdelim},2: {ldelim} sorter: false {rdelim}{rdelim}{rdelim})
    2222      .tablesorterPager({ldelim}container: $("#pager"), positionFixed: false, size: 20, totalPages: 0{rdelim});
    2323    {rdelim}
     
    3333        <legend class="cluetip" title="{'UAM_Tracking confirmations'|translate}|{'UAM_usermanTitle_d'|translate}">{'UAM_Tracking confirmations'|@translate}</legend>
    3434    {if count($users) > 0}
    35       <table id="sorting" class="table2" width="97%" summary="">
     35      <table id="sorting" class="table2">
    3636                  <thead>
    3737                        <tr class="throw">
Note: See TracChangeset for help on using the changeset viewer.