summaryrefslogtreecommitdiff
path: root/httemplate/browse
diff options
context:
space:
mode:
authorjeff <jeff>2009-03-09 03:51:10 +0000
committerjeff <jeff>2009-03-09 03:51:10 +0000
commitfca3dd0b189baa394dd73d58d868d065a2b36cf7 (patch)
tree3025e96892cad7256fb9e5415a6994f81bbb2df1 /httemplate/browse
parent097a12385d80ef52f37d4cc2bb93bc3f81e6f8e6 (diff)
webpay support #4103webpay_support_branch
Diffstat (limited to 'httemplate/browse')
-rw-r--r--httemplate/browse/payment_gateway.html4
1 files changed, 4 insertions, 0 deletions
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,
],
)