svn commit: r654984 - /ofbiz/trunk/framework/common/webcommon/includes/header.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r654984 - /ofbiz/trunk/framework/common/webcommon/includes/header.ftl

adrianc
Author: adrianc
Date: Fri May  9 17:10:07 2008
New Revision: 654984

URL: http://svn.apache.org/viewvc?rev=654984&view=rev
Log:
These aren't needed anymore. Freemarker knows the user's locale and time zone.

Modified:
    ofbiz/trunk/framework/common/webcommon/includes/header.ftl

Modified: ofbiz/trunk/framework/common/webcommon/includes/header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/header.ftl?rev=654984&r1=654983&r2=654984&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/header.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/header.ftl Fri May  9 17:10:07 2008
@@ -18,8 +18,6 @@
 under the License.
 -->
 
-<#setting locale = locale.toString()>
-<#setting time_zone = timeZone.getID()>
 <#if (requestAttributes.person)?exists><#assign person = requestAttributes.person></#if>
 <#if (requestAttributes.partyGroup)?exists><#assign partyGroup = requestAttributes.partyGroup></#if>
 
@@ -28,7 +26,6 @@
 <#if "ar.iw"?contains(docLangAttr?substring(0, 2))>
     <#assign langDir = "rtl">
 </#if>
-
 <html lang="${docLangAttr}" dir="${langDir}" xmlns="http://www.w3.org/1999/xhtml">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>