in the specific component change the ofbiz-component.xml
add the line:   app-bar-display="false"

from: for (example component)

   <webapp name="example"
        title="Example"
        server="default-server"
        location="webapp/example"
        base-permission="OFBTOOLS,EXAMPLE"
        mount-point="/example"/>

to:
   <webapp name="example"
        title="Example"
        server="default-server"
        location="webapp/example"
        base-permission="OFBTOOLS,EXAMPLE"
        app-bar-display="false"
        mount-point="/example"/>


On Mon, 2008-12-29 at 14:42 +0530, Harshal Shah wrote:
> Hi All,
> 
> I am new to ofbiz and just started learning after installing ofbiz
> 4.0. I am planning to customize it for some specific requirement. I
> need to remove some of the main tabs like the "Example" ,
> "Manufacturing" and "Content" tabs from the UI.
> 
> Can somebody point me to the file (if it is configuration) as to from
> where can I remove them so that they are not displayed? If there is
> any work around as well do let me know. I need to try and do this as
> quickly as possible.
> 
> -Thanks
> Harshal
-- 
Antwebsystems.com: Quality OFBiz services for competitive prices

Reply via email to