diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-12-30 10:44:30 -0800 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-12-30 10:44:30 -0800 |
commit | 34c3e74c16b6e7455733d7ba41494c38d753618e (patch) | |
tree | 6275e9d8374955f90f77a067720ad4dda659f710 /phpBB/adm/style/acp_bbcodes.html | |
parent | db94f80c5ba117ca410bb2aafa3ae5c02dcf11c8 (diff) | |
parent | 03509f2f97d15658e39f8c0a6195d7b56778687e (diff) | |
download | forums-34c3e74c16b6e7455733d7ba41494c38d753618e.tar forums-34c3e74c16b6e7455733d7ba41494c38d753618e.tar.gz forums-34c3e74c16b6e7455733d7ba41494c38d753618e.tar.bz2 forums-34c3e74c16b6e7455733d7ba41494c38d753618e.tar.xz forums-34c3e74c16b6e7455733d7ba41494c38d753618e.zip |
Merge pull request #1913 from prototech/ticket/12055
[ticket/12055] Alternate table row background colors using nth-child rule.
Diffstat (limited to 'phpBB/adm/style/acp_bbcodes.html')
-rw-r--r-- | phpBB/adm/style/acp_bbcodes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index d4ed5cfd10..8c8b805975 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -92,7 +92,7 @@ <fieldset class="tabulated"> <legend>{L_ACP_BBCODES}</legend> - <table class="table1" id="down"> + <table class="table1 zebra-table" id="down"> <thead> <tr> <th>{L_BBCODE_TAG}</th> @@ -101,7 +101,7 @@ </thead> <tbody> <!-- BEGIN bbcodes --> - <!-- IF bbcodes.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> + <tr> <td style="text-align: center;">{bbcodes.BBCODE_TAG}</td> <td class="actions"><!-- EVENT acp_bbcodes_actions_prepend --> <a href="{bbcodes.U_EDIT}">{ICON_EDIT}</a> <a href="{bbcodes.U_DELETE}" data-ajax="row_delete">{ICON_DELETE}</a> <!-- EVENT acp_bbcodes_actions_append --></td> </tr> |