From ba72ec962110807f22836300e262517d27a96e21 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 8 Jan 2014 17:08:44 +0100 Subject: Bug 840407 (part 2): Remove the "align" and "valign" attributes from extensions r/a=justdave --- .../Voting/template/en/default/pages/voting/bug.html.tmpl | 5 +++-- .../Voting/template/en/default/pages/voting/user.html.tmpl | 14 ++++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'extensions/Voting/template/en/default/pages') diff --git a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl index 2ba784f77..cb1d2380e 100644 --- a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl +++ b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl @@ -20,10 +20,11 @@ [% PROCESS global/header.html.tmpl title = "Show Votes" subheader = subheader + style_urls = [ "extensions/Voting/web/style.css" ] %] [% total = 0 %] - +
@@ -38,7 +39,7 @@ [% voter.login_name FILTER email FILTER html %] - diff --git a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl index b08b4c878..b5e8fc9bc 100644 --- a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl +++ b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl @@ -51,11 +51,11 @@ -
Who Number of votes + [% voter.vote_count FILTER html %]
+
- + - + @@ -95,7 +95,8 @@ [% END %] [%- END %] - - +
Votes[% terms.Bug %] #[% terms.Bug %] # Summary
+ + [% IF canedit %] [% IF product.onevoteonly %] + + [% PROCESS bug/link.html.tmpl bug = bug, link_text = bug.id %] -- cgit v1.2.3-24-g4f1b