diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-08 23:34:38 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-08 23:34:38 +0100 |
commit | ff6475497815527eaf1ff741fe4eb933f16fed87 (patch) | |
tree | 6fe46ce006311e366beea4cb46c99c654038053a /template/en/default/bug | |
parent | 40e2d5249b92c3a4efbe6fd3a300f6950b0cb14e (diff) | |
download | bugzilla-ff6475497815527eaf1ff741fe4eb933f16fed87.tar.gz bugzilla-ff6475497815527eaf1ff741fe4eb933f16fed87.tar.xz |
Bug 956190 (part 4): Merge duplicates.css, reports.css, search_form.css, show_multiple.css and summarize-time.css with buglist.css
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/show-multiple.html.tmpl | 9 | ||||
-rw-r--r-- | template/en/default/bug/summarize-time.html.tmpl | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index de872973b..e09860201 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -9,10 +9,12 @@ [% PROCESS global/header.html.tmpl title = "Full Text $terms.Bug Listing" h1 = "" - style_urls = ["skins/standard/show_multiple.css", - "skins/standard/buglist.css"] + style_urls = ['skins/standard/buglist.css'] doc_section = "using.html#anatomy-of-a-bug" %] + +[% USE Bugzilla %] + [% PROCESS bug/time.html.tmpl %] [% IF bugs.first %] [% ids = [] %] @@ -55,7 +57,7 @@ <table class="bugfields"> [% IF bug.error %] <tr> - <td class="error"> + <td class="warning"> [% IF bug.error == "InvalidBugId" %] '[%+ bug.bug_id FILTER html %]' is not a valid [% terms.bug %] number nor a known [% terms.bug %] alias. @@ -170,7 +172,6 @@ [% PROCESS row cell = "status_whiteboard" fullrow = 1 %] [% END %] - [% USE Bugzilla %] [% field_counter = 0 %] [% FOREACH field = Bugzilla.active_custom_fields %] [% field_counter = field_counter + 1 %] diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl index 6bdc62a9a..faf05684a 100644 --- a/template/en/default/bug/summarize-time.html.tmpl +++ b/template/en/default/bug/summarize-time.html.tmpl @@ -18,9 +18,9 @@ [% END %] [% PROCESS global/header.html.tmpl - title = title - header = header - style_urls = ["skins/standard/summarize-time.css"] + title = title + header = header + style_urls = ['skins/standard/buglist.css'] doc_section = "using.html#time-tracking-information" yui = ['calendar'] javascript_urls = [ "js/util.js", "js/field.js" ] |