summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/fieldvalues/updated.html.tmpl
diff options
context:
space:
mode:
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 %]