CRM-13611 - Remove titles from report tab content
authorColeman Watts <coleman@civicrm.org>
Tue, 9 Dec 2014 04:00:57 +0000 (23:00 -0500)
committerColeman Watts <coleman@civicrm.org>
Tue, 9 Dec 2014 04:00:57 +0000 (23:00 -0500)
templates/CRM/Report/Form/Criteria.tpl
templates/CRM/Report/Form/Instance.tpl

index 3c4b11e981706db3554d0f5feb65a20458b566ee..235aadca96de03f87d9b03a04248eba7779e95b4 100644 (file)
 {* Report form criteria section *}
     {if $colGroups}
   <div id="report-tab-col-groups" class="civireport-criteria">
-        {if $componentName eq 'Grant'}
-            <h3>{ts}Include these Statistics{/ts}</h3>
-        {else}
-            <h3>{ts}Display Columns{/ts}</h3>
-        {/if}
         {foreach from=$colGroups item=grpFields key=dnc}
             {assign  var="count" value="0"}
             {* Wrap custom field sets in collapsed accordion pane. *}
@@ -65,7 +60,6 @@
 
     {if $groupByElements}
         <div id="report-tab-group-by-elements" class="civireport-criteria">
-        <h3>{ts}Group by Columns{/ts}</h3>
         {assign  var="count" value="0"}
         <table class="report-layout">
             <tr class="crm-report crm-report-criteria-groupby">
@@ -91,8 +85,6 @@
 
     {if $orderByOptions}
       <div id="report-tab-order-by-elements" class="civireport-criteria">
-        <h3>{ts}Order by Columns{/ts}</h3>
-
   <table id="optionField">
         <tr>
         <th>&nbsp;</th>
 
     {if $otherOptions}
         <div id="report-tab-other-options" class="civireport-criteria">
-        <h3>{ts}Other Options{/ts}</h3>
         <table class="report-layout">
           {assign var="optionCount" value=0}
           <tr class="crm-report crm-report-criteria-field">
 
     {if $filters}
   <div id="report-tab-set-filters" class="civireport-criteria">
-        <h3>{ts}Set Filters{/ts}</h3>
         <table class="report-layout">
       {assign var="counter" value=1}
             {foreach from=$filters     item=table key=tableName}
index 0728bf4728af9f7fffed140b1c9481978e8d75ac..2fcece03bc8085b47d3b1adc35b207b33f2e5236 100644 (file)
@@ -24,7 +24,6 @@
  +--------------------------------------------------------------------+
 *}
 <div id="report-tab-settings" class="civireport-criteria">
-<h3>{ts}Display Settings{/ts}</h3>
 <table class="form-layout">
     <tr class="crm-report-instanceForm-form-block-title">
         <td class="report-label" width="20%">{$form.title.label} {help id="id-report_title" file="CRM/Report/Form/Settings.hlp"}</td>
@@ -64,7 +63,6 @@
 </div>
 
 <div id="report-tab-other" class="civireport-criteria">
-<h3>{ts}User Access{/ts}</h3>
 <table class="form-layout">
     <tr class="crm-report-instanceForm-form-block-is_navigation">
   <td class="report-label">{$form.is_navigation.label}</td>