diff --git a/phpBB/adm/images/file_conflict.gif b/phpBB/adm/images/file_conflict.gif index 8b42730474..4458c4ff23 100644 Binary files a/phpBB/adm/images/file_conflict.gif and b/phpBB/adm/images/file_conflict.gif differ diff --git a/phpBB/adm/images/file_modified.gif b/phpBB/adm/images/file_modified.gif index 4728cb3d50..17e8f976c3 100644 Binary files a/phpBB/adm/images/file_modified.gif and b/phpBB/adm/images/file_modified.gif differ diff --git a/phpBB/adm/images/file_new.gif b/phpBB/adm/images/file_new.gif index 1d6e15b59d..d0ec75876d 100644 Binary files a/phpBB/adm/images/file_new.gif and b/phpBB/adm/images/file_new.gif differ diff --git a/phpBB/adm/images/file_new_conflict.gif b/phpBB/adm/images/file_new_conflict.gif index 83fc598393..84efde4faa 100644 Binary files a/phpBB/adm/images/file_new_conflict.gif and b/phpBB/adm/images/file_new_conflict.gif differ diff --git a/phpBB/adm/images/file_not_modified.gif b/phpBB/adm/images/file_not_modified.gif index 98ed26db32..8f9b3d3839 100644 Binary files a/phpBB/adm/images/file_not_modified.gif and b/phpBB/adm/images/file_not_modified.gif differ diff --git a/phpBB/adm/images/file_up_to_date.gif b/phpBB/adm/images/file_up_to_date.gif index aff41a15c2..c372342646 100644 Binary files a/phpBB/adm/images/file_up_to_date.gif and b/phpBB/adm/images/file_up_to_date.gif differ diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 6c142fde3f..907fed3681 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -52,7 +52,7 @@ $phpbb_admin_path = './'; // Some oft used variables $safe_mode = (@ini_get('safe_mode') || @strtolower(ini_get('safe_mode')) == 'on') ? true : false; -$file_uploads = (@ini_get('file_uploads') || strtolower(@ini_get('file_uploads')) == 'on') ? true : false; +$file_uploads = (@ini_get('file_uploads') || strtolower(@ini_get('file_uploads')) == 'on') ? true : false; $module_id = request_var('i', ''); $mode = request_var('mode', ''); @@ -206,6 +206,7 @@ function adm_page_footer($copyright_html = true) $template->assign_vars(array( 'DEBUG_OUTPUT' => (defined('DEBUG')) ? $debug_output : '', + 'TRANSLATION_INFO' => (!empty($user->lang['TRANSLATION_INFO'])) ? $user->lang['TRANSLATION_INFO'] : '', 'S_COPYRIGHT_HTML' => $copyright_html, 'VERSION' => $config['version']) ); diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index 42de3e7060..698ea77f01 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -59,6 +59,7 @@
+ {L_SUBMIT}  
@@ -80,10 +81,10 @@

{L_EXCLUDE_ENTERED_IP}
{L_YES}   {L_NO}
- -
+

+

@@ -94,10 +95,10 @@
-
-
+

+

@@ -207,16 +208,21 @@
checked="checked" /> {L_ALLOW_ALL_FORUMS}   checked="checked" /> {L_ALLOW_SELECTED_FORUMS}
- -
+

  +

+
+
+
+ {L_TITLE} + @@ -243,12 +249,11 @@
- - -
+

{L_CREATE_GROUP}: -

+

+
@@ -266,10 +271,10 @@
{GROUP_SELECT_OPTIONS}
- -
+

+

@@ -278,6 +283,9 @@
+
+ {L_TITLE} + @@ -303,9 +311,10 @@
-
+

  +

@@ -314,6 +323,9 @@
+
+ {L_TITLE} + @@ -346,13 +358,15 @@
-
+

  +

+
- \ No newline at end of file + diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html index 4629200c97..eb42592f81 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -65,11 +65,11 @@
- -
+

  +



