diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2018-01-21 10:54:07 +0100 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2018-01-21 10:54:07 +0100 |
commit | abe218c34a36ac3e32cbc508ca2419f761f6a71e (patch) | |
tree | 3961c97e9a0fa78c009830a217f73d1d3e182f0f /phpBB/adm | |
parent | d0143bec8830e709047443f73f79c0dce438e3fc (diff) | |
download | forums-abe218c34a36ac3e32cbc508ca2419f761f6a71e.tar forums-abe218c34a36ac3e32cbc508ca2419f761f6a71e.tar.gz forums-abe218c34a36ac3e32cbc508ca2419f761f6a71e.tar.bz2 forums-abe218c34a36ac3e32cbc508ca2419f761f6a71e.tar.xz forums-abe218c34a36ac3e32cbc508ca2419f761f6a71e.zip |
[ticket/15528] Display style phpBB version
PHPBB3-15528
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 2 |
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 --> |