summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/fieldvalues/updated.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-20 07:21:04 +0200
committerlpsolit%gmail.com <>2005-10-20 07:21:04 +0200
commitc9e867f7b1b01aff688df7fcb7c37f48cf8a39ca (patch)
treeab8d1d386a101cafbc4960a0eabf50d4dce82cdf /template/en/default/admin/fieldvalues/updated.html.tmpl
parentb2966165174d850b13be0e25eba6e9053142ed00 (diff)
downloadbugzilla-c9e867f7b1b01aff688df7fcb7c37f48cf8a39ca.tar.gz
bugzilla-c9e867f7b1b01aff688df7fcb7c37f48cf8a39ca.tar.xz
Bug 298688: Forbid the deletion of values used by default for the priority, severity, platform and OS and update data/params when editing them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
Diffstat (limited to 'template/en/default/admin/fieldvalues/updated.html.tmpl')
-rw-r--r--template/en/default/admin/fieldvalues/updated.html.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/admin/fieldvalues/updated.html.tmpl b/template/en/default/admin/fieldvalues/updated.html.tmpl
index fc9fcafbc..c7f676e67 100644
--- a/template/en/default/admin/fieldvalues/updated.html.tmpl
+++ b/template/en/default/admin/fieldvalues/updated.html.tmpl
@@ -24,6 +24,8 @@
# value & updated_value: the name of the field value
# sortkey & updated_sortkey: the field value sortkey
# field: string; the field that the value belongs to
+ # default_value_updated: boolean; whether the default value for
+ # this field has been updated
#%]
[% title = BLOCK %]Updating Value '[% value FILTER html %]' of the
@@ -34,6 +36,10 @@
[% IF updated_value %]
<p>Updated field value to: '[% value FILTER html %]'.</p>
+ [% IF default_value_updated %]
+ <p>Note that this value is the default for this field.
+ All references to the default value will now point to this new value.</p>
+ [% END %]
[% END %]
[% IF updated_sortkey %]