From: Andrew DeFaria Date: Wed, 29 Jan 2020 23:37:41 +0000 (-0700) Subject: Fixed search.cgi X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=eb0061d1aa77be83d5e99a1c5ca6ea64f5cf6511;p=clearscm.git Fixed search.cgi --- 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;