From b2f7765446bb382ff0716785832c4135f695b498 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 1 May 2013 14:12:59 +0800 Subject: Bug 867207: make the "Internet Public Policy" custom form the default for bugs, with a link to the standard bug entry form --- .../en/default/bug/create/create-ipp.html.tmpl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'extensions/BMO/template/en') diff --git a/extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl index 0bf75f4a9..fb59cfeb3 100644 --- a/extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl @@ -21,6 +21,19 @@ font-family: inherit; font-size: inherit; } + +#standard_link { + margin-top: 2em; +} + +#standard_link img { + vertical-align: middle; +} + +#standard_link a { + cursor: pointer; +} + [% END %] [% inline_javascript = BLOCK %] @@ -160,4 +173,11 @@ function validateAndSubmit() { [ * Required Field ] + + [% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b