diff options
| author | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-28 20:55:54 +0100 |
|---|---|---|
| committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-28 20:55:54 +0100 |
| commit | 5a15633a1179f960e1726eebf7f38c7ee2f2b4f8 (patch) | |
| tree | 814ecaa9e2d4eeea93e416bb4f265ba2e24224ba /template/en/default/admin/users | |
| parent | 3b55436dd3711772ff632eaa805b6c19e588b791 (diff) | |
| download | bugs-5a15633a1179f960e1726eebf7f38c7ee2f2b4f8.tar bugs-5a15633a1179f960e1726eebf7f38c7ee2f2b4f8.tar.gz bugs-5a15633a1179f960e1726eebf7f38c7ee2f2b4f8.tar.bz2 bugs-5a15633a1179f960e1726eebf7f38c7ee2f2b4f8.tar.xz bugs-5a15633a1179f960e1726eebf7f38c7ee2f2b4f8.zip | |
Bug 952795: Remove all style="..." attributes from HTML elements
r/a=justdave
Diffstat (limited to 'template/en/default/admin/users')
| -rw-r--r-- | template/en/default/admin/users/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl index b75f8400d..e301ed21e 100644 --- a/template/en/default/admin/users/edit.html.tmpl +++ b/template/en/default/admin/users/edit.html.tmpl @@ -52,7 +52,7 @@ </tr> <tr> [% IF editusers %] - <td style="text-align: center; font-weight: bold">|</td> + <th class="checkbox">|</th> [% END %] <th colspan="2">User is a member of these groups</th> </tr> |
