From 599e58a9ab388e6fe4f07c3952da0fa18fce9b55 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Wed, 4 Jun 2014 18:22:05 -0700 Subject: [PATCH] Add theming classes for consistency with standard Civi UI. --- partials/crmCaseType/caseTypeDetails.html | 6 +-- partials/crmCaseType/edit.html | 9 +++- partials/crmCaseType/list.html | 36 ++++++++-------- partials/crmCaseType/rolesTable.html | 52 +++++++++++------------ 4 files changed, 55 insertions(+), 48 deletions(-) diff --git a/partials/crmCaseType/caseTypeDetails.html b/partials/crmCaseType/caseTypeDetails.html index c70c889480..44d873d59d 100644 --- a/partials/crmCaseType/caseTypeDetails.html +++ b/partials/crmCaseType/caseTypeDetails.html @@ -4,12 +4,12 @@ Required vars: caseType The original form used table layout; don't know if we have an alternative, CSS-based layout --> - +
@@ -21,7 +21,7 @@ The original form used table layout; don't know if we have an alternative, CSS-b diff --git a/partials/crmCaseType/edit.html b/partials/crmCaseType/edit.html index b259cd5f79..badeea6e7f 100644 --- a/partials/crmCaseType/edit.html +++ b/partials/crmCaseType/edit.html @@ -3,6 +3,11 @@ Controller: CaseTypeCtrl Required vars: caseType -->
+
+ Save + Cancel +
+

Roles

@@ -38,7 +43,7 @@ Required vars: caseType
-
+ @@ -46,7 +51,7 @@ Required vars: caseType
- -
Label - +
Description - +
+
- - - - - - - + + + + + + + - - - - - - + + + + + + + +
NameTitleDescriptionEnabled?
TitleNameDescriptionEnabled?
{{caseType.name}}{{caseType.title}}{{caseType.description}}{{caseType.is_active}}Edit -
{{caseType.title}}{{caseType.name}}{{caseType.description}}{{caseType.is_active}}Edit +
-