aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_list.html
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-07-29 20:08:30 -0500
committerUnknown Bliss <m@michaelcullum.com>2012-09-01 15:05:49 +0100
commit36465c9a205c356b0662e45b4fded79c4b476547 (patch)
tree5be0d398e3e29fe2b701fb8c9f79c4a959aa485b /phpBB/adm/style/acp_ext_list.html
parent500879520c40a71f0b83799ab3e59c86c12a801a (diff)
downloadforums-36465c9a205c356b0662e45b4fded79c4b476547.tar
forums-36465c9a205c356b0662e45b4fded79c4b476547.tar.gz
forums-36465c9a205c356b0662e45b4fded79c4b476547.tar.bz2
forums-36465c9a205c356b0662e45b4fded79c4b476547.tar.xz
forums-36465c9a205c356b0662e45b4fded79c4b476547.zip
[ticket/10631] Functional acp_extensions test, cleanup
PHPBB3-10631
Diffstat (limited to 'phpBB/adm/style/acp_ext_list.html')
-rw-r--r--phpBB/adm/style/acp_ext_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index 65051cbae0..b654a80caa 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -23,7 +23,7 @@
</td>
</tr>
<!-- BEGIN enabled -->
- <tr>
+ <tr class="ext_enabled">
<td><strong>{enabled.EXT_NAME}</strong></a></td>
<td style="text-align: center;"><a href="{enabled.U_DETAILS}">{L_DETAILS}</a></td>
<td style="text-align: center;">
@@ -41,7 +41,7 @@
<td class="row3" colspan="3"><strong>{L_DISABLED} {L_EXTENSIONS}</strong></td>
</tr>
<!-- BEGIN disabled -->
- <tr>
+ <tr class="ext_disabled">
<td><strong>{disabled.EXT_NAME}</strong></a></td>
<td style="text-align: center;">
<!-- IF disabled.U_DETAILS --><a href="{disabled.U_DETAILS}">{L_DETAILS}</a><!-- ENDIF -->