From c9ac662cd2adf28710d6c759f2386836150d9e9f Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 7 Feb 2010 16:21:39 -0800 Subject: Fix some filter test failures caused by the checkin of bug 251556. --- template/en/default/admin/custom_fields/create.html.tmpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/custom_fields/create.html.tmpl') diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl index d23be0fe2..f8a3eafa2 100644 --- a/template/en/default/admin/custom_fields/create.html.tmpl +++ b/template/en/default/admin/custom_fields/create.html.tmpl @@ -126,9 +126,10 @@ YAHOO.util.Event.onDOMReady(function() {onChangeType(document.getElementById('ty
- Use this label for the list of [% terms.bugs %] that link to a [% terms.bug %] - with this [% field_types.${constants.FIELD_TYPE_BUG_ID} %] field. - For example, if the description is "Is a duplicate of", + Use this label for the list of [% terms.bugs %] that link to + [%+ terms.abug %] with this + [%+ field_types.${constants.FIELD_TYPE_BUG_ID} FILTER html %] + field. For example, if the description is "Is a duplicate of", the reverse description would be "Duplicates of this [% terms.bug %]". Leave blank to disable the list for this field. -- cgit v1.2.3-24-g4f1b