svn commit: r988877 - /ofbiz/branches/release10.04/themes/tomahawk/includes/appbarClose.ftl

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

svn commit: r988877 - /ofbiz/branches/release10.04/themes/tomahawk/includes/appbarClose.ftl

buscob
Author: buscob
Date: Wed Aug 25 08:31:45 2010
New Revision: 988877

URL: http://svn.apache.org/viewvc?rev=988877&view=rev
Log:
Applied fix from trunk rev. 987863
"The help is only available to authenticated users.
Do not display the help icon when not logged in."

Modified:
    ofbiz/branches/release10.04/themes/tomahawk/includes/appbarClose.ftl

Modified: ofbiz/branches/release10.04/themes/tomahawk/includes/appbarClose.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/themes/tomahawk/includes/appbarClose.ftl?rev=988877&r1=988876&r2=988877&view=diff
==============================================================================
--- ofbiz/branches/release10.04/themes/tomahawk/includes/appbarClose.ftl (original)
+++ ofbiz/branches/release10.04/themes/tomahawk/includes/appbarClose.ftl Wed Aug 25 08:31:45 2010
@@ -71,11 +71,11 @@ under the License.
         </li>
       </#if>
     </#if>
-    <#if webSiteId?exists && requestAttributes._CURRENT_VIEW_?exists>
-      <#include "component://common/webcommon/includes/helplink.ftl" />
-      <li><a class="help-link <#if pageAvail?has_content> alert</#if>" href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&amp;portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);" title="${uiLabelMap.CommonHelp}"></a></li>
-    </#if>
     <#if userLogin?exists>
+      <#if webSiteId?exists && requestAttributes._CURRENT_VIEW_?exists>
+        <#include "component://common/webcommon/includes/helplink.ftl" />
+        <li><a class="help-link <#if pageAvail?has_content> alert</#if>" href="javascript:lookup_popup2('showHelp?helpTopic=${helpTopic}&amp;portalPageId=${parameters.portalPageId?if_exists}','help' ,500,500);" title="${uiLabelMap.CommonHelp}"></a></li>
+      </#if>
       <li><a href="<@ofbizUrl>logout</@ofbizUrl>">${uiLabelMap.CommonLogout}</a></li>
       <li><a href="<@ofbizUrl>ListVisualThemes</@ofbizUrl>">${uiLabelMap.CommonVisualThemes}</a></li>
     <#else>