From cca49fa6bc14bc170a13860455ff11b0e37615a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Tue, 18 Apr 2017 23:52:48 +0200 Subject: Cleanup + make Bugzilla tests happy --- .../en/default/bug/create/create-guided.html.tmpl | 20 ----------------- template/en/default/list/list.html.tmpl | 25 +++++++++++----------- template/en/default/list/table.html.tmpl | 2 +- 3 files changed, 14 insertions(+), 33 deletions(-) diff --git a/extensions/Mageia/template/en/default/bug/create/create-guided.html.tmpl b/extensions/Mageia/template/en/default/bug/create/create-guided.html.tmpl index 82eb61a6c..000dc1f2c 100644 --- a/extensions/Mageia/template/en/default/bug/create/create-guided.html.tmpl +++ b/extensions/Mageia/template/en/default/bug/create/create-guided.html.tmpl @@ -299,23 +299,3 @@ function CheckDetails(e) { [% PROCESS global/footer.html.tmpl %] - -[%############################################################################%] -[%# Block for SELECT fields #%] -[%############################################################################%] - -[% BLOCK select %] - -[% END %] diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 63866f416..321716873 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -134,18 +134,19 @@ [% IF user.id AND bugs.size %]
- - [% terms.Bugs %] you are involved in, but which you never visited or did not visit in the last [% Param('last_visit_keep_days') %] days - - - [% terms.Bugs %] you are involved in, which have been updated since your last visit - - - [% terms.Bugs %] you are involved in, which got no updates since your last visit - - - [% terms.Bugs %] you are not involved in - + + [% terms.Bugs %] you are involved in, but which you never visited or did not visit + in the last [% Param('last_visit_keep_days') %] days + + + [% terms.Bugs %] you are involved in, which have been updated since your last visit + + + [% terms.Bugs %] you are involved in, which got no updates since your last visit + + + [% terms.Bugs %] you are not involved in +
[% END %] diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 7e6611109..f6ca804e8 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -168,7 +168,7 @@ [%+ "bz_$bug.resolution" FILTER css_class_quote IF bug.resolution -%] [%+ "bz_secure" IF bug.secure_mode -%] [%+ "bz_secure_mode_$bug.secure_mode" FILTER css_class_quote IF bug.secure_mode -%] - [%+ "bz_${bug.last_visit_status}_since_last_visit" IF bug.last_visit_status %] + [%+ "bz_${bug.last_visit_status}_since_last_visit" FILTER css_class_quote IF bug.last_visit_status -%] [%+ count % 2 == 1 ? "bz_row_odd" : "bz_row_even" -%] "> -- cgit v1.2.1