projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb46475
)
Add DATE_FORMAT for Windsor
author
Art Rhyno
<art632000@yahoo.ca>
Thu, 7 Feb 2013 02:23:11 +0000
(21:23 -0500)
committer
Dan Scott
<dscott@laurentian.ca>
Wed, 8 May 2013 15:28:16 +0000
(11:28 -0400)
This adds the DATE_FORMAT to config.tt2.
Signed-off-by: Art Rhyno <art632000@yahoo.ca>
Open-ILS/src/templates_windsor/opac/parts/config.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates_windsor/opac/parts/config.tt2
b/Open-ILS/src/templates_windsor/opac/parts/config.tt2
index
eed1aea
..
096cf74
100644
(file)
--- a/
Open-ILS/src/templates_windsor/opac/parts/config.tt2
+++ b/
Open-ILS/src/templates_windsor/opac/parts/config.tt2
@@
-160,5
+160,10
@@
search.basic_config = {
none_label => l("All Formats"),
};
+##############################################################################
+# Formatting for Due Information
+# Puts hour/minute into display
+
+SET DATE_FORMAT = l('%Y-%m-%d %R');
%]