From 722306928bd1fa2f9f5bf3899ecb625c3bcaa55e Mon Sep 17 00:00:00 2001 From: Yuchen Wang Date: Wed, 4 Jan 2012 17:15:15 -0500 Subject: [PATCH] CC-3114: Show Content Dialog doesn't display total time Done --- .../views/scripts/schedule/show-content-dialog.phtml | 6 ++++++ airtime_mvc/public/js/airtime/schedule/schedule.js | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml b/airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml index 8fb4346d0..a48a41399 100644 --- a/airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml +++ b/airtime_mvc/application/views/scripts/schedule/show-content-dialog.phtml @@ -24,4 +24,10 @@ +
+
+ timeFilled; ?> +
+ showLength; ?> +
diff --git a/airtime_mvc/public/js/airtime/schedule/schedule.js b/airtime_mvc/public/js/airtime/schedule/schedule.js index 6cc8858bf..c1e3c1be1 100644 --- a/airtime_mvc/public/js/airtime/schedule/schedule.js +++ b/airtime_mvc/public/js/airtime/schedule/schedule.js @@ -219,7 +219,11 @@ function buildContentDialog(json){ alertShowErrorAndReload(); } var dialog = $(json.dialog); - + + dialog.find("#show_progressbar").progressbar({ + value: json.percentFilled + }); + var viewportwidth; var viewportheight;