зеркало из https://github.com/mozilla/gecko-dev.git
Make it clear to people that "%version%" will work.
This commit is contained in:
Родитель
e9930c0997
Коммит
698ebdda02
|
@ -90,6 +90,12 @@ foreach my $i (@::param_list) {
|
|||
print $rowbreak;
|
||||
}
|
||||
|
||||
print "<tr><th align=right valign=top>version:</th><td>
|
||||
What version of Bugzilla this is. This can't be modified here, but
|
||||
<tt>%version%</tt> can be used as a parameter in places that understand
|
||||
such parameters</td></tr>
|
||||
<tr><td></td><td>" . Param('version') . "</td></tr>";
|
||||
|
||||
print "</table>\n";
|
||||
|
||||
print "<input type=reset value=\"Reset form\"><br>\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче