From: Kohei Yoshino Date: Fri, 24 May 2019 22:34:02 +0000 (-0400) Subject: Bug 1552885 - Fix issues in the post-Sandstone skin including low contrast, visited... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e91f1d22e014c18bcf911354871cd2671e76d6d;p=thirdparty%2Fbugzilla.git Bug 1552885 - Fix issues in the post-Sandstone skin including low contrast, visited links and small font size --- diff --git a/extensions/BMO/template/en/default/bug/create/create-mozlist.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-mozlist.html.tmpl index 9bffdec455..af11e11cea 100644 --- a/extensions/BMO/template/en/default/bug/create/create-mozlist.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-mozlist.html.tmpl @@ -117,8 +117,8 @@ [% INCLUDE global/textarea.html.tmpl name = 'listLongDesc' id = 'listLongDesc' - minrows = 10 - maxrows = 25 + minrows = 5 + maxrows = 15 cols = constants.COMMENT_COLS defaultcontent = listLongDesc %] @@ -131,8 +131,8 @@ [% INCLUDE global/textarea.html.tmpl name = 'comment' id = 'comment' - minrows = 10 - maxrows = 25 + minrows = 5 + maxrows = 15 cols = constants.COMMENT_COLS defaultcontent = comment %] diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index b2ea6022ac..96134cfb7b 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -178,14 +178,7 @@ view_only = 1 %]
- [% this_bug_href = basepath _ "show_bug.cgi?id=$bug.id" %] - [% IF cgi.param("format") %] - [% format_uri = cgi.param("format") FILTER uri %] - [% this_bug_href = this_bug_href _ "&format=" _ format_uri %] - [% END %] - - [%~ terms.Bug _ " " _ bug.id FILTER none ~%] - + [% terms.Bug _ " " _ bug.id FILTER none %] [% IF bug.alias %] ([% bug.alias FILTER html %]) diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl index ae786e27ef..fa16ebe813 100644 --- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl @@ -262,7 +262,7 @@ END; [%+ aria_labelledby_html FILTER none +%] [% " required" IF required %]> [% CASE constants.FIELD_TYPE_USER %] [% IF action && !action.hidden %] -