From 16850d34f1d43ea488b803f7a7e0536d34178baa Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 6 Mar 2014 16:26:32 -0500 Subject: [PATCH] CRM-11610 - Add row-highlight class to search tables --- templates/CRM/Activity/Form/Selector.tpl | 2 +- templates/CRM/Activity/Selector/Activity.tpl | 2 +- templates/CRM/Admin/Page/Job.tpl | 2 +- templates/CRM/Admin/Page/JobLog.tpl | 2 +- templates/CRM/Admin/Page/PaymentProcessor.tpl | 2 +- templates/CRM/Campaign/Form/Selector.tpl | 2 +- templates/CRM/Contact/Form/Search/Custom.tpl | 2 +- templates/CRM/Contact/Form/Search/Custom/ContribSYBNT.tpl | 2 +- .../CRM/Contact/Form/Search/Custom/ContributionAggregate.tpl | 2 +- templates/CRM/Contact/Form/Search/Custom/MultipleValues.tpl | 2 +- templates/CRM/Contact/Form/Search/Custom/Proximity.tpl | 2 +- templates/CRM/Contribute/Form/Selector.tpl | 2 +- templates/CRM/Contribute/Page/ContributionRecur.tpl | 2 +- templates/CRM/Contribute/Page/ContributionSoft.tpl | 2 +- templates/CRM/Custom/Page/Option.tpl | 2 +- templates/CRM/Event/Form/Selector.tpl | 2 +- templates/CRM/Grant/Form/Selector.tpl | 2 +- templates/CRM/Mailing/Form/Selector.tpl | 2 +- templates/CRM/Mailing/Page/Browse.tpl | 2 +- templates/CRM/Member/Form/Selector.tpl | 2 +- templates/CRM/Pledge/Form/Selector.tpl | 2 +- templates/CRM/SMS/Page/Provider.tpl | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/templates/CRM/Activity/Form/Selector.tpl b/templates/CRM/Activity/Form/Selector.tpl index 512ee840d2..11115b4f51 100644 --- a/templates/CRM/Activity/Form/Selector.tpl +++ b/templates/CRM/Activity/Form/Selector.tpl @@ -29,7 +29,7 @@ {/if} {strip} - +
{if !$single and $context eq 'Search' } diff --git a/templates/CRM/Activity/Selector/Activity.tpl b/templates/CRM/Activity/Selector/Activity.tpl index 6f0dd13f0d..cc7e0bfed0 100644 --- a/templates/CRM/Activity/Selector/Activity.tpl +++ b/templates/CRM/Activity/Selector/Activity.tpl @@ -34,7 +34,7 @@ {include file="CRM/common/pager.tpl" location="top"} {strip} -
{$form.toggleSelect.html}
+
{foreach from=$columnHeaders item=header}
diff --git a/templates/CRM/Admin/Page/Job.tpl b/templates/CRM/Admin/Page/Job.tpl index f44cf4bf2f..004b9a8f36 100644 --- a/templates/CRM/Admin/Page/Job.tpl +++ b/templates/CRM/Admin/Page/Job.tpl @@ -46,7 +46,7 @@ {* handle enable/disable actions*} {include file="CRM/common/enableDisableApi.tpl"} {include file="CRM/common/crmeditable.tpl"} -
+
diff --git a/templates/CRM/Admin/Page/JobLog.tpl b/templates/CRM/Admin/Page/JobLog.tpl index 886c1f8a47..32a84bed1c 100644 --- a/templates/CRM/Admin/Page/JobLog.tpl +++ b/templates/CRM/Admin/Page/JobLog.tpl @@ -41,7 +41,7 @@ {* handle enable/disable actions*} {include file="CRM/common/enableDisableApi.tpl"} {include file="CRM/common/crmeditable.tpl"} -
{ts}Name (Frequency)/Description{/ts} {ts}Command/Parameters{/ts}
+
diff --git a/templates/CRM/Admin/Page/PaymentProcessor.tpl b/templates/CRM/Admin/Page/PaymentProcessor.tpl index d69ec827a2..f2dcc6458d 100644 --- a/templates/CRM/Admin/Page/PaymentProcessor.tpl +++ b/templates/CRM/Admin/Page/PaymentProcessor.tpl @@ -38,7 +38,7 @@ {* handle enable/disable actions*} {include file="CRM/common/enableDisableApi.tpl"} {include file="CRM/common/crmeditable.tpl"} -
{ts}Date{/ts} {ts}Job Name{/ts}
+
diff --git a/templates/CRM/Campaign/Form/Selector.tpl b/templates/CRM/Campaign/Form/Selector.tpl index 0e852a617e..f5b13643c1 100755 --- a/templates/CRM/Campaign/Form/Selector.tpl +++ b/templates/CRM/Campaign/Form/Selector.tpl @@ -28,7 +28,7 @@ {/if} {strip} -
{ts}Name{/ts} {ts}Processor Type{/ts}
+
{if !$single and $context eq 'Search' } diff --git a/templates/CRM/Contact/Form/Search/Custom.tpl b/templates/CRM/Contact/Form/Search/Custom.tpl index 86fe27f4e2..61b63723e0 100644 --- a/templates/CRM/Contact/Form/Search/Custom.tpl +++ b/templates/CRM/Contact/Form/Search/Custom.tpl @@ -81,7 +81,7 @@ {/if} {strip} -
+
diff --git a/templates/CRM/Contact/Form/Search/Custom/ContribSYBNT.tpl b/templates/CRM/Contact/Form/Search/Custom/ContribSYBNT.tpl index 747f9354ec..e0edb72b5c 100644 --- a/templates/CRM/Contact/Form/Search/Custom/ContribSYBNT.tpl +++ b/templates/CRM/Contact/Form/Search/Custom/ContribSYBNT.tpl @@ -104,7 +104,7 @@ {/if} {strip} -
{$form.toggleSelect.html}
+
{foreach from=$columnHeaders item=header} diff --git a/templates/CRM/Contact/Form/Search/Custom/ContributionAggregate.tpl b/templates/CRM/Contact/Form/Search/Custom/ContributionAggregate.tpl index 20d62122d6..5609c05c66 100644 --- a/templates/CRM/Contact/Form/Search/Custom/ContributionAggregate.tpl +++ b/templates/CRM/Contact/Form/Search/Custom/ContributionAggregate.tpl @@ -91,7 +91,7 @@ {/if} {strip} -
{$form.toggleSelect.html}
+
diff --git a/templates/CRM/Contact/Form/Search/Custom/MultipleValues.tpl b/templates/CRM/Contact/Form/Search/Custom/MultipleValues.tpl index c550d089b5..1dcf21ef4a 100644 --- a/templates/CRM/Contact/Form/Search/Custom/MultipleValues.tpl +++ b/templates/CRM/Contact/Form/Search/Custom/MultipleValues.tpl @@ -59,7 +59,7 @@ {include file="CRM/common/pagerAToZ.tpl"} {strip} -
{$form.toggleSelect.html}
+
{foreach from=$columnHeaders item=header} diff --git a/templates/CRM/Contact/Form/Search/Custom/Proximity.tpl b/templates/CRM/Contact/Form/Search/Custom/Proximity.tpl index 089d3fb909..b6f4a3f436 100644 --- a/templates/CRM/Contact/Form/Search/Custom/Proximity.tpl +++ b/templates/CRM/Contact/Form/Search/Custom/Proximity.tpl @@ -78,7 +78,7 @@ {/if} {strip} -
{$form.toggleSelect.html}
+
{foreach from=$columnHeaders item=header} diff --git a/templates/CRM/Contribute/Form/Selector.tpl b/templates/CRM/Contribute/Form/Selector.tpl index 6074f84d5d..b2cb80c4e1 100644 --- a/templates/CRM/Contribute/Form/Selector.tpl +++ b/templates/CRM/Contribute/Form/Selector.tpl @@ -28,7 +28,7 @@ {/if} {strip} -
{$form.toggleSelect.html}
+
{if !$single and $context eq 'Search' } diff --git a/templates/CRM/Contribute/Page/ContributionRecur.tpl b/templates/CRM/Contribute/Page/ContributionRecur.tpl index 673bf3e86a..e42f82ffdf 100644 --- a/templates/CRM/Contribute/Page/ContributionRecur.tpl +++ b/templates/CRM/Contribute/Page/ContributionRecur.tpl @@ -57,7 +57,7 @@ {/if} {if $recurRows} {strip} -
+
diff --git a/templates/CRM/Contribute/Page/ContributionSoft.tpl b/templates/CRM/Contribute/Page/ContributionSoft.tpl index 3099bd443e..16bc2de736 100644 --- a/templates/CRM/Contribute/Page/ContributionSoft.tpl +++ b/templates/CRM/Contribute/Page/ContributionSoft.tpl @@ -34,7 +34,7 @@
{ts}Amount{/ts} {ts}Frequency{/ts}

