From f49610f058ddc20b9531b0a0289f7976e4ce3c3e Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 27 Apr 2015 13:33:26 -0400 Subject: [PATCH] (fix) renamed md-content -> md-dialog-content regarding changes in angular-material --- .../ContactsUI/UIxContactsUserFolders.wox | 4 +- .../PreferencesUI/UIxAccountEditor.wox | 4 +- .../PreferencesUI/UIxFilterEditor.wox | 154 +++++++++--------- UI/Templates/UIxAclEditor.wox | 4 +- UI/WebServerResources/js/ContactsUI.js | 4 +- UI/WebServerResources/js/SchedulerUI.js | 4 +- 6 files changed, 87 insertions(+), 87 deletions(-) diff --git a/UI/Templates/ContactsUI/UIxContactsUserFolders.wox b/UI/Templates/ContactsUI/UIxContactsUserFolders.wox index cb07c2347..61d10da7f 100644 --- a/UI/Templates/ContactsUI/UIxContactsUserFolders.wox +++ b/UI/Templates/ContactsUI/UIxContactsUserFolders.wox @@ -7,7 +7,7 @@ xmlns:label="OGo:label" xmlns:uix="OGo:uix"> - + @@ -51,6 +51,6 @@ - + diff --git a/UI/Templates/PreferencesUI/UIxAccountEditor.wox b/UI/Templates/PreferencesUI/UIxAccountEditor.wox index 9c72aded6..c37b7c1da 100644 --- a/UI/Templates/PreferencesUI/UIxAccountEditor.wox +++ b/UI/Templates/PreferencesUI/UIxAccountEditor.wox @@ -10,7 +10,7 @@ className="UIxPageFrame" > - +
@@ -116,6 +116,6 @@
-
+
diff --git a/UI/Templates/PreferencesUI/UIxFilterEditor.wox b/UI/Templates/PreferencesUI/UIxFilterEditor.wox index b24b3c739..347954623 100644 --- a/UI/Templates/PreferencesUI/UIxFilterEditor.wox +++ b/UI/Templates/PreferencesUI/UIxFilterEditor.wox @@ -10,80 +10,80 @@ className="UIxPageFrame" > - - -
-
- - - - -
-
- - - - - - - - - - - - -
+ + + +
+ + + + +
+
+ + + + + + + + + + + + +
- -
-
- - - - {{ value }} - + +
+
+ + + + {{ value }} + - + - - - {{ value }} - - + + + {{ value }} + + - - - {{ value }} - - + + + {{ value }} + + - + - -
-
- -
-
-
+ +
+
- -
-
-
+
+
+
- -
-
-
+ +
+
+
- - + +
+
+
+ + + {{ value }} @@ -119,20 +119,20 @@
- +
-
+ - -
-
-
+ +
+
+
-
- Cancel - Save +
+ Cancel + Save
- - - + + + diff --git a/UI/Templates/UIxAclEditor.wox b/UI/Templates/UIxAclEditor.wox index b393ee5c1..c13e4b370 100644 --- a/UI/Templates/UIxAclEditor.wox +++ b/UI/Templates/UIxAclEditor.wox @@ -7,7 +7,7 @@ xmlns:label="OGo:label" xmlns:uix="OGo:uix"> - + - {{stateAddressbook.name}} @@ -70,7 +70,7 @@
-
+
diff --git a/UI/WebServerResources/js/ContactsUI.js b/UI/WebServerResources/js/ContactsUI.js index c533f3992..859fd238b 100644 --- a/UI/WebServerResources/js/ContactsUI.js +++ b/UI/WebServerResources/js/ContactsUI.js @@ -123,7 +123,7 @@ escapeToClose: true, template: '' + - ' ' + + ' ' + ' ' + ' ' + ' ' + @@ -136,7 +136,7 @@ ' OK' + ' ' + ' '+ - ' ' + + ' ' + '', controller: NewAddressBookDialogController }); diff --git a/UI/WebServerResources/js/SchedulerUI.js b/UI/WebServerResources/js/SchedulerUI.js index 4b1276aac..771441a9c 100644 --- a/UI/WebServerResources/js/SchedulerUI.js +++ b/UI/WebServerResources/js/SchedulerUI.js @@ -141,7 +141,7 @@ escapeToClose: true, template: '' + - ' ' + + ' ' + ' ' + ' ' + ' ' + @@ -154,7 +154,7 @@ ' OK' + ' ' + ' '+ - ' ' + + ' ' + '', controller: NewCalendarDialogController });