aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-01-24 19:16:24 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-01-24 19:16:24 +0100
commit928a8c0e89f9ec4fe73d15087aa9000fba338669 (patch)
tree97bfc5efffd04880f13b812cb29d1165078928f7 /phpBB/adm/style
parent128a6e4c8df87effb5dafee5b21cde202d98e72f (diff)
parent233a07ceda0a5523ec6fd4c8de1ea8e6aec681a8 (diff)
downloadforums-928a8c0e89f9ec4fe73d15087aa9000fba338669.tar
forums-928a8c0e89f9ec4fe73d15087aa9000fba338669.tar.gz
forums-928a8c0e89f9ec4fe73d15087aa9000fba338669.tar.bz2
forums-928a8c0e89f9ec4fe73d15087aa9000fba338669.tar.xz
forums-928a8c0e89f9ec4fe73d15087aa9000fba338669.zip
Merge pull request #5100 from senky/ticket/15528
[ticket/15528] Display style phpBB version
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_styles.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html
index 43c2f96a65..37a36b019b 100644
--- a/phpBB/adm/style/acp_styles.html
+++ b/phpBB/adm/style/acp_styles.html
@@ -96,6 +96,7 @@
<thead>
<tr>
<th>{L_STYLE_NAME}</th>
+ <th width="10%" style="white-space: nowrap; text-align: center;">{L_STYLE_PHPBB_VERSION}</th>
<!-- IF not STYLES_LIST_HIDE_COUNT --><th width="10%" style="white-space: nowrap; text-align: center;">{L_STYLE_USED_BY}</th><!-- ENDIF -->
<th width="25%" style="white-space: nowrap; text-align: center;">{L_ACTIONS}</th>
{STYLES_LIST_EXTRA}
@@ -129,6 +130,7 @@
<span class="style-path"><br />{L_STYLE_PATH}{L_COLON} {styles_list.STYLE_PATH_FULL}</span>
<!-- ENDIF -->
</td>
+ <td class="{$ROW_CLASS} users">{styles_list.STYLE_PHPBB_VERSION}</td>
<!-- IF not STYLES_LIST_HIDE_COUNT -->
<td class="{$ROW_CLASS} users">{styles_list.USERS}</td>
<!-- ENDIF -->