Ignore:
Timestamp:
Apr 8, 2011, 1:30:56 PM (13 years ago)
Author:
datajulien
Message:

nbc_ThemeChanger_admin

Piwigo 2.2 compatibility upgrade

url rewrite for modification and suppression actions.

Update in version 2.0.5b of jquery.tablesorter plugin and correction of the autosort js bug when the table is empty

Modified files:

main.inc.php
admin/nbc_themeChanger_admin.tpl
admin/nbc_themeChanger_admin.php
include/jquery.tablesorter.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/nbc_ThemeChanger/theme/style.css

    r6648 r10161  
    11/* tables */
    22
    3 table#tablesorter {
     3table#TCtablesorter {
    44        width: 80%;
    55}
    66
    7 table#tablesorter tbody .odd {
     7table#TCtablesorter tbody .odd {
    88        background-color:#ABBFFF;
    99}
    1010
    11 table#tablesorter thead tr .header {
     11table#TCtablesorter thead tr .header {
    1212        background-image: url(bg.gif);
    1313        background-repeat: no-repeat;
     
    1616}
    1717
    18 table#tablesorter thead tr .headerSortUp {
     18table#TCtablesorter thead tr .headerSortUp {
    1919        background-image: url(asc.gif);
    2020}
    21 table#tablesorter thead tr .headerSortDown {
     21table#TCtablesorter thead tr .headerSortDown {
    2222        background-image: url(desc.gif);
    2323}
Note: See TracChangeset for help on using the changeset viewer.