Commit d5fe8dc4 authored by terry%netscape.com's avatar terry%netscape.com

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

parent 379cbad4
...@@ -90,6 +90,12 @@ foreach my $i (@::param_list) { ...@@ -90,6 +90,12 @@ foreach my $i (@::param_list) {
print $rowbreak; 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 "</table>\n";
print "<input type=reset value=\"Reset form\"><br>\n"; print "<input type=reset value=\"Reset form\"><br>\n";
......
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