diff --git a/CONTROL/control b/CONTROL/control index 720a543..5683b22 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: webif Priority: optional Section: web -Version: 1.2.1-5 +Version: 1.2.1-6 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: webif-channelicons(>=1.1.14),lighttpd(>=1.4.35-2),jim(>=0.76),jim-oo,jim-sqlite3(>=0.76),jim-cgi(>=0.7),jim-binary(>=0.76),service-control(>=2.1),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.0),hmt(>=2.0.3),ssmtp,anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2-1),stripts(>=1.2.5-3),smartmontools,tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,mongoose,recmon(>=2.0.2) diff --git a/webif/html/sched/index.jim b/webif/html/sched/index.jim index cb8afb0..3eb9055 100755 --- a/webif/html/sched/index.jim +++ b/webif/html/sched/index.jim @@ -25,7 +25,7 @@ puts { proc eventheader {{table TBL_RESERVATION} note} { if {$table eq "pending"} { - set sortlist {[[6,1]]} + set sortlist {[[6,0]]} } else { set sortlist {[[5,0]]} } diff --git a/webif/html/sched/script.js b/webif/html/sched/script.js index f4d7b07..9ac70c3 100755 --- a/webif/html/sched/script.js +++ b/webif/html/sched/script.js @@ -25,7 +25,7 @@ $(function() { $('table.tablesorter') .tablesorter({ theme: 'webif', - widthFixed: true, + widthFixed: false, widgets: ['zebra', 'stickyHeaders'] });