From fdf0906bf1fbe44332dfc9a9a3022b55158e7111 Mon Sep 17 00:00:00 2001 From: Mukesh Ram Date: Tue, 10 Oct 2017 11:06:44 +0530 Subject: [PATCH] HW-381: Added container block to wrap elements --- ang/crmCaseType/list.html | 130 +++++++++++----------- templates/CRM/Admin/Form/Setting/Case.tpl | 1 - 2 files changed, 66 insertions(+), 65 deletions(-) diff --git a/ang/crmCaseType/list.html b/ang/crmCaseType/list.html index 832a4d4073..58c6fe1d40 100644 --- a/ang/crmCaseType/list.html +++ b/ang/crmCaseType/list.html @@ -4,72 +4,74 @@ Required vars: caseTypes -->

{{ts('Case Types')}}

-
- {{ts('A Case Type describes a group of related tasks, interactions, or processes.')}} -
+
+
+ {{ts('A Case Type describes a group of related tasks, interactions, or processes.')}} +
- - - - - - - - - - - - - - - - - - + + +
{{ts('Title')}}{{ts('Name')}}{{ts('Description')}}{{ts('Enabled?')}}
{{caseType.title}}{{caseType.name}}{{caseType.description}}{{caseType.is_active == 1 ? ts('Yes') : ts('No')}} - - {{ts('Edit')}} + + + + + + + + + + + + + + + + + + - - -
{{ts('Title')}}{{ts('Name')}}{{ts('Description')}}{{ts('Enabled?')}}
{{caseType.title}}{{caseType.name}}{{caseType.description}}{{caseType.is_active == 1 ? ts('Yes') : ts('No')}} + + {{ts('Edit')}} - - {{ts('more')}} - + + {{ts('more')}} + + - -
+
- diff --git a/templates/CRM/Admin/Form/Setting/Case.tpl b/templates/CRM/Admin/Form/Setting/Case.tpl index e18cf987b1..820f2607d5 100644 --- a/templates/CRM/Admin/Form/Setting/Case.tpl +++ b/templates/CRM/Admin/Form/Setting/Case.tpl @@ -55,5 +55,4 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}
-
-- 2.25.1