svn commit: r833060 - in /ofbiz/trunk/themes/bluelight: includes/header.ftl webapp/bluelight/style.css

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

svn commit: r833060 - in /ofbiz/trunk/themes/bluelight: includes/header.ftl webapp/bluelight/style.css

buscob
Author: buscob
Date: Thu Nov  5 15:42:22 2009
New Revision: 833060

URL: http://svn.apache.org/viewvc?rev=833060&view=rev
Log:
A patch from Erwan de FERRIERES "Error in bluelight theme CSS" (https://issues.apache.org/jira/browse/OFBIZ-3166) - OFBIZ-3166
As spotted on the dev mailing list, there is an error with the help icon which is replacing the word "help". The word help is now placed very far on the right end of the screen, with this instruction :
text-indent:2000px;

I've suppressed the line, and changed the link in the hearder.ftl file, to make the word "help" showing as a tooltip when the mouse cursor is placed over the icon.

Modified:
    ofbiz/trunk/themes/bluelight/includes/header.ftl
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Modified: ofbiz/trunk/themes/bluelight/includes/header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/includes/header.ftl?rev=833060&r1=833059&r2=833060&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/includes/header.ftl (original)
+++ ofbiz/trunk/themes/bluelight/includes/header.ftl Thu Nov  5 15:42:22 2009
@@ -152,7 +152,7 @@
             <#if webSiteId?exists && requestAttributes._CURRENT_VIEW_?exists>
               <#include "component://common/webcommon/includes/helplink.ftl" />
               <#if helpContent?has_content ||  helpTopic == "navigateHelp" || (parameters.portalPageId?exists && helpTopic == "MYPORTAL_showPortalP")>
-                <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);">${uiLabelMap.CommonHelp}</a></li>
+                <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>
               <#else>
                 <li><a href="${helpUrlPrefix}${helpUrlTopic}${helpUrlSuffix}" target="_blank">${uiLabelMap.CommonHelp}</a></li>
               </#if>

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=833060&r1=833059&r2=833060&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Thu Nov  5 15:42:22 2009
@@ -1049,7 +1049,6 @@
 height: 12px;
 width:10px;
 background: url(/bluelight/help.png) no-repeat;
-text-indent:2000px;
 }
 
 /* ========================================= */