diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 9401473353..4bfc05a595 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -108,7 +108,7 @@ function adm_page_header($page_title)
// gzip_compression
if ($config['gzip_compress'])
{
- if (extension_loaded('zlib') && !headers_sent())
+ if (@extension_loaded('zlib') && !headers_sent())
{
ob_start('ob_gzhandler');
}
@@ -135,6 +135,12 @@ function adm_page_header($page_title)
'T_RANKS_PATH' => "{$phpbb_root_path}{$config['ranks_path']}/",
'T_UPLOAD_PATH' => "{$phpbb_root_path}{$config['upload_path']}/",
+ 'ICON_MOVE_UP' => '',
+ 'ICON_MOVE_DOWN' => '
',
+ 'ICON_EDIT' => '
',
+ 'ICON_DELETE' => '
',
+ 'ICON_SYNC' => '
',
+
'S_CONTENT_DIRECTION' => $user->lang['DIRECTION'],
'S_CONTENT_ENCODING' => $user->lang['ENCODING'],
'S_CONTENT_DIR_LEFT' => $user->lang['LEFT'],
diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html
index d09f8a9e65..7a0f4922a2 100644
--- a/phpBB/adm/style/acp_bbcodes.html
+++ b/phpBB/adm/style/acp_bbcodes.html
@@ -87,7 +87,7 @@
- {S_TIMEZONE} - |
-
-
{MESSAGE_TITLE} | +
---|
{MESSAGE_TEXT} {S_HIDDEN_FIELDS} |
+
+ {S_TIMEZONE} + |
+
+
- {S_TIMEZONE} - |
-
-
+ {S_TIMEZONE} + |
+
+
- {S_TIMEZONE} - |
-
-
+ {S_TIMEZONE} + |
+
+
- {S_TIMEZONE} - |
-
-
+ {S_TIMEZONE} + |
+
+
{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} | -|||||||
- | {L_TOPICS} | -{L_REPLIES} | -{L_LAST_POST} | -{L_MARK} | -
---|
{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} | +|||||||
+ | {L_TOPICS} | +{L_REPLIES} | +{L_LAST_POST} | +{L_MARK} | +|||
---|---|---|---|---|---|---|---|
{topicrow.TOPIC_FOLDER_IMG} | - +@@ -35,31 +37,32 @@ | {topicrow.REPLIES} |
{topicrow.LAST_POST_TIME} |
- | |||
{L_NO_TOPICS} |
|||||||
- - - | -
{L_MARK_ALL} :: {L_UNMARK_ALL} | -
{L_MARK_ALL} :: {L_UNMARK_ALL} | +
{L_LATEST_LOGS} | {L_TIME} | -|||
---|---|---|---|---|
{log.USERNAME} | -{log.IP} | -{log.ACTION} | -{L_VIEW_TOPIC} | {L_VIEW_TOPIC_LOGS} | -{log.TIME} | -
{log.USERNAME} | +{log.IP} | +{log.ACTION} | +{L_VIEW_TOPIC} | {L_VIEW_TOPIC_LOGS} | +{log.TIME} | +
{L_NO_ENTRIES} | -||||
{L_NO_ENTRIES} | +
|
![]() |
-
+
- + - -
- + diff --git a/phpBB/styles/subSilver/template/mcp_jumpbox.html b/phpBB/styles/subSilver/template/mcp_jumpbox.html index d5ff52b627..95a5926f72 100644 --- a/phpBB/styles/subSilver/template/mcp_jumpbox.html +++ b/phpBB/styles/subSilver/template/mcp_jumpbox.html @@ -1,13 +1,17 @@ |