summaryrefslogtreecommitdiff
path: root/html/widgets
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-12-01 07:59:52 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-12-01 07:59:52 +0000
commit1acb7bfd3d1ef3d4c45218c2d797341e1f34a816 (patch)
tree3416ed73eb749df6d008696a08853b7f866979bb /html/widgets
parent3ba6e3f9e409abc60f56065d07dee7d45f3b031b (diff)
downloadxxv-1acb7bfd3d1ef3d4c45218c2d797341e1f34a816.tar.gz
xxv-1acb7bfd3d1ef3d4c45218c2d797341e1f34a816.tar.bz2
* rlist/rdisplay: Fix isn't numeric in sprintf at Filters.pm
* rdelete: redirect to parent folder, instead root folder * rcut/rplay: redirect to redisplay * rupdate: remove double redirect
Diffstat (limited to 'html/widgets')
-rw-r--r--html/widgets/wait.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/widgets/wait.tmpl b/html/widgets/wait.tmpl
index cc814c0..333fa91 100644
--- a/html/widgets/wait.tmpl
+++ b/html/widgets/wait.tmpl
@@ -26,7 +26,7 @@
<?% color = (step * c) <= data.current ? "red" : "white" %?>
<td bgcolor="<?% color %?>">&nbsp;&nbsp;&nbsp;</td>
<?% END %?>
- <td>&nbsp;<b><?% percent | format "%02d" %?>%</b> (<?% data.eta %?>)</td>
+ <td>&nbsp;<b><?% percent div 1 | format "%02d" %?>%</b> (<?% data.eta %?>)</td>
</table>
</center>
</body>