summaryrefslogtreecommitdiffstats
path: root/editparams.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-09-19 14:48:09 +0200
committerterry%netscape.com <>1998-09-19 14:48:09 +0200
commitd5fe8dc40f7bd651a980eb6fcae558ab53d9b43b (patch)
treeb83c98cb43134a712db32019db296cd459fa9755 /editparams.cgi
parent379cbad431b6f76fc0b2a44aaa0ed01a12b7de6d (diff)
downloadbugzilla-d5fe8dc40f7bd651a980eb6fcae558ab53d9b43b.tar.gz
bugzilla-d5fe8dc40f7bd651a980eb6fcae558ab53d9b43b.tar.xz
Make it clear to people that "%version%" will work.
Diffstat (limited to 'editparams.cgi')
-rwxr-xr-xeditparams.cgi6
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";