You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/01/12 16:43:04 UTC

svn commit: r1058198 - /ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

Author: jleroux
Date: Wed Jan 12 15:43:04 2011
New Revision: 1058198

URL: http://svn.apache.org/viewvc?rev=1058198&view=rev
Log:
Remove unrelated changes that slipped in with r1058197

Modified:
    ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl

Modified: ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl?rev=1058198&r1=1058197&r2=1058198&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/htmlFormMacroLibrary.ftl Wed Jan 12 15:43:04 2011
@@ -120,17 +120,6 @@ under the License.
                     buttonImageOnly: false,
                     dateFormat: 'yy-mm-dd'
                   });
-              <#if !(shortDateInput?exists && shortDateInput)>
-  jQuery.timepicker.regional['fr'] = {
-        currentText: 'Maintenant',
-        closeText: 'OK',
-        ampm: true,
-        timeText: 'Heure',
-        hourText: 'Heure',
-        secondText: 'Seconde'};
-              
-                 jQuery.timepicker.setDefaults(jQuery.timepicker.regional['fr']);
-              </#if>                  
           </script>
       </#if>
       <#if timeDropdown?has_content && timeDropdown=="time-dropdown">