aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_language.html
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-12-04 14:51:54 -0800
committerCesar G <prototech91@gmail.com>2013-12-04 14:53:07 -0800
commit03509f2f97d15658e39f8c0a6195d7b56778687e (patch)
tree73d9b128c6c1cacaf4981e8fa941140e6d02d8d6 /phpBB/adm/style/acp_language.html
parente3a0540fa6682c8fc62c160961d3e5b2a8ba9648 (diff)
downloadforums-03509f2f97d15658e39f8c0a6195d7b56778687e.tar
forums-03509f2f97d15658e39f8c0a6195d7b56778687e.tar.gz
forums-03509f2f97d15658e39f8c0a6195d7b56778687e.tar.bz2
forums-03509f2f97d15658e39f8c0a6195d7b56778687e.tar.xz
forums-03509f2f97d15658e39f8c0a6195d7b56778687e.zip
[ticket/12055] Alternate table row background colors using nth-child rule.
PHPBB3-12055
Diffstat (limited to 'phpBB/adm/style/acp_language.html')
-rw-r--r--phpBB/adm/style/acp_language.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_language.html b/phpBB/adm/style/acp_language.html
index d4fd572376..f5267e8f7f 100644
--- a/phpBB/adm/style/acp_language.html
+++ b/phpBB/adm/style/acp_language.html
@@ -211,7 +211,7 @@
<p>{L_ACP_LANGUAGE_PACKS_EXPLAIN}</p>
- <table class="table1">
+ <table class="table1 zebra-table">
<thead>
<tr>
<th>{L_LANGUAGE_PACK_NAME}</th>
@@ -226,7 +226,7 @@
<td class="row3" colspan="5"><strong>{L_INSTALLED_LANGUAGE_PACKS}</strong></td>
</tr>
<!-- BEGIN lang -->
- <!-- IF lang.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
+ <tr>
<td><a href="{lang.U_DETAILS}">{lang.ENGLISH_NAME}</a> {lang.TAG}</td>
<td>{lang.LOCAL_NAME}</td>
<td style="text-align: center;"><strong>{lang.ISO}</strong></td>
@@ -240,7 +240,7 @@
</tr>
<!-- ENDIF -->
<!-- BEGIN notinst -->
- <!-- IF notinst.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
+ <tr>
<td>{notinst.NAME}</td>
<td>{notinst.LOCAL_NAME}</td>
<td style="text-align: center;"><strong>{notinst.ISO}</strong></td>