From 99457cc8631ec71dcacb4e79b1597c0f8b9abd25 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 20 Mar 2014 20:57:18 +0000 Subject: Bug 986124 - backport upstream bug 513212 to bmo/4.2 to add the ability to add see_also values in enter_bug.cgi and Bug.create --- template/en/default/bug/field.html.tmpl | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'template/en/default/bug/field.html.tmpl') diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 73131225d..1e80cf17a 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -204,32 +204,33 @@ true); [% CASE constants.FIELD_TYPE_BUG_URLS %] - [% '' IF value.size %] - [% IF Param('use_see_also') %] (add)
-
+ class="text_input" name="[% field.name FILTER html %]" + [% IF !bug.id %]value="[% value FILTER html %]"[% END %]>
- + + [% END %] [% END %] [% CASE constants.FIELD_TYPE_KEYWORDS %]
-- cgit v1.2.3-24-g4f1b