diff options
Diffstat (limited to 'httemplate/browse/router.cgi')
-rw-r--r-- | httemplate/browse/router.cgi | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/httemplate/browse/router.cgi b/httemplate/browse/router.cgi index 6dcd93a71..7ed0963db 100644 --- a/httemplate/browse/router.cgi +++ b/httemplate/browse/router.cgi @@ -1,16 +1,10 @@ <% include("/elements/header.html",'Routers', menubar('Main Menu' => $p)) %> % -% %my @router = qsearch('router', {}); %my $p2 = popurl(2); -% -% -% if ($cgi->param('error')) { - <FONT SIZE="+1" COLOR="#ff0000">Error: <%$cgi->param('error')%></FONT> - <BR><BR> -% } -% +<% include('/elements/error.html') %> + %my $hidecustomerrouters = 0; %my $hideurl = ''; %if ($cgi->param('hidecustomerrouters') eq '1') { |