From fca3dd0b189baa394dd73d58d868d065a2b36cf7 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 9 Mar 2009 03:51:10 +0000 Subject: webpay support #4103 --- httemplate/browse/payment_gateway.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/browse/payment_gateway.html') diff --git a/httemplate/browse/payment_gateway.html b/httemplate/browse/payment_gateway.html index 848c58a82..a06e5cf7c 100644 --- a/httemplate/browse/payment_gateway.html +++ b/httemplate/browse/payment_gateway.html @@ -10,17 +10,21 @@ }, 'count_query' => $count_query, 'header' => [ '#', + 'Type', 'Gateway', 'Username', 'Password', 'Action', + 'URL', 'Options', ], 'fields' => [ 'gatewaynum', + 'namespace_description', $gateway_sub, 'gateway_username', sub { ' - '; }, 'gateway_action', + 'gateway_callback_url', $options_sub, ], ) -- cgit v1.2.1