diff options
author | terry%netscape.com <> | 1998-09-19 14:48:09 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-09-19 14:48:09 +0200 |
commit | d5fe8dc40f7bd651a980eb6fcae558ab53d9b43b (patch) | |
tree | b83c98cb43134a712db32019db296cd459fa9755 | |
parent | 379cbad431b6f76fc0b2a44aaa0ed01a12b7de6d (diff) | |
download | bugzilla-d5fe8dc40f7bd651a980eb6fcae558ab53d9b43b.tar.gz bugzilla-d5fe8dc40f7bd651a980eb6fcae558ab53d9b43b.tar.xz |
Make it clear to people that "%version%" will work.
-rwxr-xr-x | editparams.cgi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editparams.cgi b/editparams.cgi index c1c885b63..f926c0ae9 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -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"; |