From fbc6f7da4836a10903305cb4120c69052fe3c367 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Tue, 23 Aug 2011 01:29:54 +0100 Subject: [PATCH] Add date to job details page. --- webui/source/templates/jobs/details.tpl | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/webui/source/templates/jobs/details.tpl b/webui/source/templates/jobs/details.tpl index ec02b2b..d291c9c 100644 --- a/webui/source/templates/jobs/details.tpl +++ b/webui/source/templates/jobs/details.tpl @@ -2,7 +2,30 @@

Summary

-Summary details here +
+
Source Plugin
+
{$job->sourcePlugin()}
+ +
Rip Plugin
+
{$job->ripPlugin()}
+ +
Source Filename
+
{$job->sourceFilename()}
+ +
Source Title
+
{$job->title()}
+ +
Status
+
{$job->currentStatus()->statusName()} ({$job->currentStatus()->mtime()|date_format:'%Y-%m-%d %H:%M:%S'})
+ +
Destination Filename
+
{$job->destinationFilename()}
+ + {if $job->isFinished()} +
Destination Filesize
+
{$job->outputFilesize()|formatFilesize}
+ {/if} +

Log messages

Options