[ 
https://issues.apache.org/jira/browse/OFBIZ-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462665
 ] 

Chris Howe commented on OFBIZ-588:
----------------------------------

Ashish,

Thank you for taking an interest in this!

The description for this issue is not saying to replace all <div 
class="tabletext"> with <p>.  It's saying to simply remove all <div 
class="tabletext">. 

So, generally when you're dealing with styling for form input, just remove the 
<div class="tabletext"> and the closing </div> for it.

The exception to this is when a tabletext div is being used like a paragraph, 
to replace it with <p>.  An example of  this situation is on the webtools main 
page when you're not logged in.  The text:


<<
<<
For something interesting make sure you are logged in, try username:admin, 
password:ofbiz.

The purpose of this Web Tools administration package is to contain all of the 
administration tools that directly relate to the various Core Tool Components. 
The Core Tool Component layer is defined in the architecture documents as the 
container of all entity definitions shared by the vertical applications that 
are built on top of these entity definitions and the tools surrounding them 
such as the entity, workflow, and rule engines, content and knowledge 
management, data analysis, and so forth.

This application is primarily intended for developers and system administrators.
NOTE: If you have not already run the installation data loading script, from 
the ofbiz home directory run "ant run-install" or "java -jar ofbiz.jar install"

>>
>>

This part should be encapsulated with a <p> </p> instead of <div 
class="tabletext"></div>

> Replace all div class="tabletext" wrappers with <p> or just remove them and 
> set the style info in the BODY element in the css file
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-588
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-588
>             Project: Apache OFBiz (The Open for Business Project)
>          Issue Type: Sub-task
>          Components: accounting, content, ecommerce, framework, hhfacility, 
> humanres, manufacturing, marketing, order, party, product, workeffort
>            Reporter: Jacopo Cappellato
>            Priority: Minor
>         Attachments: Accounting_Jan06.patch, Product_Jan06_Phase1.patch, 
> WorkEffort_Jan06.patch
>
>
> all <div class="tabletext"> wrappers can be removed, the exception being 
> where they are used like <p>s - the default text style can be set on body;

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

        

Reply via email to