- +
diff --git a/templates/CRM/Custom/Page/Option.tpl b/templates/CRM/Custom/Page/Option.tpl index 800693ef5e..27ad53496d 100644 --- a/templates/CRM/Custom/Page/Option.tpl +++ b/templates/CRM/Custom/Page/Option.tpl @@ -41,7 +41,7 @@ {* handle enable/disable actions*} {include file="CRM/common/enableDisableApi.tpl"} {include file="CRM/common/crmeditable.tpl"} -
{ts}Contributor{/ts} {ts}Amount{/ts}
+
diff --git a/templates/CRM/Event/Form/Selector.tpl b/templates/CRM/Event/Form/Selector.tpl index 681a55fefa..487e475eae 100644 --- a/templates/CRM/Event/Form/Selector.tpl +++ b/templates/CRM/Event/Form/Selector.tpl @@ -28,7 +28,7 @@ {/if} {strip} -
{ts}Label{/ts} {ts}Value{/ts}
+
{if ! $single and $context eq 'Search' } diff --git a/templates/CRM/Grant/Form/Selector.tpl b/templates/CRM/Grant/Form/Selector.tpl index d542ec8c17..c5922da807 100644 --- a/templates/CRM/Grant/Form/Selector.tpl +++ b/templates/CRM/Grant/Form/Selector.tpl @@ -28,7 +28,7 @@ {/if} {strip} -
+
{if ! $single and $context eq 'Search' } diff --git a/templates/CRM/Mailing/Form/Selector.tpl b/templates/CRM/Mailing/Form/Selector.tpl index fb490b48c2..7519fbcc3d 100644 --- a/templates/CRM/Mailing/Form/Selector.tpl +++ b/templates/CRM/Mailing/Form/Selector.tpl @@ -28,7 +28,7 @@ {/if} {strip} -
+
{if $context eq 'Search' } diff --git a/templates/CRM/Mailing/Page/Browse.tpl b/templates/CRM/Mailing/Page/Browse.tpl index f474b6841d..608085914b 100644 --- a/templates/CRM/Mailing/Page/Browse.tpl +++ b/templates/CRM/Mailing/Page/Browse.tpl @@ -47,7 +47,7 @@ {include file="CRM/common/pagerAToZ.tpl"} {strip} -
+
{foreach from=$columnHeaders item=header}
diff --git a/templates/CRM/Member/Form/Selector.tpl b/templates/CRM/Member/Form/Selector.tpl index 74c3a53911..bceef4689a 100644 --- a/templates/CRM/Member/Form/Selector.tpl +++ b/templates/CRM/Member/Form/Selector.tpl @@ -28,7 +28,7 @@ {/if} {strip} - +
{if ! $single and $context eq 'Search' } diff --git a/templates/CRM/Pledge/Form/Selector.tpl b/templates/CRM/Pledge/Form/Selector.tpl index 1c787b1bee..6d981d279f 100644 --- a/templates/CRM/Pledge/Form/Selector.tpl +++ b/templates/CRM/Pledge/Form/Selector.tpl @@ -30,7 +30,7 @@ {capture assign=iconURL}{ts}open section{/ts}{/capture} {ts 1=$iconURL}Click %1 to view pledge payments.{/ts} {strip} -
{$form.toggleSelect.html}
+
{if ! $single and $context eq 'Search' } diff --git a/templates/CRM/SMS/Page/Provider.tpl b/templates/CRM/SMS/Page/Provider.tpl index eef86ff3b1..02b6677d5b 100644 --- a/templates/CRM/SMS/Page/Provider.tpl +++ b/templates/CRM/SMS/Page/Provider.tpl @@ -44,7 +44,7 @@ {* handle enable/disable actions*} {include file="CRM/common/enableDisableApi.tpl"} {include file="CRM/common/crmeditable.tpl"} -
{$form.toggleSelect.html}
+
-- 2.25.1
{ts}Provider Details{/ts} {ts}Username{/ts}