From c24b099b47056ef264a48197f304ac589171e805 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 14 Mar 2013 15:45:19 -0400 Subject: Bug 847448 - Add url field (bug_file_loc) to form.doc --- .../template/en/default/bug/create/create-doc.html.tmpl | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'extensions/BMO') diff --git a/extensions/BMO/template/en/default/bug/create/create-doc.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-doc.html.tmpl index 7e1341882..37d0fa0f6 100644 --- a/extensions/BMO/template/en/default/bug/create/create-doc.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-doc.html.tmpl @@ -42,6 +42,9 @@ function validateAndSubmit() { yui = [ 'autocomplete', 'datatable', 'button' ] %] +[% USE Bugzilla %] +[% cgi = Bugzilla.cgi %] +

Developer Documentation Request

@@ -67,7 +70,7 @@ function validateAndSubmit() { @@ -91,7 +94,7 @@ function validateAndSubmit() { Please provide a brief summary of what documentation you're requesting, or what problem you're reporting in existing documentation:
- + @@ -130,6 +133,14 @@ function validateAndSubmit() { [% END %] + + Page to Update + + + + + Technical Contact -- cgit v1.2.3-24-g4f1b