From: Roland Häder Date: Wed, 18 Nov 2009 12:20:03 +0000 (+0000) Subject: Even more fixes #2 X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=258298994a088aefae53df1d07f3ff586fcccc27;hp=ef1aea52af98b373687fb9bf46df4ca77d56ff4f Even more fixes #2 --- diff --git a/inc/filters.php b/inc/filters.php index e2ddb66c1d..4e9356c2c8 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -448,7 +448,7 @@ function FILTER_COMPILE_EXTENSION ($code) { // Compile {%cmd=some_value%} to get extension data // Support cmd is: // - version -> getExtensionVersion() call - preg_match_all('/\{%(([a-zA-Z0-9-_,]+)=([^%\}]+))%\}/', $code, $matches); + preg_match_all('/\{%(([a-zA-Z0-9-_,]+)=([^\}]+))%\}/', $code, $matches); //* DEBUG: */ print('
'.print_r($matches, true).'
'); // Default is from OUTPUT_HTML diff --git a/inc/functions.php b/inc/functions.php index 7ed051a28a..9e3240ea54 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -3581,7 +3581,7 @@ function determinePageTitle () { $pageTitle = $TITLE; } elseif ((isInstalled()) && (isAdminRegistered())) { // Installed, admin registered but no ext-sql_patches - $pageTitle = '[-- ' . getConfig('MAIN_TITLE').' - '.getModuleTitle(getModule()) . ' --]'; + $pageTitle = '[-- ' . getConfig('MAIN_TITLE') . ' - ' . getModuleTitle(getModule()) . ' --]'; } elseif ((isInstalled()) && (!isAdminRegistered())) { // Installed but no admin registered $pageTitle = sprintf(getMessage('SETUP_OF_MXCHANGE'), getConfig('MAIN_TITLE')); @@ -3597,7 +3597,7 @@ function determinePageTitle () { } // Return title - return $pageTitle; + return decodeEntities($pageTitle); } // Checks wethere there is a cache file there. This function is cached. diff --git a/templates/de/html/mailid/mailid_confirm_buttom.tpl b/templates/de/html/mailid/mailid_confirm_buttom.tpl index e8a28191cd..829e830688 100644 --- a/templates/de/html/mailid/mailid_confirm_buttom.tpl +++ b/templates/de/html/mailid/mailid_confirm_buttom.tpl @@ -1,7 +1,7 @@
-
+ {--MAILID_CLICK_BUTTON--}:
diff --git a/templates/de/html/mailid/mailid_enter_code.tpl b/templates/de/html/mailid/mailid_enter_code.tpl index 8d73e46801..d0df8ab82f 100644 --- a/templates/de/html/mailid/mailid_enter_code.tpl +++ b/templates/de/html/mailid/mailid_enter_code.tpl @@ -3,7 +3,7 @@
{--ENTER_CODE--}: $content[image]
diff --git a/templates/de/html/mailid/mailid_timer.tpl b/templates/de/html/mailid/mailid_timer.tpl index 164799939d..d585ea915e 100644 --- a/templates/de/html/mailid/mailid_timer.tpl +++ b/templates/de/html/mailid/mailid_timer.tpl @@ -14,7 +14,7 @@ function StartCounter() { Timer--; document.confirm.counter.value = Timer; if (Timer == 0) { - document.location.href = '{%url,js=mailid_top.php?userid=$content[userid]&$content[type]=$content[data?mode=confirm&code=$content[rand]%}'; + document.location.href = '{%url,js=mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&mode=confirm&code=$content[rand]%}'; clearInterval(Counter); } } @@ -29,7 +29,7 @@ function StartCounter() { {--MEMBER_TIME_COUNTER_1--}  {--_SECONDS--} + value="$content[time]"> {--_SECONDS--} {--MEMBER_TIME_COUNTER_2--}