From 41e09ff440733a41905cbd976f52fc9bff7f9665 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Tue, 8 Jun 2010 21:21:26 +0100 Subject: [PATCH] Display rip progress on Job status page --- templates/jobs.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/jobs.tpl b/templates/jobs.tpl index b11a03a..b312e36 100644 --- a/templates/jobs.tpl +++ b/templates/jobs.tpl @@ -17,7 +17,7 @@ {$job->name()} {$job->destinationFilename()} {$job->title()} - {$current_status->statusName()} + {$current_status->statusName()}{if $current_status->hasProgressInfo()} ({$current_status->ripProgress()}%, last updated {$current_status->mtime()|date_format:"%D %T"}){/if} {/foreach}