From b0c14036aae529d71f78e1b9eaa66ffc49f46c25 Mon Sep 17 00:00:00 2001 From: Mukesh Ram Date: Thu, 25 Jan 2018 12:16:08 +0530 Subject: [PATCH] CRM-21708: Fixed page structure by adding/removing classes --- templates/CRM/Admin/Page/ConfigTaskList.tpl | 2 +- templates/CRM/Admin/Page/MessageTemplates.tpl | 2 +- templates/CRM/Contact/Form/Search/Builder.tpl | 2 +- .../CRM/Event/Form/Registration/AdditionalParticipant.tpl | 2 +- templates/CRM/Event/Form/Registration/ParticipantConfirm.tpl | 2 +- templates/CRM/Event/Import/Form/MapField.tpl | 4 ++-- templates/CRM/Export/Form/Select.tpl | 2 +- templates/CRM/Grant/Form/Selector.tpl | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/CRM/Admin/Page/ConfigTaskList.tpl b/templates/CRM/Admin/Page/ConfigTaskList.tpl index 0c665420d3..3d39bee30c 100644 --- a/templates/CRM/Admin/Page/ConfigTaskList.tpl +++ b/templates/CRM/Admin/Page/ConfigTaskList.tpl @@ -26,7 +26,7 @@ {capture assign="linkTitle"}{ts}Edit settings{/ts}{/capture} {capture assign="adminMenu"}{crmURL p="civicrm/admin" q="reset=1"}{/capture} -
+
{ts 1=$adminMenu}Use this checklist to review and complete configuration tasks for your site. You will be redirected back to this checklist after saving each setting. Settings which you have not yet reviewed will be displayed in red. After you have visited a page, the links will display in green (although you may still need to revisit the page to complete or update the settings). You can access this page again from the Administer CiviCRM menu at any time.{/ts}
diff --git a/templates/CRM/Admin/Page/MessageTemplates.tpl b/templates/CRM/Admin/Page/MessageTemplates.tpl index a2795be12e..38cef9f675 100644 --- a/templates/CRM/Admin/Page/MessageTemplates.tpl +++ b/templates/CRM/Admin/Page/MessageTemplates.tpl @@ -81,7 +81,7 @@
-
{$form.buttons.html}
+
{$form.buttons.html}
{/if} diff --git a/templates/CRM/Contact/Form/Search/Builder.tpl b/templates/CRM/Contact/Form/Search/Builder.tpl index 694d457872..535d44387c 100644 --- a/templates/CRM/Contact/Form/Search/Builder.tpl +++ b/templates/CRM/Contact/Form/Search/Builder.tpl @@ -35,7 +35,7 @@ {* Table for adding search criteria. *} {include file="CRM/Contact/Form/Search/table.tpl"}
-
+
{$form.buttons.html}
diff --git a/templates/CRM/Event/Form/Registration/AdditionalParticipant.tpl b/templates/CRM/Event/Form/Registration/AdditionalParticipant.tpl index be71a99554..33342cf838 100644 --- a/templates/CRM/Event/Form/Registration/AdditionalParticipant.tpl +++ b/templates/CRM/Event/Form/Registration/AdditionalParticipant.tpl @@ -70,7 +70,7 @@ {include file="CRM/UF/Form/Block.tpl" fields=$additionalCustomPost} -
+
{include file="CRM/common/formButtons.tpl"}
diff --git a/templates/CRM/Event/Form/Registration/ParticipantConfirm.tpl b/templates/CRM/Event/Form/Registration/ParticipantConfirm.tpl index fedf18ce9b..52c41830b5 100644 --- a/templates/CRM/Event/Form/Registration/ParticipantConfirm.tpl +++ b/templates/CRM/Event/Form/Registration/ParticipantConfirm.tpl @@ -28,7 +28,7 @@ {$statusMsg} -
+
{include file="CRM/common/formButtons.tpl" location="bottom"}
diff --git a/templates/CRM/Event/Import/Form/MapField.tpl b/templates/CRM/Event/Import/Form/MapField.tpl index 3af808265d..0ac6b25fa2 100644 --- a/templates/CRM/Event/Import/Form/MapField.tpl +++ b/templates/CRM/Event/Import/Form/MapField.tpl @@ -39,7 +39,7 @@ @@ -51,7 +51,7 @@ diff --git a/templates/CRM/Export/Form/Select.tpl b/templates/CRM/Export/Form/Select.tpl index 9eff03d891..a5d475055f 100644 --- a/templates/CRM/Export/Form/Select.tpl +++ b/templates/CRM/Export/Form/Select.tpl @@ -60,7 +60,7 @@
{ts}Merge Options{/ts} {help id="id-export_merge_options"}
-  {$form.mergeOption.html} + {$form.mergeOption.html}
-
+
{include file="CRM/common/formButtons.tpl" location="top"}
-
+
{include file="CRM/common/formButtons.tpl" location="bottom"}
diff --git a/templates/CRM/Grant/Form/Selector.tpl b/templates/CRM/Grant/Form/Selector.tpl index 664a0cf2a7..c471084205 100644 --- a/templates/CRM/Grant/Form/Selector.tpl +++ b/templates/CRM/Grant/Form/Selector.tpl @@ -30,7 +30,7 @@ {strip}
- + {if ! $single and $context eq 'Search' } {/if} -- 2.25.1
{$form.toggleSelect.html}