From: Frédéric Buclin Date: Wed, 8 Jan 2014 16:08:44 +0000 (+0100) Subject: Bug 840407 (part 2): Remove the "align" and "valign" attributes from extensions X-Git-Tag: bugzilla-4.5.2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba72ec962110807f22836300e262517d27a96e21;p=thirdparty%2Fbugzilla.git Bug 840407 (part 2): Remove the "align" and "valign" attributes from extensions r/a=justdave --- diff --git a/extensions/Example/template/en/default/hook/global/footer-end.html.tmpl b/extensions/Example/template/en/default/hook/global/footer-end.html.tmpl index f4cb1e006d..fd4ec86395 100644 --- a/extensions/Example/template/en/default/hook/global/footer-end.html.tmpl +++ b/extensions/Example/template/en/default/hook/global/footer-end.html.tmpl @@ -8,7 +8,7 @@ [% USE date %] -

+

[% component.callers.first FILTER html %] processed on [% date.format(date.now, '%b %d, %Y at %H:%M:%S') FILTER html %].
diff --git a/extensions/Voting/template/en/default/hook/admin/products/edit-common-rows.html.tmpl b/extensions/Voting/template/en/default/hook/admin/products/edit-common-rows.html.tmpl index 9a8373bac4..c46da75ae5 100644 --- a/extensions/Voting/template/en/default/hook/admin/products/edit-common-rows.html.tmpl +++ b/extensions/Voting/template/en/default/hook/admin/products/edit-common-rows.html.tmpl @@ -11,16 +11,16 @@ product.votesperuser = 0 product.votestoconfirm = 0 %] - + - Maximum votes per person: + Maximum votes per person: - + Maximum votes a person can put on a single [% terms.bug %]: - + Confirm [% terms.abug %] if it gets this many votes: 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 2ba784f773..cb1d2380e8 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 b08b4c878b..b5e8fc9bc4 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 %] diff --git a/extensions/Voting/web/style.css b/extensions/Voting/web/style.css index 3f06200ca8..22458fd906 100644 --- a/extensions/Voting/web/style.css +++ b/extensions/Voting/web/style.css @@ -19,3 +19,12 @@ tr.bz_bug_being_voted_on td { #votes_container { white-space: nowrap; } + +#user_votes th { + text-align: center; +} + +#user_votes th, #user_votes td, +#bug_votes th, #bug_votes td { + padding: 0.2em; +}