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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-11-16 04:11:41 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-11-16 04:11:41 +0300
commit16a38aa49021969ef6539480e308aa9dadc1b7f3 (patch)
tree995c0a8f761db331a01ea5201e9180fb5f5ed499 /plugins/Login
parentba2564951867f1f48f29c2b1db08181b4942d637 (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
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/templates/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/templates/header.tpl b/plugins/Login/templates/header.tpl
index 5b46dd7440..1c0c1bd770 100644
--- a/plugins/Login/templates/header.tpl
+++ b/plugins/Login/templates/header.tpl
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<title>Piwik &rsaquo; Login</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="plugins/Login/templates/login.css" media="screen" />