diff --git a/CONTROL/control b/CONTROL/control index 642b713..b78cd06 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,9 +1,9 @@ Package: webif Priority: optional Section: web -Version: 0.10.1-1 +Version: 0.10.1-4 Architecture: mipsel Maintainer: af123@hummypkg.org.uk -Depends: webif-channelicons(>=1.0.3),mongoose(>=3.0-7),jim(>=0.73-1),jim-oo,jim-sqlite3(>=0.73-1),jim-cgi(>=0.5),service-control(>=1.2),busybox(>=1.19.3-1),lsof,epg(>=1.0.9),hmt(>=1.1.7),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2),stripts(>=1.1.2),smartmontools,tmenu(>=1.02) +Depends: webif-channelicons(>=1.0.3),mongoose(>=3.0-7),jim(>=0.73-1),jim-oo,jim-sqlite3(>=0.73-1),jim-cgi(>=0.5),jim-binary,service-control(>=1.2),busybox(>=1.19.3-1),lsof,epg(>=1.0.9),hmt(>=1.1.7),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2),stripts(>=1.1.2),smartmontools,tmenu(>=1.02) Suggests: ffmpeg Description: An evolving web interface for the Humax. diff --git a/var/mongoose/cgi-bin/settings.jim b/var/mongoose/cgi-bin/settings.jim index d924ff0..ba22aa2 100755 --- a/var/mongoose/cgi-bin/settings.jim +++ b/var/mongoose/cgi-bin/settings.jim @@ -154,21 +154,6 @@ puts "> " -if {[system modversion 1] >= 214} { - -puts -nonewline " - - Expert mode telnet server? - -
- - -" - -} - puts -nonewline " Slide-down toolbar? @@ -379,6 +364,24 @@ if {$pkgdev} { puts -nonewline " checked" } puts "> +" + +if {[system modversion 1] >= 214} { + +puts -nonewline " + + Expert mode telnet server? + +
+ + +" + +} + +puts "
diff --git a/var/mongoose/cgi-bin/settings.js b/var/mongoose/cgi-bin/settings.js index b789668..842ab4e 100644 --- a/var/mongoose/cgi-bin/settings.js +++ b/var/mongoose/cgi-bin/settings.js @@ -21,7 +21,11 @@ $(document).ready(function () { $(":submit").button(); - $(":checkbox").iphoneStyle(); + //$('[type="checkbox"] :not(.yesno)').iphoneStyle(); + $('[type="checkbox"]').iphoneStyle({ + checkedLabel: 'YES', + uncheckedLabel: 'NO' + }); $('form.auto').each(function(i, el) { var id = $(this).attr('id'); var output = '#' + id + '_output';