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

merge r26955 from trunk to branch 2.6 :
Next version is 2.6.0
Remove obsolete admin default theme
Customize tablesorter using zebra widget (colors according to admin theme in action) and tablesorter pager - step 2 and final

Add obsolete.list file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.6/admin/template/userlist.tpl

    r26948 r26956  
    55
    66{combine_css path= $UAM_PATH|@cat:'admin/template/uam.css'}
     7{if $UAM_THEME=='clear'}{combine_css path= $UAM_PATH|@cat:'admin/template/themes/clear/theme.css'}{/if}
     8{if $UAM_THEME=='roma'}{combine_css path= $UAM_PATH|@cat:'admin/template/themes/roma/theme.css'}{/if}
    79
    810
     
    2224      .tablesorter(
    2325      {ldelim}
     26          widgets: ["zebra"],
     27          widgetOptions :
     28          {ldelim}
     29              zebra : [ "normal-row", "alt-row" ]
     30          {rdelim},
    2431          sortList:[[3,0]],
    2532          // pass the headers argument and assing a object
Note: See TracChangeset for help on using the changeset viewer.