From 40c9c48961e7991d7f481daaf208a34189242921 Mon Sep 17 00:00:00 2001 From: naomiaro Date: Fri, 25 Mar 2011 17:18:42 -0400 Subject: [PATCH] CC-2029 : Missing icons on buttons --- application/views/scripts/schedule/add-show-form.phtml | 5 ++++- application/views/scripts/user/add-user.phtml | 4 +++- public/js/airtime/schedule/add-show.js | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/application/views/scripts/schedule/add-show-form.phtml b/application/views/scripts/schedule/add-show-form.phtml index 2a111448b..9d8613d7d 100644 --- a/application/views/scripts/schedule/add-show-form.phtml +++ b/application/views/scripts/schedule/add-show-form.phtml @@ -1,7 +1,10 @@
Close - +

What

diff --git a/application/views/scripts/user/add-user.phtml b/application/views/scripts/user/add-user.phtml index db1e76138..4f836e0fa 100644 --- a/application/views/scripts/user/add-user.phtml +++ b/application/views/scripts/user/add-user.phtml @@ -7,7 +7,9 @@
- +
diff --git a/public/js/airtime/schedule/add-show.js b/public/js/airtime/schedule/add-show.js index 50ca4058a..329391086 100644 --- a/public/js/airtime/schedule/add-show.js +++ b/public/js/airtime/schedule/add-show.js @@ -182,7 +182,6 @@ function setAddShowEvents() { }); form.find("#add-show-submit") - .button() .click(function(event){ event.preventDefault();