CRM-11610 - Add row-highlight class to search tables
authorColeman Watts <coleman@civicrm.org>
Thu, 6 Mar 2014 21:26:32 +0000 (16:26 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 6 Mar 2014 21:26:32 +0000 (16:26 -0500)
22 files changed:
templates/CRM/Activity/Form/Selector.tpl
templates/CRM/Activity/Selector/Activity.tpl
templates/CRM/Admin/Page/Job.tpl
templates/CRM/Admin/Page/JobLog.tpl
templates/CRM/Admin/Page/PaymentProcessor.tpl
templates/CRM/Campaign/Form/Selector.tpl
templates/CRM/Contact/Form/Search/Custom.tpl
templates/CRM/Contact/Form/Search/Custom/ContribSYBNT.tpl
templates/CRM/Contact/Form/Search/Custom/ContributionAggregate.tpl
templates/CRM/Contact/Form/Search/Custom/MultipleValues.tpl
templates/CRM/Contact/Form/Search/Custom/Proximity.tpl
templates/CRM/Contribute/Form/Selector.tpl
templates/CRM/Contribute/Page/ContributionRecur.tpl
templates/CRM/Contribute/Page/ContributionSoft.tpl
templates/CRM/Custom/Page/Option.tpl
templates/CRM/Event/Form/Selector.tpl
templates/CRM/Grant/Form/Selector.tpl
templates/CRM/Mailing/Form/Selector.tpl
templates/CRM/Mailing/Page/Browse.tpl
templates/CRM/Member/Form/Selector.tpl
templates/CRM/Pledge/Form/Selector.tpl
templates/CRM/SMS/Page/Provider.tpl

index 512ee840d23ed0c719cf1ec936c256efcd498ec0..11115b4f510a71e4261dc2e48cc7cedb59ef6b71 100644 (file)
@@ -29,7 +29,7 @@
 {/if}
 
 {strip}
-<table class="selector">
+<table class="selector row-highlight">
    <tr class="sticky">
      {if !$single and $context eq 'Search' }
         <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
index 6f0dd13f0d660eda556be1c7f78cd8442d4131fa..cc7e0bfed082a47c5b858115bc61c2a82c4d7cce 100644 (file)
@@ -34,7 +34,7 @@
   {include file="CRM/common/pager.tpl" location="top"}
 
   {strip}
-    <table class="selector">
+    <table class="selector row-highlight">
       <tr class="columnheader">
       {foreach from=$columnHeaders item=header}
         <th scope="col">
index f44cf4bf2f5c499542f0932cf4144755a085ef1f..004b9a8f36a9783106f07585636eecde3aa567fa 100644 (file)
@@ -46,7 +46,7 @@
         {* handle enable/disable actions*}
        {include file="CRM/common/enableDisableApi.tpl"}
        {include file="CRM/common/crmeditable.tpl"}
-        <br/><table class="selector">
+        <br/><table class="selector row-highlight">
         <tr class="columnheader">
             <th >{ts}Name (Frequency)/Description{/ts}</th>
             <th >{ts}Command/Parameters{/ts}</th>
index 886c1f8a47b37002e0ebc4811049121a2ed3a4fa..32a84bed1c682b710bf4471bbe3343c06f3c0677 100644 (file)
@@ -41,7 +41,7 @@
         {* handle enable/disable actions*}
    {include file="CRM/common/enableDisableApi.tpl"}
    {include file="CRM/common/crmeditable.tpl"}
-        <table class="selector">
+        <table class="selector row-highlight">
         <tr class="columnheader">
             <th >{ts}Date{/ts}</th>
             <th >{ts}Job Name{/ts}</th>
index d69ec827a29960398b247f5ea0cd06f257bca46c..f2dcc6458dadc6b7ec2fc56037e65298867806c0 100644 (file)
@@ -38,7 +38,7 @@
         {* handle enable/disable actions*}
    {include file="CRM/common/enableDisableApi.tpl"}
    {include file="CRM/common/crmeditable.tpl"}
-        <table class="selector">
+        <table class="selector row-highlight">
         <tr class="columnheader">
             <th >{ts}Name{/ts}</th>
             <th >{ts}Processor Type{/ts}</th>
index 0e852a617ed7e0c31ba6e34526220842d170d500..f5b13643c18ba53a646017321e36c6c680f63ab2 100755 (executable)
@@ -28,7 +28,7 @@
 {/if}
 
 {strip}
-<table class="selector">
+<table class="selector row-highlight">
   <thead class="sticky">
   <tr>
     {if !$single and $context eq 'Search' }
index 86fe27f4e2fbdd7eab4c6e20ecf9579eb2508b1e..61b63723e0e416678a9b0816eb48aacd6d3dfbee 100644 (file)
@@ -81,7 +81,7 @@
         {/if}
 
         {strip}
-        <table class="selector" summary="{ts}Search results listings.{/ts}">
+        <table class="selector row-highlight" summary="{ts}Search results listings.{/ts}">
             <thead class="sticky">
                 <tr>
                 <th scope="col" title="Select All Rows">{$form.toggleSelect.html}</th>
index 747f9354ecc1195e1b5138f3d8391751e84b92de..e0edb72b5c3a6d4c98d965db9d96edd621c44399 100644 (file)
         {/if}
 
         {strip}
-        <table class="selector" summary="{ts}Search results listings.{/ts}">
+        <table class="selector row-highlight" summary="{ts}Search results listings.{/ts}">
             <thead class="sticky">
                 <th scope="col" title="Select All Rows">{$form.toggleSelect.html}</th>
                 {foreach from=$columnHeaders item=header}
index 20d62122d61bb2fade5e878f0b5f0426f19b6b3f..5609c05c667188d86d87ee26de3a74cc09deba93 100644 (file)
@@ -91,7 +91,7 @@
         {/if}
 
         {strip}
-        <table class="selector" summary="{ts}Search results listings.{/ts}">
+        <table class="selector row-highlight" summary="{ts}Search results listings.{/ts}">
             <thead class="sticky">
                 <tr>
                 <th scope="col" title="Select All Rows">{$form.toggleSelect.html}</th>
index c550d089b54df649e3b786aad1f01db1bfcb722c..1dcf21ef4a7d95852906b3724abc632112cc7730 100644 (file)
@@ -59,7 +59,7 @@
         {include file="CRM/common/pagerAToZ.tpl"}
 
         {strip}
-        <table class="selector" summary="{ts}Search results listings.{/ts}">
+        <table class="selector row-highlight" summary="{ts}Search results listings.{/ts}">
             <thead class="sticky">
                 <th scope="col" title="Select All Rows">{$form.toggleSelect.html}</th>
                 {foreach from=$columnHeaders item=header}
index 089d3fb909381f45339f0bfd1eb8552e7e2562fb..b6f4a3f436d19634f1ce5e2d4318b9ea567bd89f 100644 (file)
@@ -78,7 +78,7 @@
         {/if}
 
         {strip}
-        <table class="selector" summary="{ts}Search results listings.{/ts}">
+        <table class="selector row-highlight" summary="{ts}Search results listings.{/ts}">
             <thead class="sticky">
                 <th scope="col" title="Select All Rows">{$form.toggleSelect.html}</th>
                 {foreach from=$columnHeaders item=header}
index 6074f84d5d15c0b837f16e2933f0201654b22848..b2cb80c4e1b77013d34c6ce6d00719b31c3203ec 100644 (file)
@@ -28,7 +28,7 @@
 {/if}
 
 {strip}
-<table class="selector">
+<table class="selector row-highlight">
   <thead class="sticky">
   <tr>
     {if !$single and $context eq 'Search' }
index 673bf3e86ae08f30eec77f46faf1c0f7ebfb620d..e42f82ffdf5adc3f3656b45889ea112845b9b839 100644 (file)
@@ -57,7 +57,7 @@
 {/if}
 {if $recurRows}
     {strip}
-    <table class="selector">
+    <table class="selector row-highlight">
         <tr class="columnheader">
             <th scope="col">{ts}Amount{/ts}</th>
             <th scope="col">{ts}Frequency{/ts}</th>
index 3099bd443ed796a3db501b0da7bbd8c7136687fe..16bc2de7367418622dcf1b011cc710f281bc3c96 100644 (file)
@@ -34,7 +34,7 @@
 </table> 
 <p></p>
 
-<table class="selector">
+<table class="selector row-highlight">
     <tr class="columnheader">
         <th scope="col">{ts}Contributor{/ts}</th> 
         <th scope="col">{ts}Amount{/ts}</th>
index 800693ef5e56671deedebf0d86a0d8f4cc6b85b7..27ad53496d1db8de00bbc46669ae8a2cfff2ff4c 100644 (file)
@@ -41,7 +41,7 @@
         {* handle enable/disable actions*}
          {include file="CRM/common/enableDisableApi.tpl"}
          {include file="CRM/common/crmeditable.tpl"}
-        <table class="selector">
+        <table class="selector row-highlight">
           <tr class="columnheader">
             <th>{ts}Label{/ts}</th>
             <th>{ts}Value{/ts}</th>
index 681a55fefa6db44f3c82c2f6a624808fa756950c..487e475eae84184915444d736b3cfa579893ee9b 100644 (file)
@@ -28,7 +28,7 @@
 {/if}
 
 {strip}
-<table class="selector">
+<table class="selector row-highlight">
 <thead class="sticky">
     <tr>
     {if ! $single and $context eq 'Search' }
index d542ec8c1799ab9d5fa2368e1fa883216dcd7f04..c5922da80756563102b457e6943ce5a1deb748f6 100644 (file)
@@ -28,7 +28,7 @@
 {/if}
 
 {strip}
-<table class="selector">
+<table class="selector row-highlight">
   <thead class="sticky">
   <tr class="columnheader">
   {if ! $single and $context eq 'Search' }
index fb490b48c2dae0552ab2e6353a649c5cd4f0120c..7519fbcc3dcd62dfe6a7bcbd6ca11f2033185529 100644 (file)
@@ -28,7 +28,7 @@
 {/if}
 
 {strip}
-<table class="selector">
+<table class="selector row-highlight">
   <thead class="sticky">
   <tr>
     {if $context eq 'Search' }
index f474b6841d1f829f1ccae796126d15e4c3ac3ea7..608085914bd6879e8cd8cb87090d01114c08a25a 100644 (file)
@@ -47,7 +47,7 @@
     {include file="CRM/common/pagerAToZ.tpl"}
 
     {strip}
-    <table class="selector">
+    <table class="selector row-highlight">
       <thead class="sticky">
       {foreach from=$columnHeaders item=header}
         <th>
index 74c3a53911b4707aedbb6ac9ad2cff8653d7208c..bceef4689ac4f016749ce4dd9c2c385c92d0bc20 100644 (file)
@@ -28,7 +28,7 @@
 {/if}
 
 {strip}
-<table class="selector">
+<table class="selector row-highlight">
 <thead class="sticky">
 {if ! $single and $context eq 'Search' }
   <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
index 1c787b1beeed8a1ce48b97c3ad8467d276bb51b7..6d981d279fb27408b5b59b9de5ac16565efc165d 100644 (file)
@@ -30,7 +30,7 @@
 {capture assign=iconURL}<img src="{$config->resourceBase}i/TreePlus.gif" alt="{ts}open section{/ts}"/>{/capture}
 {ts 1=$iconURL}Click %1 to view pledge payments.{/ts}
 {strip}
-<table class="selector">
+<table class="selector row-highlight">
     <thead class="sticky">
         {if ! $single and $context eq 'Search' }
             <th scope="col" title="Select Rows">{$form.toggleSelect.html}</th>
index eef86ff3b13de7a7508791313c9c56a5a0467ffe..02b6677d5bc654bdf54ceb790d4fcab741bbf85f 100644 (file)
@@ -44,7 +44,7 @@
         {* handle enable/disable actions*}
        {include file="CRM/common/enableDisableApi.tpl"}
        {include file="CRM/common/crmeditable.tpl"}
-        <br/><table class="selector">
+        <br/><table class="selector row-highlight">
         <tr class="columnheader">
             <th >{ts}Provider Details{/ts}</th>
             <th >{ts}Username{/ts}</th>