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

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

File:
1 edited

Legend:

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

    r26947 r26955  
    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.