Thanks Erwan!

Jacques

From: <er...@apache.org>
Author: erwan
Date: Sun Jun 13 20:01:15 2010
New Revision: 954295

URL: http://svn.apache.org/viewvc?rev=954295&view=rev
Log:
adding sysinfo messages to 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=954295&r1=954294&r2=954295&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/includes/header.ftl (original)
+++ ofbiz/trunk/themes/bluelight/includes/header.ftl Sun Jun 13 20:01:15 2010
@@ -129,6 +129,16 @@ under the License.
          <#if headerImageUrl?exists>
<li class="logo-area"><a href="<@ofbizUrl>${logoLinkURL}</@ofbizUrl>"><img alt="${layoutSettings.companyName}" src="<@ofbizContentUrl>${StringUtil.wrapString(headerImageUrl)}</@ofbizContentUrl>"/></a></li>
          </#if>
+          <#if layoutSettings.middleTopMessage1?has_content && 
layoutSettings.middleTopMessage1 != " ">
+            <li>
+            <div class="last-system-msg">
+            <center>${layoutSettings.middleTopHeader?if_exists}</center>
+            <a 
href="${layoutSettings.middleTopLink1?if_exists}">${layoutSettings.middleTopMessage1?if_exists}</a><br/>
+            <a 
href="${layoutSettings.middleTopLink2?if_exists}">${layoutSettings.middleTopMessage2?if_exists}</a><br/>
+            <a 
href="${layoutSettings.middleTopLink3?if_exists}">${layoutSettings.middleTopMessage3?if_exists}</a>
+            </div>
+            </li>
+          </#if>
        </#if>
        <li class="control-area">
          <ul id="preferences-menu">




Reply via email to