From f1c9651bb533e0dbd8e313553cd86f2bc28fffbb Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 8 Dec 2014 22:55:36 -0500 Subject: [PATCH] CRM-13611 - Remove redundant css classes These classes are automatically added by jQuery UI --- templates/CRM/Report/Form/Criteria.tpl | 10 +++++----- templates/CRM/Report/Form/Fields.tpl | 18 +++++++++--------- templates/CRM/Report/Form/Instance.tpl | 6 +++--- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/templates/CRM/Report/Form/Criteria.tpl b/templates/CRM/Report/Form/Criteria.tpl index 904ec15822..3c4b11e981 100644 --- a/templates/CRM/Report/Form/Criteria.tpl +++ b/templates/CRM/Report/Form/Criteria.tpl @@ -25,7 +25,7 @@ *} {* Report form criteria section *} {if $colGroups} -
+
{if $componentName eq 'Grant'}

{ts}Include these Statistics{/ts}

{else} @@ -64,7 +64,7 @@ {/if} {if $groupByElements} -
+

{ts}Group by Columns{/ts}

{assign var="count" value="0"} @@ -90,7 +90,7 @@ {/if} {if $orderByOptions} -
+

{ts}Order by Columns{/ts}

@@ -161,7 +161,7 @@ {/if} {if $otherOptions} -
+

{ts}Other Options{/ts}

{assign var="optionCount" value=0} @@ -182,7 +182,7 @@ {/if} {if $filters} -
+

{ts}Set Filters{/ts}

{assign var="counter" value=1} diff --git a/templates/CRM/Report/Form/Fields.tpl b/templates/CRM/Report/Form/Fields.tpl index 77b86ece3d..7f4c2e8000 100644 --- a/templates/CRM/Report/Form/Fields.tpl +++ b/templates/CRM/Report/Form/Fields.tpl @@ -28,40 +28,40 @@
{* criteria section starts *}
{*tab navigation bar*} -
    +
      {if $colGroups} -
    • +
    • {ts}Columns{/ts}
    • {/if} {if $groupByElements} -
    • +
    • {ts}Grouping{/ts}
    • {/if} {if $orderByOptions} -
    • +
    • {ts}Sorting{/ts}
    • {/if} {if $form.options.html} -
    • +
    • {ts}Options{/ts}
    • {/if} {if $filters} -
    • +
    • {ts}Filters{/ts}
    • {/if} {if $instanceForm OR $instanceFormError} -
    • +
    • {ts}Title and Format{/ts}
    • -
    • +
    • {ts}Email Delivery{/ts}
    • -
    • +
    • {ts}Access{/ts}
    • {/if} diff --git a/templates/CRM/Report/Form/Instance.tpl b/templates/CRM/Report/Form/Instance.tpl index 203f72182e..0728bf4728 100644 --- a/templates/CRM/Report/Form/Instance.tpl +++ b/templates/CRM/Report/Form/Instance.tpl @@ -23,7 +23,7 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} -
      +

      {ts}Display Settings{/ts}

@@ -45,7 +45,7 @@
-
+
@@ -63,7 +63,7 @@
-
+

{ts}User Access{/ts}

-- 2.25.1