Merge branch 'crm-13089-CRM_Core_BAO_CustomField_overrides_name' of git://github...
[civicrm-core.git] / templates / CRM / Contribute / Form / ContributionPage / Amount.tpl
index 66f3859cb591d6944e391e71f91afdf058854ea5..3da42b3069e26948f9a0f928ee63c860c93f2cab 100644 (file)
             <table class="form-layout">
                 <tr class="crm-contribution-contributionpage-amount-form-block-pay_later_text"><th scope="row" class="label">{$form.pay_later_text.label} <span class="marker" title="This field is required.">*</span> {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='pay_later_text' id=$contributionPageID}{/if}</th>
                 <td>{$form.pay_later_text.html|crmAddClass:big}<br />
-                    <span class="description">{ts}Text displayed next to the checkbox for the 'pay later' option on the contribution form.{/ts}</span></td></tr>
+                    <span class="description">{ts}Text displayed next to the checkbox for the 'pay later' option on the contribution form. You may include HTML formatting tags.{/ts}</span></td></tr>
                 <tr class="crm-contribution-contributionpage-amount-form-block-pay_later_receipt"><th scope="row" class="label">{$form.pay_later_receipt.label} <span class="marker" title="This field is required.">*</span> {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='pay_later_receipt' id=$contributionPageID}{/if}</th>
                 <td>{$form.pay_later_receipt.html|crmAddClass:big}<br />
                   <span class="description">{ts}Instructions added to Confirmation and Thank-you pages, as well as the confirmation email, when the user selects the 'pay later' option (e.g. 'Mail your check to ... within 3 business days.').{/ts}</span></td></tr>
-                 
+
             </table>
             </td>
         </tr>
                 </td>
             </tr>
             {/if}
-
+                   
+           <tr class="crm-contribution-form-block-amount_label">
+              <th scope="row" class="label" width="20%">{$form.amount_label.label}<span class="marker"> *</span></th>
+             <td>{$form.amount_label.html}</td>
+           </tr>
             <tr class="crm-contribution-form-block-is_allow_other_amount"><th scope="row" class="label" width="20%">{$form.is_allow_other_amount.label}</th>
             <td>{$form.is_allow_other_amount.html}<br />
             <span class="description">{ts}Check this box if you want to give users the option to enter their own contribution amount. Your page will then include a text field labeled <strong>Other Amount</strong>.{/ts}</span></td></tr>
             cj('.crm-contribution-contributionpage-amount-form-block-payment_processor input[type="checkbox"]').each(function(){
                 if(cj(this).attr('checked')) {
                     var id = cj(this).attr('id').split('_')[2];
-                   ids.push(id);
+        ids.push(id);
                 }
             });
             return ids;
   cj('#is_pay_later').click( function() {
      payLater('is_pay_later');
   });
-  
+
 
   function minMax(chkbox) {
     if (chkbox.checked) {
             cj( '#recurringContribution' ).hide( );
         }
     }
-     
+
 </script>
 {/literal}
 {if $form.is_recur}