You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2008/11/17 13:18:32 UTC

svn commit: r718228 - in /ofbiz/trunk/applications/ecommerce: config/EcommerceUiLabels.xml webapp/ecommerce/includes/header.ftl

Author: mor
Date: Mon Nov 17 04:18:32 2008
New Revision: 718228

URL: http://svn.apache.org/viewvc?rev=718228&view=rev
Log:
Added a new link and label "Register" that will take user to create an account. Applied patch from Jira Issue OFBIZ-2038 (https://issues.apache.org/jira/browse/OFBIZ-2038)
with slight mods.

Thanks to Rishi Solanki for the patch and David E Jones to review and comments on earlier commit for the same issue.

Modified:
    ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl

Modified: ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml?rev=718228&r1=718227&r2=718228&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml (original)
+++ ofbiz/trunk/applications/ecommerce/config/EcommerceUiLabels.xml Mon Nov 17 04:18:32 2008
@@ -3003,6 +3003,9 @@
         <value xml:lang="th">ย้อนกลับ</value>
         <value xml:lang="zh">重新操作</value>
     </property>
+    <property key="EcommerceRegister">
+        <value xml:lang="en">Register</value>
+    </property>
     <property key="EcommerceRemoveSelected">
         <value xml:lang="cs">Zrušit výběr</value>
         <value xml:lang="de">Ausgewählte Artikel entfernen</value>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl?rev=718228&r1=718227&r2=718228&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl Mon Nov 17 04:18:32 2008
@@ -100,6 +100,7 @@
             <li id="header-bar-logout"><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonLogout}</a></li>
         <#else/>
             <li id="header-bar-login"><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonLogin}</a></li>
+            <li id="header-bar-login"><a href="<@o...@ofbizUrl>">${uiLabelMap.EcommerceRegister}</a></li>
         </#if>
         <li id="header-bar-contactus"><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonContactUs}</a></li>
         <li id="header-bar-main"><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonMain}</a></li>