From eb0061d1aa77be83d5e99a1c5ca6ea64f5cf6511 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Wed, 29 Jan 2020 16:37:41 -0700 Subject: [PATCH] Fixed search.cgi --- maps/bin/search.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/maps/bin/search.cgi b/maps/bin/search.cgi index f7de688..c47ffaf 100755 --- a/maps/bin/search.cgi +++ b/maps/bin/search.cgi @@ -47,16 +47,16 @@ sub MakeButtons { $buttons = $buttons . submit ({-name => "action", - -value => "Whitelist Marked", + -value => "Whitelist", -onClick => "return CheckAtLeast1Checked (document.detail);"}) . submit ({-name => "action", - -value => "Blacklist Marked", + -value => "Blacklist", -onClick => "return CheckAtLeast1Checked (document.detail);"}) . submit ({-name => "action", - -value => "Nulllist Marked", + -value => "Nulllist", -onClick => "return CheckAtLeast1Checked (document.detail);"}) . submit ({-name => "action", - -value => "Reset Marks", + -value => "Reset", -onClick => "return ClearAll (document.detail);"}); return $buttons . $next_button; -- 2.17.1