git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@504 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2011-11-04 13:19:56 +00:00
parent e87cc8586e
commit 258c3b76af
2 changed files with 6 additions and 1 deletions

View File

@ -91,7 +91,9 @@ foreach b [$ts bookmarks] {
}
if {$start > 0} {
div keep $start 500
set left $($start * 500 / $len)
div cut $last $($left - 1)
div keep $left 500
} else {
div cut $last 500
}

View File

@ -65,6 +65,9 @@ rsv method name {} {
}
if {$name == ""} {
switch $ersvtype {
1 { set name "--- Unnamed reminder ---" }
2 { set name "--- Unnamed reminder ---" }
3 { set name "--- Unnamed recording ---" }
5 { set name "--- Wake-up ---" }
6 { set name "--- Sleep ---" }
7 { set name "--- Auto Update ---" }