X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FForm%2FAdditionalPayment.tpl;h=d1c5b7d5a6aee79a3d8e78696a7f787a1c7e18ff;hb=28a39166963513aed5b93a91af4aedd0452109f7;hp=87dcdbc950bb1d629129ceaa4faba7ed6a5688d0;hpb=34e17e1bbe53b08e5924d9965144f4f5a91ba0c0;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Form/AdditionalPayment.tpl b/templates/CRM/Contribute/Form/AdditionalPayment.tpl index 87dcdbc950..d1c5b7d5a6 100644 --- a/templates/CRM/Contribute/Form/AdditionalPayment.tpl +++ b/templates/CRM/Contribute/Form/AdditionalPayment.tpl @@ -56,9 +56,6 @@ {if $component eq 'event'}{ts}Participant{/ts}{else}{ts}Contact{/ts}{/if}{$displayName} - {if $contributionMode} - {$form.payment_processor_id.label} * {$form.payment_processor_id.html} - {/if} {if $eventName} {ts}Event{/ts}{$eventName} @@ -83,6 +80,9 @@ {$form.from_email_address.html} {/if} + {if $contributionMode} + {$form.payment_processor_id.label} * {$form.payment_processor_id.html} + {/if} @@ -104,12 +104,6 @@ {$form.payment_instrument_id.html} {help id="payment_instrument_id"} - {if $showCheckNumber || !$isOnline} - - {$form.check_number.label} - {$form.check_number.html} - - {/if} {$form.trxn_id.label} {$form.trxn_id.html} {help id="id-trans_id"} @@ -174,14 +168,4 @@ {/literal} - {if !$contributionMode} - {include file="CRM/common/showHideByFieldValue.tpl" - trigger_field_id ="payment_instrument_id" - trigger_value = '4' - target_element_id ="checkNumber" - target_element_type ="table-row" - field_type ="select" - invert = 0 - } - {/if} {/if}