From: jocuri%softhome.net <> Date: Fri, 12 Mar 2004 13:24:06 +0000 (+0000) Subject: Patch for bug 178162: move the vote checkbox to the left; r=myk, a=myk. X-Git-Tag: bugzilla-2.18rc1~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98c69ff9bc7a1a3a1c6f48450e7e0f35d7a87b84;p=thirdparty%2Fbugzilla.git Patch for bug 178162: move the vote checkbox to the left; r=myk, a=myk. --- diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl index 25c83c5192..d7214349c2 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -44,9 +44,9 @@ + - [% onevoteproduct = 0 %] @@ -75,17 +75,6 @@ [% FOREACH bug = product.bugs %] - - + + [% END %]
Votes [% terms.Bug %] # SummaryVotes
- [% "" IF NOT bug.opened %] - - [% bug.id %] - [% "" IF NOT bug.opened %] - - - [% bug.summary FILTER html %] - - [% IF canedit %] [% IF product.onevoteonly %] @@ -99,6 +88,17 @@ [% bug.count %] [% END %] + [% "" IF NOT bug.opened %] + + [% bug.id %] + [% "" IF NOT bug.opened %] + + + [% bug.summary FILTER html %] + +