Skip to content

Commit

Permalink
Tag for release 12.04.04
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/tags/REL-12.04.04@1616797 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jacopoc committed Aug 8, 2014
2 parents 14bb9e6 + bc27dee commit 0a7a499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified framework/catalina/lib/tomcat-extras-7.0.55-tomcat-juli.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions framework/widget/templates/htmlFormMacroLibrary.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ under the License.
jQuery("#${id}").datetimepicker({
showSecond: true,
<#-- showMillisec: true, -->
timeFormat: 'hh:mm:ss',
timeFormat: 'HH:mm:ss',
stepHour: 1,
stepMinute: 1,
stepSecond: 1,
Expand Down Expand Up @@ -471,7 +471,7 @@ ${item.description}</span>
jQuery("#${name?html}_fld0_value").datetimepicker({
showSecond: true,
<#-- showMillisec: true, -->
timeFormat: 'hh:mm:ss',
timeFormat: 'HH:mm:ss',
stepHour: 1,
stepMinute: 5,
stepSecond: 10,
Expand Down Expand Up @@ -507,7 +507,7 @@ ${item.description}</span>
jQuery("#${name?html}_fld1_value").datetimepicker({
showSecond: true,
<#-- showMillisec: true, -->
timeFormat: 'hh:mm:ss',
timeFormat: 'HH:mm:ss',
stepHour: 1,
stepMinute: 5,
stepSecond: 10,
Expand Down

0 comments on commit 0a7a499

Please sign in to comment.