Added back 'Renewal Message' field on Membership renewal form
authorPradeep Nayak <pradpnayak@gmail.com>
Wed, 8 Jun 2022 15:52:39 +0000 (16:52 +0100)
committerPradeep Nayak <pradpnayak@gmail.com>
Wed, 8 Jun 2022 15:52:39 +0000 (16:52 +0100)
templates/CRM/Member/Form/MembershipRenewal.tpl

index 5674d2670068cf5d2f956cd03ca16f99943b4c35..2877601037045de3d06cef491a4d1483e51692e0 100644 (file)
           <td class="label">{$form.from_email_address.label}</td>
           <td>{$form.from_email_address.html}  {help id="id-from_email" file="CRM/Contact/Form/Task/Help/Email/id-from_email.hlp"}</td>
         </tr>
-        <tr id="notice" class="crm-member-membershiprenew-form-block-receipt_text_renewal">
-          <td class="label">{$form.receipt_text_renewal.label}</td>
+        <tr id="notice" class="crm-member-membershiprenew-form-block-receipt_text">
+          <td class="label">{$form.receipt_text.label}</td>
           <td><span
               class="description">{ts}Enter a message you want included at the beginning of the emailed receipt. EXAMPLE: 'Thanks for supporting our organization with your membership.'{/ts}</span><br/>
-            {$form.receipt_text_renewal.html|crmAddClass:huge}</td>
+            {$form.receipt_text.html|crmAddClass:huge}</td>
         </tr>
       </table>
     {/if}