Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2009-11-16 04:11:41 +0300
committerrobocoder <anthon.pang@gmail.com>2009-11-16 04:11:41 +0300
commit8a56a00488c79fe992d24279bf3935de2552b365 (patch)
tree995c0a8f761db331a01ea5201e9180fb5f5ed499 /core/Translate.php
parenta235a77dc8828db8cf1279d480070628d32432b7 (diff)
refs #680 - improve usability of datepicker
* updated from jquery calendar 2.7 to jquery-ui datepicker 1.7.2 * contains a DST-related fix that might solve an issue of duplicate days reported by some users * fixes regression in UI where clicking on calendar icon would not collapse the calendar * implements some of the style changes shown in the mockup * updated the calendar text translations from the jquery-ui i18n git-svn-id: http://dev.piwik.org/svn/trunk@1587 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Translate.php')
-rw-r--r--core/Translate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Translate.php b/core/Translate.php
index 9d4b3a3efb..222a995907 100644
--- a/core/Translate.php
+++ b/core/Translate.php
@@ -110,7 +110,7 @@ class Piwik_Translate
$moduleRegex .= $module.'|';
}
$moduleRegex = substr($moduleRegex, 0, -1);
- $moduleRegex .= ')_([^_]+)_js$#i';
+ $moduleRegex .= ')_.*_js$#i';
foreach($GLOBALS['Piwik_translations'] as $key => $value)
{