X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2Fsearch.cgi;h=c47ffafa7d112af8645ceae3d63e5a84bd649b98;hb=b19aff368e8114dd44bbd7e306b0946f060e3051;hp=f7de688d40ad7b9ed5783066b4698c005d76ce97;hpb=16babf81ce331af378de565ba73e927ff5491f65;p=clearscm.git 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;