[freeside-commits] branch FREESIDE_2_3_BRANCH updated. b00e2c60b1b22b99972be7183740c83a277025d9
Ivan
ivan at 420.am
Mon Mar 18 00:14:17 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via b00e2c60b1b22b99972be7183740c83a277025d9 (commit)
from 50c7d973c88a7ffb53bb74837420398e45d9ac88 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b00e2c60b1b22b99972be7183740c83a277025d9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Mar 18 00:14:14 2013 -0700
fix time picker bad format, RT#22001, RT#21061
diff --git a/httemplate/elements/tr-input-beginning_ending.html b/httemplate/elements/tr-input-beginning_ending.html
index 7481c9b..ffc9038 100644
--- a/httemplate/elements/tr-input-beginning_ending.html
+++ b/httemplate/elements/tr-input-beginning_ending.html
@@ -74,7 +74,7 @@ my( $input_time, $time_format, $time_hint ) = ( '', '', '' );
my( $size, $maxlength ) = ( 11, 10 );
if ( $opt{'input_time'} ) {
$input_time = ', showsTime: true, timeFormat: "12"'; # http://www.dynarch.com/demos/jscalendar/doc/html/reference.html#node_sec_2.3
- $time_format = ' %k:%M:%S'; # http://www.dynarch.com/demos/jscalendar/doc/html/reference.html#node_sec_5.3.5
+ $time_format = ' %H:%M:%S'; # http://www.dynarch.com/demos/jscalendar/doc/html/reference.html#node_sec_5.3.5
$time_hint = ' h:m:s';
$size = 21;
$maxlength = 27;
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/tr-input-beginning_ending.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list