From 09dd4d3192073ba9ecc7feb8a5dfcd213affd525 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Mon, 24 Sep 2018 17:27:12 -0400 Subject: Bug 1493500 - Remove all trailing whitespaces from all files --- template/en/default/admin/products/list.html.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template/en/default/admin/products/list.html.tmpl') diff --git a/template/en/default/admin/products/list.html.tmpl b/template/en/default/admin/products/list.html.tmpl index 0641c6283..dceeefed6 100644 --- a/template/en/default/admin/products/list.html.tmpl +++ b/template/en/default/admin/products/list.html.tmpl @@ -14,10 +14,10 @@ #%] [%# INTERFACE: - # products: array of Bugzilla::Product objects + # products: array of Bugzilla::Product objects # # classification: Bugzilla::Classification object; If classifications - # are enabled, then this is + # are enabled, then this is # the currently selected classification # showbugcounts: boolean; true if bug counts should be included in the table #%] @@ -28,7 +28,7 @@ [% classification_url_part = BLOCK %]&classification= [%- classification.name FILTER uri %] [%- END %] - [% classification_title = BLOCK %] + [% classification_title = BLOCK %] in classification '[% classification.name FILTER html %]' [% END %] [% END %] @@ -38,17 +38,17 @@ %] [% columns = [ - { + { name => "name" heading => "Edit product..." contentlink => 'editproducts.cgi?action=edit&product=%%name%%' }, - { + { name => "description" heading => "Description" allow_html_content => 1 }, - { + { name => "is_active" heading => "Open For New $terms.Bugs" yesno_field => 1 -- cgit v1.2.3-24-g4f1b