diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-08 17:08:44 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-08 17:08:44 +0100 |
commit | ba72ec962110807f22836300e262517d27a96e21 (patch) | |
tree | 595bb14c6b9d1151bdbcb0c155ecd40a9783eaa1 /extensions/Voting/template/en/default/hook/admin | |
parent | 192b02906b89fb61efdf60ef553d717a5d3e037f (diff) | |
download | bugzilla-ba72ec962110807f22836300e262517d27a96e21.tar.gz bugzilla-ba72ec962110807f22836300e262517d27a96e21.tar.xz |
Bug 840407 (part 2): Remove the "align" and "valign" attributes from extensions
r/a=justdave
Diffstat (limited to 'extensions/Voting/template/en/default/hook/admin')
-rw-r--r-- | extensions/Voting/template/en/default/hook/admin/products/edit-common-rows.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
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 9a8373bac..c46da75ae 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 %] - + <tr> - <th align="right">Maximum votes per person:</th> + <th>Maximum votes per person:</th> <td><input size="5" maxlength="5" name="votesperuser" id="votesperuser" value="[% product.votesperuser FILTER html %]"> </td> </tr> <tr> - <th align="right"> + <th> Maximum votes a person can put on a single [% terms.bug %]: </th> <td><input size="5" maxlength="5" name="maxvotesperbug" id="maxvotesperbug" @@ -30,7 +30,7 @@ <tr id="votes_to_confirm_container" [%- ' class="bz_default_hidden"' IF !product.allows_unconfirmed %]> - <th align="right"> + <th> Confirm [% terms.abug %] if it gets this many votes: </th> <td> |