From 44bc791eb3aa690940d540a7154d93dc8b10f186 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Wed, 19 May 2010 09:28:37 -0700 Subject: Bug 494395: Implement the ability to mark custom fields as mandatory when creating/changing bugs r=mkanat, a=mkanat --- .../default/admin/custom_fields/create.html.tmpl | 32 ++++++++++------- .../en/default/admin/custom_fields/edit.html.tmpl | 41 ++++++++++++---------- .../en/default/admin/custom_fields/list.html.tmpl | 4 +++ template/en/default/bug/create/create.html.tmpl | 8 ++--- template/en/default/bug/field-label.html.tmpl | 3 +- template/en/default/bug/field.html.tmpl | 20 ++++++----- template/en/default/global/textarea.html.tmpl | 5 +++ template/en/default/global/user-error.html.tmpl | 5 +++ 8 files changed, 72 insertions(+), 46 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl index f8a3eafa2..fcdf73bc7 100644 --- a/template/en/default/admin/custom_fields/create.html.tmpl +++ b/template/en/default/admin/custom_fields/create.html.tmpl @@ -98,6 +98,24 @@ YAHOO.util.Event.onDOMReady(function() {onChangeType(document.getElementById('ty + + + + + + + + + + +
+ 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. + @@ -120,19 +138,7 @@ YAHOO.util.Event.onDOMReady(function() {onChangeType(document.getElementById('ty - - - - - -
- 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. - +