svn commit: r718228 - in /ofbiz/trunk/applications/ecommerce: config/EcommerceUiLabels.xml webapp/ecommerce/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: r718228 - in /ofbiz/trunk/applications/ecommerce: config/EcommerceUiLabels.xml webapp/ecommerce/includes/header.ftl

mor-2
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="<@ofbizUrl>logout</@ofbizUrl>">${uiLabelMap.CommonLogout}</a></li>
         <#else/>
             <li id="header-bar-login"><a href="<@ofbizUrl>${checkLoginUrl}</@ofbizUrl>">${uiLabelMap.CommonLogin}</a></li>
+            <li id="header-bar-login"><a href="<@ofbizUrl>newcustomer</@ofbizUrl>">${uiLabelMap.EcommerceRegister}</a></li>
         </#if>
         <li id="header-bar-contactus"><a href="<@ofbizUrl>contactus</@ofbizUrl>">${uiLabelMap.CommonContactUs}</a></li>
         <li id="header-bar-main"><a href="<@ofbizUrl>main</@ofbizUrl>">${uiLabelMap.CommonMain}</a></li>