зеркало из https://github.com/mozilla/gecko-dev.git
Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave.
This commit is contained in:
Родитель
852fbd43f7
Коммит
16287a2f54
|
@ -478,11 +478,13 @@ if ($action eq 'new') {
|
|||
PutTrailer("<a href=\"editcomponents.cgi?product=" .
|
||||
url_quote($product) . "\">edit</a> more components",
|
||||
"<a href=\"editcomponents.cgi?product=". url_quote($product) .
|
||||
"&action=add\">add</a> another component");
|
||||
"&action=add\">add</a> another component",
|
||||
"<a href=\"editproducts.cgi?action=add\">add</a> a new product");
|
||||
} else {
|
||||
PutTrailer("<a href=\"editcomponents.cgi\">edit</a> more components",
|
||||
"<a href=\"editcomponents.cgi?action=add\">add</a>" .
|
||||
"another component");
|
||||
"another component",
|
||||
"<a href=\"editproducts.cgi?action=add\">add</a> a new product");
|
||||
}
|
||||
exit;
|
||||
}
|
||||
|
|
|
@ -436,6 +436,7 @@ if ($action eq 'new') {
|
|||
|
||||
print "OK, done.<p>\n";
|
||||
PutTrailer($localtrailer,
|
||||
"<a href=\"editproducts.cgi?action=add\">add</a> a new product",
|
||||
"<a href=\"editcomponents.cgi?action=add&product=" .
|
||||
url_quote($product) . "\">add</a> components to this new product");
|
||||
exit;
|
||||
|
|
Загрузка…
Ссылка в новой задаче