[JIRA] Commented: (OFBIZ-448) links in screenlet headers : style rather than class

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

[JIRA] Commented: (OFBIZ-448) links in screenlet headers : style rather than class

JIRA jira@ofbiz.org
     [ http://jira.undersunconsulting.com/browse/OFBIZ-448?page=comments#action_14060 ]
     
Marco Risaliti commented on OFBIZ-448:
--------------------------------------

Some-one knows if this patch is already committed or we still have to do it.
I suggest to move it.

Thanks
Marco


> links in screenlet headers : style rather than class
> ----------------------------------------------------
>
>          Key: OFBIZ-448
>          URL: http://jira.undersunconsulting.com/browse/OFBIZ-448
>      Project: [OFBiz] Open For Business
>         Type: Improvement
>   Components: ecommerce, order, party, product
>     Reporter: Tarlika Elisabeth Schmitz
>     Assignee: Jira Administrator
>     Priority: Minor
>  Attachments: patch-448.txt
>
>
> In 27 ftl files, all occurrences of screenlet-headers which have one or more links, you use
> <div style="float: right;">
> This should really be a class:
> <div class="boxlink">
> We have changed the css style "boxhead" to be right-aligned and would really like the link to float on the left. If the style wasn't defined explicitly all over the place it would be an quick change. In any case, the look should really be defined in the CSS style sheet anyway.
> example : minilastviewedcategories.ftl
> <div class="screenlet-header">
>     <div style="float: right;">
>         <a href="<@ofbizUrl>clearLastViewed</@ofbizUrl>" class="lightbuttontextsmall">[${uiLabelMap.CommonClear}]</a>
>     </div>
>     <div class="boxhead">${uiLabelMap.EcommerceLastCategories}</div>
> </div>

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.undersunconsulting.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira