fix the id help instead use class help
authoryashodha <yashodha@cividesk.com>
Wed, 1 Feb 2023 05:15:41 +0000 (10:45 +0530)
committeryashodha <yashodha@cividesk.com>
Wed, 1 Feb 2023 05:15:41 +0000 (10:45 +0530)
templates/CRM/Contribute/Form/Contribution/MembershipBlock.tpl

index 51d6ab1abd85bd99dad3fa3e0d4647bdad4576f1..796834c64bd9ccf9259d646b9018020cb044ad7e 100644 (file)
@@ -34,7 +34,7 @@
           {if !empty($membershipTypes)}
             {foreach from=$membershipTypes item=row}
               {if array_key_exists( 'current_membership', $row )}
-                <div id='help'>
+                <div class='help'>
                   {* Lifetime memberships have no end-date so current_membership array key exists but is NULL *}
                   {if $row.current_membership}
                     {if $row.current_membership|crmDate:"%Y%m%d" LT $smarty.now|crmDate:"%Y%m%d"}