aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_styles.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2015-09-11 00:19:58 -0700
committerMatt Friedman <maf675@gmail.com>2015-09-11 00:19:58 -0700
commit0f49eaa2e20fe26ff9b0e9b0313aa090583c9f20 (patch)
treee01aa3da8104cd966abed52f2b4f0c20d8258df3 /phpBB/adm/style/acp_styles.html
parentc9d159257a4ebbb8a8949844e30459474661de36 (diff)
downloadforums-0f49eaa2e20fe26ff9b0e9b0313aa090583c9f20.tar
forums-0f49eaa2e20fe26ff9b0e9b0313aa090583c9f20.tar.gz
forums-0f49eaa2e20fe26ff9b0e9b0313aa090583c9f20.tar.bz2
forums-0f49eaa2e20fe26ff9b0e9b0313aa090583c9f20.tar.xz
forums-0f49eaa2e20fe26ff9b0e9b0313aa090583c9f20.zip
[ticket/14155] Row highlighting for extension/styles management
PHPBB3-14155
Diffstat (limited to 'phpBB/adm/style/acp_styles.html')
-rw-r--r--phpBB/adm/style/acp_styles.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html
index 92ceaebc08..572486e877 100644
--- a/phpBB/adm/style/acp_styles.html
+++ b/phpBB/adm/style/acp_styles.html
@@ -99,7 +99,7 @@
</thead>
<!-- BEGIN styles_list -->
<tbody id="styles-list-{styles_list.S_ROW_COUNT}">
- <tr<!-- IF styles_list.STYLE_ID and not styles_list.STYLE_ACTIVE --> class="row-inactive"<!-- ENDIF -->>
+ <tr class="row-highlight<!-- IF styles_list.STYLE_ID and not styles_list.STYLE_ACTIVE --> row-inactive<!-- ENDIF -->">
<!-- IF styles_list.LEVEL is odd -->
<!-- IF $ROW_CLASS == 'row1a' --><!-- DEFINE $ROW_CLASS = 'row1b' --><!-- ELSE --><!-- DEFINE $ROW_CLASS = 'row1a' --><!-- ENDIF -->
<!-- ELSE -->