Make it clear to people that "%version%" will work.

This commit is contained in:
terry%netscape.com 1998-09-19 05:48:09 +00:00
Родитель e9930c0997
Коммит 698ebdda02
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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";