Commit 468831a6 authored by endico%mozilla.org's avatar endico%mozilla.org

move the 'Move Bug" button so its less likely to be confused with the commit button

parent 65695473
...@@ -516,17 +516,16 @@ print " ...@@ -516,17 +516,16 @@ print "
<A HREF=\"show_activity.cgi?id=$id\">View Bug Activity</A> <A HREF=\"show_activity.cgi?id=$id\">View Bug Activity</A>
&nbsp; | &nbsp; &nbsp; | &nbsp;
<A HREF=\"long_list.cgi?buglist=$id\">Format For Printing</A> <A HREF=\"long_list.cgi?buglist=$id\">Format For Printing</A>
</B></FONT><BR> </B></FONT>
"; ";
if ( Param("move-enabled") && (defined $::COOKIE{"Bugzilla_login"}) && ($::COOKIE{"Bugzilla_login"} =~ /($movers)/) ){ if ( Param("move-enabled") && (defined $::COOKIE{"Bugzilla_login"}) && ($::COOKIE{"Bugzilla_login"} =~ /($movers)/) ){
print " print "&nbsp; <FONT size=\"+1\"><B> | </B></FONT> &nbsp;"
<P> ."<INPUT TYPE=\"SUBMIT\" NAME=\"action\" VALUE=\""
<INPUT TYPE=\"SUBMIT\" NAME=\"action\" VALUE=\"" . Param("move-button-text") . "\">\n";
. Param("move-button-text") . "\">";
} }
print "</FORM>"; print "<BR></FORM>";
print " print "
<table><tr><td align=left><B>Description:</B></td> <table><tr><td align=left><B>Description:</B></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment