]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Make it clear to people that "%version%" will work.
authorterry%netscape.com <>
Sat, 19 Sep 1998 12:48:09 +0000 (12:48 +0000)
committerterry%netscape.com <>
Sat, 19 Sep 1998 12:48:09 +0000 (12:48 +0000)
editparams.cgi

index c1c885b63ca94491b8a44cecab6271778bcce625..f926c0ae97849d874a01a89351ccee75f6865004 100755 (executable)
@@ -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";