Fix for bug 61634: explain what "Milestone URL" is on the editproducts page.
patch by Matthew Tuck <matty@chariot.net.au> r= caillon, justdave git-svn-id: svn://10.0.0.236/trunk@108805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -99,7 +99,7 @@ sub EmitFormElements ($$$$$$$$$)
|
||||
if (Param('usetargetmilestone')) {
|
||||
$milestoneurl = value_quote($milestoneurl);
|
||||
print "</TR><TR>\n";
|
||||
print " <TH ALIGN=\"right\">Milestone URL:</TH>\n";
|
||||
print " <TH ALIGN=\"right\">URL describing milestones for this product:</TH>\n";
|
||||
print " <TD><INPUT TYPE=TEXT SIZE=64 MAXLENGTH=255 NAME=\"milestoneurl\" VALUE=\"$milestoneurl\"></TD>\n";
|
||||
|
||||
print "</TR><TR>\n";
|
||||
|
||||
Reference in New Issue
Block a user