diff options
| author | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-22 15:51:18 +0100 |
|---|---|---|
| committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-22 15:51:18 +0100 |
| commit | ec4862650f2da6ef3b0cdcb1ca135a64879c6b31 (patch) | |
| tree | 7038f46b8fac1881e434f207d10883149999a8b9 /template/en/default/admin/groups | |
| parent | 61858962b06866a330960bd161591b000e26ae63 (diff) | |
| download | bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.gz bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.bz2 bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.tar.xz bugs-ec4862650f2da6ef3b0cdcb1ca135a64879c6b31.zip | |
Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by CSS styles
r/a=justdave
Diffstat (limited to 'template/en/default/admin/groups')
| -rw-r--r-- | template/en/default/admin/groups/list.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl index af7da33a6..ba61da3ee 100644 --- a/template/en/default/admin/groups/list.html.tmpl +++ b/template/en/default/admin/groups/list.html.tmpl @@ -19,6 +19,7 @@ [% PROCESS global/header.html.tmpl title = "Edit Groups" subheader = "This lets you edit the groups available to put users in." + style_urls = ['skins/standard/admin.css'] doc_section = "groups.html" %] |
