You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2009/04/18 18:34:32 UTC

svn commit: r766352 - /ofbiz/trunk/themes/bluelight/includes/header.ftl

Author: adrianc
Date: Sat Apr 18 16:34:32 2009
New Revision: 766352

URL: http://svn.apache.org/viewvc?rev=766352&view=rev
Log:
Login link was missing in Bluelight theme.

Modified:
    ofbiz/trunk/themes/bluelight/includes/header.ftl

Modified: ofbiz/trunk/themes/bluelight/includes/header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/includes/header.ftl?rev=766352&r1=766351&r2=766352&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/includes/header.ftl (original)
+++ ofbiz/trunk/themes/bluelight/includes/header.ftl Sat Apr 18 16:34:32 2009
@@ -142,6 +142,8 @@
             <#if userLogin?exists>
               <li><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonVisualThemes}</a></li>
               <li><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonLogout}</a></li>
+            <#else>
+              <li><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonLogin}</a></li>
             </#if>
             <#include "component://common/webcommon/includes/helplink.ftl" />