@@ -98,11 +98,11 @@
- -
+

  +

@@ -114,4 +114,4 @@ - \ No newline at end of file + diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index c1eb7e2193..4370b5e225 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -48,6 +48,7 @@
+ {L_SUBMIT}  
@@ -85,6 +86,10 @@

{L_ACP_BBCODES_EXPLAIN}

+ +
+ {L_ACP_BBCODES} +
@@ -102,14 +107,13 @@
- - -
+

+

- \ No newline at end of file + diff --git a/phpBB/adm/style/acp_board.html b/phpBB/adm/style/acp_board.html index dd29017cb1..5ab0e079d4 100644 --- a/phpBB/adm/style/acp_board.html +++ b/phpBB/adm/style/acp_board.html @@ -40,10 +40,11 @@
+ {L_SUBMIT}  
- \ No newline at end of file + diff --git a/phpBB/adm/style/acp_bots.html b/phpBB/adm/style/acp_bots.html index bc6c657490..0c4e718353 100644 --- a/phpBB/adm/style/acp_bots.html +++ b/phpBB/adm/style/acp_bots.html @@ -45,11 +45,11 @@

{L_BOT_IP_EXPLAIN}
-
-
+

  +

@@ -98,4 +98,4 @@ - \ No newline at end of file + diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html index bdc48ea0aa..2b141c0b37 100644 --- a/phpBB/adm/style/acp_captcha.html +++ b/phpBB/adm/style/acp_captcha.html @@ -28,13 +28,13 @@
checked="checked" /> {L_YES}   checked="checked" /> {L_NO}
- -
+

  +

- \ No newline at end of file + diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html index 8d4ba6ef5c..c73670d9a8 100644 --- a/phpBB/adm/style/acp_database.html +++ b/phpBB/adm/style/acp_database.html @@ -15,16 +15,16 @@
- -
+

    -

+

+ @@ -74,15 +74,15 @@

{L_SELECT_ALL}
{L_DESELECT_ALL}
- -
+

  +

- \ No newline at end of file + diff --git a/phpBB/adm/style/acp_disallow.html b/phpBB/adm/style/acp_disallow.html index 8bd0957786..14e7c392c2 100644 --- a/phpBB/adm/style/acp_disallow.html +++ b/phpBB/adm/style/acp_disallow.html @@ -14,10 +14,10 @@

{L_ADD_DISALLOW_EXPLAIN}
- -
+

+

{L_DELETE_DISALLOW_TITLE}

@@ -31,10 +31,10 @@
- -
+

+

{L_NO_DISALLOWED}

@@ -42,4 +42,4 @@ - \ No newline at end of file + diff --git a/phpBB/adm/style/acp_email.html b/phpBB/adm/style/acp_email.html index 5b3d19c8b6..a44b276bee 100644 --- a/phpBB/adm/style/acp_email.html +++ b/phpBB/adm/style/acp_email.html @@ -24,7 +24,7 @@

{L_SEND_TO_USERS_EXPLAIN}
-
[ {L_FIND_USERNAME} ]
+
[ {L_FIND_USERNAME} ]
@@ -42,13 +42,13 @@
-
-
+

  +

- \ No newline at end of file + diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 63ed7cb883..427a1f07a4 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -7,6 +7,9 @@ @@ -68,7 +117,7 @@
-
style="display: none;"> +
{L_DELETE_ALL_POSTS}
@@ -76,6 +125,18 @@
+ + +
@@ -114,17 +175,17 @@
-
style="display: none;"> +
{L_GENERAL_FORUM_SETTINGS}

{L_DISPLAY_ACTIVE_TOPICS_EXPLAIN}
id="display_active" checked="checked" /> {L_YES}   id="display_active" checked="checked" /> {L_NO}
-
+
-
style="display: none;"> +
{L_GENERAL_FORUM_SETTINGS}
@@ -192,7 +253,7 @@
-