summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-07-14 08:57:18 +0200
committerendico%mozilla.org <>2000-07-14 08:57:18 +0200
commit468831a60bdc2f4e87b83e2650581585c011cbd3 (patch)
treeab8d33f5123c823c63271c5f57bff81f710d2e43 /bug_form.pl
parent65695473717fdcadbcc85cac9c469231f352c739 (diff)
downloadbugzilla-468831a60bdc2f4e87b83e2650581585c011cbd3.tar.gz
bugzilla-468831a60bdc2f4e87b83e2650581585c011cbd3.tar.xz
move the 'Move Bug" button so its less likely to be confused with the commit button
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl11
1 files changed, 5 insertions, 6 deletions
diff --git a/bug_form.pl b/bug_form.pl
index 4e09e7d98..d81a9b813 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -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>