Small hint on how the options field is used.
authorjayce <jayce>
Tue, 13 Feb 2007 05:00:31 +0000 (05:00 +0000)
committerjayce <jayce>
Tue, 13 Feb 2007 05:00:31 +0000 (05:00 +0000)
httemplate/edit/payment_gateway.html

index b79e4a9..59970c3 100644 (file)
@@ -119,7 +119,7 @@ Gateway #<% $payment_gateway->gatewaynum || "(NEW)" %>
 </TR>
 
 <TR>
-  <TH ALIGN="right">Options: </TH>
+  <TH ALIGN="right">Options: (Name/Value pairs, one element per line)</TH>
   <TD>
     <TEXTAREA ROWS="5" NAME="gateway_options"><% join("\r", $payment_gateway->options ) %></TEXTAREA>
   </TD>