From 7ae7ccb35d64116573ae2611a752b4fd6a147dce Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 26 Jul 2011 11:06:11 +0200 Subject: Bug 647158: The Error Console in Firefox reports "unbalanced tree was written using document.write()" when reporting a new bug or when visiting the "User Authentication" panel in the Parameters page r=glob a=LpSolit --- template/en/default/admin/params/common.html.tmpl | 77 ++++++++++------------ .../en/default/admin/params/editparams.html.tmpl | 2 +- template/en/default/bug/create/create.html.tmpl | 43 +++--------- 3 files changed, 46 insertions(+), 76 deletions(-) (limited to 'template/en') diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index 3ec38ca56..d86da0dcd 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -62,55 +62,48 @@ [% END %] [% ELSIF param.type == "o" %] -
- [% boxSize = 7 %] [% boxSize = 3 + param.choices.size IF param.choices.size < 7 %] [% plist = Param(param.name).split(',') %] - [% ELSIF param.type == "s" %] + + +
+
Add an attachment @@ -629,11 +610,7 @@ TUI_hide_default('attachment_text_field'); flag_table_id ="attachment_flags" %]
- +
[% END %] -- cgit v1.2.3-24-g4f1b