add some descriptions for svc_external fields, allowing id to fill in from inventory
[freeside.git] / httemplate / browse / payment_gateway.html
index 6c14a10..671f711 100644 (file)
@@ -1,16 +1,4 @@
-%
-%
-%  my %search;
-%  if ( $cgi->param('showdisabled') ) {
-%    %search = ();
-%  } else {
-%    %search = ( 'disabled' => '' );
-%  }
-%
-%
-
 <% include("/elements/header.html",'Payment gateways', menubar(
-  'Main Menu' => $p,
   'Agents'    => $p. 'browse/agent.cgi',
 )) %>
 
 
 
 </TABLE>
-</BODY>
-</HTML>
 
+<% include('/elements/footer.html') %>
+
+<%init>
+
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+my %search;
+if ( $cgi->param('showdisabled') ) {
+  %search = ();
+} else {
+  %search = ( 'disabled' => '' );
+}
+
+</%init>