mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-15 03:55:23 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
ca537a691d
@ -96,6 +96,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{L_STYLE_NAME}</th>
|
<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 -->
|
<!-- 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>
|
<th width="25%" style="white-space: nowrap; text-align: center;">{L_ACTIONS}</th>
|
||||||
{STYLES_LIST_EXTRA}
|
{STYLES_LIST_EXTRA}
|
||||||
@ -129,6 +130,7 @@
|
|||||||
<span class="style-path"><br />{L_STYLE_PATH}{L_COLON} {styles_list.STYLE_PATH_FULL}</span>
|
<span class="style-path"><br />{L_STYLE_PATH}{L_COLON} {styles_list.STYLE_PATH_FULL}</span>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</td>
|
</td>
|
||||||
|
<td class="{$ROW_CLASS} users">{styles_list.STYLE_PHPBB_VERSION}</td>
|
||||||
<!-- IF not STYLES_LIST_HIDE_COUNT -->
|
<!-- IF not STYLES_LIST_HIDE_COUNT -->
|
||||||
<td class="{$ROW_CLASS} users">{styles_list.USERS}</td>
|
<td class="{$ROW_CLASS} users">{styles_list.USERS}</td>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
@ -952,6 +952,7 @@ class acp_styles
|
|||||||
// Style data
|
// Style data
|
||||||
'STYLE_ID' => $style['style_id'],
|
'STYLE_ID' => $style['style_id'],
|
||||||
'STYLE_NAME' => htmlspecialchars($style['style_name']),
|
'STYLE_NAME' => htmlspecialchars($style['style_name']),
|
||||||
|
'STYLE_PHPBB_VERSION' => $this->read_style_cfg($style['style_path'])['phpbb_version'],
|
||||||
'STYLE_PATH' => htmlspecialchars($style['style_path']),
|
'STYLE_PATH' => htmlspecialchars($style['style_path']),
|
||||||
'STYLE_COPYRIGHT' => strip_tags($style['style_copyright']),
|
'STYLE_COPYRIGHT' => strip_tags($style['style_copyright']),
|
||||||
'STYLE_ACTIVE' => $style['style_active'],
|
'STYLE_ACTIVE' => $style['style_active'],
|
||||||
|
@ -80,6 +80,7 @@ $lang = array_merge($lang, array(
|
|||||||
'STYLE_UNINSTALL' => 'Uninstall',
|
'STYLE_UNINSTALL' => 'Uninstall',
|
||||||
'STYLE_UNINSTALL_DEPENDENT' => 'Style "%s" cannot be uninstalled because it has one or more child styles.',
|
'STYLE_UNINSTALL_DEPENDENT' => 'Style "%s" cannot be uninstalled because it has one or more child styles.',
|
||||||
'STYLE_UNINSTALLED' => 'Style "%s" uninstalled successfully.',
|
'STYLE_UNINSTALLED' => 'Style "%s" uninstalled successfully.',
|
||||||
|
'STYLE_PHPBB_VERSION' => 'phpBB Version',
|
||||||
'STYLE_USED_BY' => 'Used by (including robots)',
|
'STYLE_USED_BY' => 'Used by (including robots)',
|
||||||
'STYLE_VERSION' => 'Style version',
|
'STYLE_VERSION' => 'Style version',
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user