SHOR-16: Fixed regression - events &membership issues
authorMukesh <mukesh@compucorp.co.uk>
Wed, 12 Sep 2018 06:18:21 +0000 (11:48 +0530)
committerMukesh <mukesh@compucorp.co.uk>
Wed, 12 Sep 2018 06:18:21 +0000 (11:48 +0530)
templates/CRM/Event/Page/ParticipantListing/Name.tpl
templates/CRM/Member/Form/Membership.tpl
templates/CRM/Member/Form/Selector.tpl

index ddf2a6304d6a418c395c1166ff2ba747ce32d7d2..9c798118fcc91778c7917b55fadf89a12f26460f 100644 (file)
@@ -26,7 +26,7 @@
 {* Displays participant listing for an event. *}
 {if $rows}
     {include file="CRM/common/pager.tpl" location="top"}
-       <table cellpadding="0" cellspacing="0" border="0">
+       <table class="selector" cellpadding="0" cellspacing="0" border="0">
          <tr class="columnheader">
         {foreach from=$headers item=header}
         <th scope="col">
index ab0efc27720d7805becaa97f1c0571dd416a5044..6a15bcbfc935d40e21c4362dd8bbebb19b8e7db4 100644 (file)
       {/if}
     {/if}
 
-    <div class="spacer"></div>
     <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
   </div> <!-- end form-block -->
 
index b6a6631ffb8e02ae2f6c2cc68183137adc6de83f..37218341834bf37bd473a3c48355efb295e33a85 100644 (file)
@@ -90,7 +90,7 @@
 {/if}
 {if ($context EQ 'dashboard') AND $pager->_totalItems GT $limit}
   <tr class="even-row">
-    <td colspan="9"><a href="{crmURL p='civicrm/member/search' q='reset=1'}">&raquo; {ts}Find more members{/ts}...</a></td></tr>
+    <td colspan="10"><a href="{crmURL p='civicrm/member/search' q='reset=1'}">&raquo; {ts}Find more members{/ts}...</a></td></tr>
   </tr>
 {/if}
 </table>