From da4f53dbe4e9717e651561714cc9b7344b2e5e48 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 13 Jun 2013 16:55:00 -0700 Subject: [PATCH] Test button moved to modal footer --- UI/Settings/Notifications/EditTemplate.html | 10 +++------- UI/Settings/Notifications/EditView.js | 2 -- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/UI/Settings/Notifications/EditTemplate.html b/UI/Settings/Notifications/EditTemplate.html index 825ad7bf9..09ecc5411 100644 --- a/UI/Settings/Notifications/EditTemplate.html +++ b/UI/Settings/Notifications/EditTemplate.html @@ -57,19 +57,15 @@ {{formBuilder}} - -
- -
- -
-
+ index \ No newline at end of file diff --git a/UI/Settings/Notifications/EditView.js b/UI/Settings/Notifications/EditView.js index 7e93901b8..a02cc3593 100644 --- a/UI/Settings/Notifications/EditView.js +++ b/UI/Settings/Notifications/EditView.js @@ -53,7 +53,6 @@ define([ if (testCommand) { this.idle = false; this.ui.testButton.addClass('disabled'); - this.ui.testIcon.removeClass('icon-question'); this.ui.testIcon.addClass('icon-spinner icon-spin'); var properties = {}; @@ -84,7 +83,6 @@ define([ commandPromise.always(function () { if (!self.isClosed) { self.ui.testButton.removeClass('disabled'); - self.ui.testIcon.addClass('icon-question'); self.ui.testIcon.removeClass('icon-spinner icon-spin'); self.idle = true; }