diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 59ef826df4..a6ab6ec182 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -301,6 +301,7 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars)
break;
case 'select':
+ case 'select_multiple':
case 'custom':
$return = '';
@@ -339,12 +340,21 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars)
}
else
{
+ if ($tpl_type[0] == 'select_multiple')
+ {
+ $new[$config_key] = @unserialize(trim($new[$config_key]));
+ }
+
$args = array($new[$config_key], $key);
}
$return = call_user_func_array($call, $args);
- if ($tpl_type[0] == 'select')
+ if ($tpl_type[0] == 'select_multiple')
+ {
+ $tpl = '';
+ }
+ else if ($tpl_type[0] == 'select')
{
$tpl = '';
}
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html
index 5d04938778..af67de16ea 100644
--- a/phpBB/adm/style/acp_captcha.html
+++ b/phpBB/adm/style/acp_captcha.html
@@ -22,12 +22,12 @@
-
-
-
-
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html
index 636d4ded7b..547ac66e3c 100644
--- a/phpBB/adm/style/acp_forums.html
+++ b/phpBB/adm/style/acp_forums.html
@@ -444,7 +444,7 @@
{forums.FORUM_IMAGE}
{forums.FORUM_NAME}{forums.FORUM_NAME}
{forums.FORUM_DESCRIPTION}
-
{L_TOPICS}: {forums.FORUM_TOPICS} / {L_POSTS}: {forums.FORUM_POSTS}
+
{L_TOPICS}: {forums.FORUM_TOPICS} / {L_POSTS}: {forums.FORUM_POSTS}
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html
index 3f25ded9f7..4c738ad618 100644
--- a/phpBB/adm/style/acp_styles.html
+++ b/phpBB/adm/style/acp_styles.html
@@ -54,7 +54,7 @@
//
@@ -261,11 +261,11 @@
« {L_BACK}
-
+
{L_TEMPLATE_CACHE}
-
+
{L_TEMPLATE_CACHE_EXPLAIN}
-
+
@@ -455,24 +455,30 @@
- - {NAME}
+ - {NAME}
- - {COPYRIGHT}
+ - {COPYRIGHT}
+
+
+
+ - {S_SUPERTEMPLATE}
+
+
- - {TEMPLATE_NAME}
+ - {TEMPLATE_NAME}
- - {THEME_NAME}
+ - {THEME_NAME}
- - {IMAGESET_NAME}
+ - {IMAGESET_NAME}
@@ -500,7 +506,7 @@
{S_FORM_TOKEN}
-
+
diff --git a/phpBB/adm/style/install/update.html b/phpBB/adm/style/install/update.html
index 640a02d57d..3d0ce31ffd 100644
--- a/phpBB/adm/style/install/update.html
+++ b/phpBB/adm/style/install/update.html
@@ -192,94 +192,170 @@
|