]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
move the 'Move Bug" button so its less likely to be confused with the commit button
authorendico%mozilla.org <>
Fri, 14 Jul 2000 06:57:18 +0000 (06:57 +0000)
committerendico%mozilla.org <>
Fri, 14 Jul 2000 06:57:18 +0000 (06:57 +0000)
bug_form.pl

index 4e09e7d98886782962bcb17ddf952edeb2067910..d81a9b813cf3315d3ee8a80142c8e79f1b2bef0a 100644 (file)
@@ -516,17 +516,16 @@ print "
  <A HREF=\"show_activity.cgi?id=$id\">View Bug Activity</A>
  &nbsp; | &nbsp;
  <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)/) ){
-  print "
-<P>
-<INPUT TYPE=\"SUBMIT\" NAME=\"action\" VALUE=\"" 
-       . Param("move-button-text") . "\">";
+  print "&nbsp; <FONT size=\"+1\"><B> | </B></FONT> &nbsp;"
+       ."<INPUT TYPE=\"SUBMIT\" NAME=\"action\" VALUE=\"" 
+       . Param("move-button-text") . "\">\n";
 }
 
-print "</FORM>";
+print "<BR></FORM>";
 
 print "
 <table><tr><td align=left><B>Description:</B></td>