From 80016c20f08a467a3f4b3c1886531e6540d6f85f Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Wed, 8 Oct 2014 14:53:36 -0700 Subject: [PATCH] Add link to basic payment processor inline help screen on the Payment Processor listings page (in addition to the create and edit form). --- templates/CRM/Admin/Page/PaymentProcessor.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Page/PaymentProcessor.tpl b/templates/CRM/Admin/Page/PaymentProcessor.tpl index 895cd178d3..7b90a34f94 100644 --- a/templates/CRM/Admin/Page/PaymentProcessor.tpl +++ b/templates/CRM/Admin/Page/PaymentProcessor.tpl @@ -25,7 +25,7 @@ *} {capture assign=docLink}{docURL page="user/contributions/payment-processors"}{/capture}
- {ts}You can configure one or more Payment Processors for your CiviCRM installation. You must then assign an active Payment Processor to each Online Contribution Page and each paid Event.{/ts} {$docLink} + {ts}You can configure one or more Payment Processors for your CiviCRM installation. You must then assign an active Payment Processor to each Online Contribution Page and each paid Event.{/ts} {help id='proc-type'} {$docLink}
{if $action eq 1 or $action eq 2 or $action eq 8} -- 2.25.1