Commit e8c87576 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 65319 editmilestones & editversions don't have extra add.

r=justdave a=justdave
parent 9665c0e6
...@@ -312,7 +312,7 @@ if ($action eq 'new') { ...@@ -312,7 +312,7 @@ if ($action eq 'new') {
unlink "data/versioncache"; unlink "data/versioncache";
print "OK, done.<p>\n"; print "OK, done.<p>\n";
PutTrailer($localtrailer); PutTrailer("<A HREF=\"editmilestones.cgi?product=$product&amp;action=add\">add</a> another milestone or $localtrailer");
exit; exit;
} }
......
...@@ -320,7 +320,7 @@ if ($action eq 'new') { ...@@ -320,7 +320,7 @@ if ($action eq 'new') {
unlink "data/versioncache"; unlink "data/versioncache";
print "OK, done.<p>\n"; print "OK, done.<p>\n";
PutTrailer($localtrailer); PutTrailer("<A HREF=\"editversions.cgi?product=$product&amp;action=add\">add</a> another version or $localtrailer");
exit; exit;
} }
......
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