summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/fieldvalues/deleted.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/fieldvalues/deleted.html.tmpl')
-rw-r--r--template/en/default/admin/fieldvalues/deleted.html.tmpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/template/en/default/admin/fieldvalues/deleted.html.tmpl b/template/en/default/admin/fieldvalues/deleted.html.tmpl
index c966897f6..421080011 100644
--- a/template/en/default/admin/fieldvalues/deleted.html.tmpl
+++ b/template/en/default/admin/fieldvalues/deleted.html.tmpl
@@ -17,12 +17,14 @@
[%# INTERFACE:
# value: string; the field value that was deleted.
#
- # field: string; the field the value was deleted from.
+ # field: object; the field the value was deleted from.
#
#%]
-[% title = BLOCK %]Deleted Value '[% value FILTER html %]' for the
- '[% field FILTER html %]' Field[% END %]
+[% title = BLOCK %]
+ Deleted Value '[% value FILTER html %]' for the '[% field.description FILTER html %]'
+ ([% field.name FILTER html %]) Field
+[% END %]
[% PROCESS global/header.html.tmpl
title = title
%]