Bugzilla – Attachment 3779 Details for
Bug 5543
Date ISO format wrong separator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch updated (generated with git format-patch)
0001-BUG5543-Date-ISO-format-wrong-separator.patch (text/plain), 1.64 KB, created by
Fridolin Somers
on 2011-04-07 10:03:34 UTC
(
hide
)
Description:
Proposed patch updated (generated with git format-patch)
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2011-04-07 10:03:34 UTC
Size:
1.64 KB
patch
obsolete
>From c101eecdf92e7ebe0a7ce04d52d4a82593008217 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@progilone.fr> >Date: Thu, 7 Apr 2011 12:01:13 +0200 >Subject: [PATCH] BUG5543 Date ISO format wrong separator > >--- > .../intranet-tmpl/prog/en/includes/date-format.inc | 2 +- > .../en/modules/admin/preferences/i18n_l10n.pref | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc >index 2d90220..84761fe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc >@@ -1 +1 @@ >-<!-- TMPL_IF NAME="dateformat_us" -->(MM/DD/YYYY)<!-- TMPL_ELSIF NAME="dateformat_metric" -->(DD/MM/YYYY)<!-- TMPL_ELSE -->(YYYY/MM/DD)<!-- /TMPL_IF --> >\ No newline at end of file >+<!-- TMPL_IF NAME="dateformat_us" -->(MM/DD/YYYY)<!-- TMPL_ELSIF NAME="dateformat_metric" -->(DD/MM/YYYY)<!-- TMPL_ELSE -->(YYYY-MM-DD)<!-- /TMPL_IF --> >\ No newline at end of file >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref >index 591e6ca..9d409ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref >@@ -6,7 +6,7 @@ I18N/L10N: > choices: > us: mm/dd/yyyy > metric: dd/mm/yyyy >- iso: yyyy/mm/dd >+ iso: yyyy-mm-dd > - . > - > - "Enable the following languages on the staff interface:" >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5543
:
2907
|
3779
|
6640
|
6697