svn commit: r506081 - /ofbiz/trunk/applications/content/webapp/content/website/WebSiteTabBar.ftl

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

svn commit: r506081 - /ofbiz/trunk/applications/content/webapp/content/website/WebSiteTabBar.ftl

jacopoc
Author: jacopoc
Date: Sun Feb 11 10:01:01 2007
New Revision: 506081

URL: http://svn.apache.org/viewvc?view=rev&rev=506081
Log:
Applied patch from Adrian Crum that I forgot to commit as part of OFBIZ-666.

Modified:
    ofbiz/trunk/applications/content/webapp/content/website/WebSiteTabBar.ftl

Modified: ofbiz/trunk/applications/content/webapp/content/website/WebSiteTabBar.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/website/WebSiteTabBar.ftl?view=diff&rev=506081&r1=506080&r2=506081
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/website/WebSiteTabBar.ftl (original)
+++ ofbiz/trunk/applications/content/webapp/content/website/WebSiteTabBar.ftl Sun Feb 11 10:01:01 2007
@@ -25,5 +25,5 @@
         <a href="<@ofbizUrl>EditWebSite?webSiteId=${webSite.webSiteId}</@ofbizUrl>" class="${selectedClassMap.EditWebSite?default(unselectedClassName)}">${uiLabelMap.ContentWebSite}</a>
         <a href="<@ofbizUrl>EditWebSiteParties?webSiteId=${webSite.webSiteId}</@ofbizUrl>" class="${selectedClassMap.EditWebSiteParties?default(unselectedClassName)}">${uiLabelMap.PartyParties}</a>
     </div>
-    <div class="head1">${uiLabelMap.ContentWebSite} <span class='head2'><#if (webSite.siteName)?has_content>"${webSite.siteName}"</#if> [${uiLabelMap.CommonId}:${webSite.webSiteId}]</span></div>
+    <div><span class="head1">${uiLabelMap.ContentWebSite}&nbsp;</span><span class="head2"><#if (webSite.siteName)?has_content>"${webSite.siteName}"</#if> [${uiLabelMap.CommonId}:${webSite.webSiteId}]</span></div>
 </#if>