You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/03/10 10:49:23 UTC

svn commit: r516672 [3/5] - in /ofbiz/trunk: applications/accounting/webapp/accounting/admin/ applications/accounting/webapp/accounting/agreement/ applications/accounting/webapp/accounting/chartofaccounts/ applications/accounting/webapp/accounting/fixe...

Modified: ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml Sat Mar 10 01:49:19 2007
@@ -22,8 +22,7 @@
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
 
     <!-- WebSite Forms -->
-    <form name="EditWebSite" type="single" target="updateWebSite" title="" default-map-name="webSite"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditWebSite" type="single" target="updateWebSite" title="" default-map-name="webSite">
         
         <alt-target use-when="webSite==null" target="createWebSite"/>
         
@@ -50,9 +49,7 @@
 
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListWebSites" target="" title="" type="list" list-name="webSites"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="FindWebSite" paginate="true">
+    <form name="ListWebSites" target="" title="" type="list" list-name="webSites" paginate-target="FindWebSite" paginate="true">
         <field name="webSiteId" title="${uiLabelMap.CommonId}" widget-style="buttontext">
             <hyperlink description="${webSiteId}" target="EditWebSite?webSiteId=${webSiteId}" also-hidden="false"/>
         </field>
@@ -99,8 +96,7 @@
             <sort-field name="deleteLink"/>
         </sort-order>
     </form>
-    <form name="CreateWebSiteContent" type="single" target="CreateWebSiteContent" title="" default-map-name="webSite"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="CreateWebSiteContent" type="single" target="CreateWebSiteContent" title="" default-map-name="webSite">
         <auto-fields-service service-name="createWebSiteContent"/>
         <field name="webSiteId" map-name="webSite"><display also-hidden="true"/></field>
         <field name="webSiteContentTypeId" widget-style="selectBox">
@@ -114,8 +110,7 @@
     </form>
 
     <!-- WebSite Role Forms -->
-    <form name="CreateWebSiteRole" type="single" target="createWebSiteRole" title=""
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="CreateWebSiteRole" type="single" target="createWebSiteRole" title="">
         <auto-fields-service service-name="createWebSiteRole"/>
         <field name="webSiteId" map-name="webSite"><hidden/></field>
         <field name="roleTypeId" widget-style="selectBox">
@@ -127,8 +122,7 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="UpdateWebSiteRole" type="list" target="updateWebSiteRole" title="" list-name="webSiteRoleDatas"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="UpdateWebSiteRole" type="list" target="updateWebSiteRole" title="" list-name="webSiteRoleDatas">
         <auto-fields-service service-name="updateWebSiteRole" map-name="webSiteRole"/>
         <field name="webSiteId"><hidden/></field>
         <!-- three possibilities for the Party: person, partyGroup, neither... just print everything and if it's empty, no biggie -->
@@ -147,8 +141,7 @@
                 description="[Delete]" also-hidden="false"/>
         </field>
     </form>
-    <form name="AutoCreateWebsiteContent" type="single" target="autoCreateWebSiteContent" title=""
-            default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AutoCreateWebsiteContent" type="single" target="autoCreateWebSiteContent" title="">
         <field name="webSiteId"><hidden/></field>
         <field name="webSiteContentTypeId" widget-style="tabletext">
             <check all-checked="false">

Modified: ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/compdoc/CompDocForms.xml Sat Mar 10 01:49:19 2007
@@ -22,8 +22,7 @@
     xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
 
     <!-- CompDoc forms -->
-    <form name="FindCompDoc" default-entity-name="Content" target="FindCompDoc" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"> 
+    <form name="FindCompDoc" default-entity-name="Content" target="FindCompDoc" title="" type="single"> 
         <field name="contentId" map-name="empty"><text-find/></field>
         <field name="contentName"><text-find/></field>
         <field name="contentTypeId">
@@ -38,9 +37,7 @@
         <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> 
         <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListCompDoc" type="list" list-name="listIt" target="" 
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="FindCompDoc">
+    <form name="ListCompDoc" type="list" list-name="listIt" target="" paginate-target="FindCompDoc">
         <actions>
             <service service-name="performFind" result-map-name="results" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -70,9 +67,7 @@
         </field>
     </form>
     
-    <form name="ListCompDocInstances" target="" type="list" list-name="compDocFindList"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="ListCompDocInstances">
+    <form name="ListCompDocInstances" target="" type="list" list-name="compDocFindList" paginate-target="ListCompDocInstances">
         <field name="contentId"><display/></field>
         <field name="contentName"><display/></field>
         <field name="rootContentId" title="Content Id To"><display/></field>
@@ -88,8 +83,7 @@
     </form>
     
     <!-- ContentRevision forms -->
-    <form name="EditContentRevision" default-map-name="contentRevision" target="updateContentRevision" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContentRevision" default-map-name="contentRevision" target="updateContentRevision" type="single">
         <alt-target target="createContentRevision" use-when="contentRevision==null"/>
         <auto-fields-entity entity-name="ContentRevision"/>
         
@@ -108,8 +102,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="smallSubmit"><submit/></field>
     </form>
 
-    <form name="ListContentRevisions" list-name="contentRevisionList" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ListContentRevisions" list-name="contentRevisionList" type="list">
         <field name="contentId"><display/></field>
         <field name="contentRevisionSeqId"><display/></field>
         <field name="committedByPartyId"><display/></field>
@@ -132,8 +125,7 @@
     </form>
     
     <!-- ContentRevisionItem forms -->
-    <form name="EditContentRevisionItem" default-map-name="contentRevisionItem" target="updateContentRevisionItem" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContentRevisionItem" default-map-name="contentRevisionItem" target="updateContentRevisionItem" type="single">
         <alt-target target="createContentRevisionItem" use-when="contentRevisionItem==null"/>
         <auto-fields-entity entity-name="ContentRevisionItem"/>
         
@@ -147,8 +139,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="smallSubmit"><submit/></field>
     </form>
 
-    <form name="ListContentRevisionItem" list-name="contentRevisionItemList" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ListContentRevisionItem" list-name="contentRevisionItemList" type="list">
         <field name="contentId"><display/></field>
         <field name="contentRevisionSeqId"><display/></field>
         <field name="itemContentId"><display/></field>
@@ -163,8 +154,7 @@
     </form>
 
     <!-- ContentApproval forms -->
-    <form name="EditContentApproval" default-map-name="contentApproval" target="updateContentApproval" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContentApproval" default-map-name="contentApproval" target="updateContentApproval" type="single">
         <field name="contentApprovalId" widget-style="tabletext"><display/></field>
         <field name="contentId" widget-style="inputBox"><hidden/></field>
         <field name="contentRevisionSeqId" widget-style="inputBox"><text></text></field>
@@ -191,8 +181,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="smallSubmit"><submit/></field>
     </form>
 
-    <form name="AddContentApproval" default-map-name="contentApproval" target="createContentApproval" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentApproval" default-map-name="contentApproval" target="createContentApproval" type="single">
         <field name="contentId" widget-style="inputBox"><hidden/></field>
         <field name="contentRevisionSeqId" map-name="empty" widget-style="inputBox"><text/></field>
         <field name="partyId" map-name="empty" widget-style="inputBox"><lookup target-form-name="LookupPartyName"/></field>
@@ -211,8 +200,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="smallSubmit"><submit/></field>
     </form>
 
-    <form name="ListContentApproval" target="updateContentApproval" list-name="contentApprovalList" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ListContentApproval" target="updateContentApproval" list-name="contentApprovalList" type="list">
         <field name="contentApprovalId" widget-style="tabletext"><display/></field>
         <field name="contentId"><hidden/></field>
         <field name="rootContentId" map-name="empty"><hidden/></field>
@@ -242,8 +230,7 @@
         </field>
     </form>
 
-    <form name="ListWaitingContentApproval" target="updateWaitingContentApproval" list-name="contentApprovalList" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ListWaitingContentApproval" target="updateWaitingContentApproval" list-name="contentApprovalList" type="list">
         <field name="contentApprovalId" widget-style="tabletext"><display/></field>
         <field name="contentId"><hidden/></field>
         <field name="rootContentId" map-name="empty"><hidden/></field>
@@ -269,8 +256,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"  use-when="&quot;COMPDOC_INSTANCE&quot;.equals(contentTypeId)"><submit/></field>
     </form>
     
-    <form name="AddRootCompDocInstance" default-map-name="" type="single" target="genCompDocInstance"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddRootCompDocInstance" default-map-name="" type="single" target="genCompDocInstance">
         <field name="contentName"><text/></field>
         <field name="instanceOfContentId" entry-name="rootContentId" map-name="parameters" widget-style="tabletext"><display-entity entity-name="Content" key-field-name="contentId" description="${contentName} [${contentId}]"/></field>
         <field name="contentTypeId"><hidden value="COMPDOC_INSTANCE"/></field>
@@ -281,8 +267,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="EditRootCompDocInstance" default-map-name="content" type="single" target="updateRootCompDocTemplate"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditRootCompDocInstance" default-map-name="content" type="single" target="updateRootCompDocTemplate">
         <field name="contentId" widget-style="tabletext"><display/></field>
         <field name="contentName"><text/></field>
         <field name="instanceOfContentId" widget-style="tabletext"><display/></field>
@@ -290,8 +275,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="AddRootCompDocTemplate" default-map-name="" type="single" target="createRootCompDocTemplate"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddRootCompDocTemplate" default-map-name="" type="single" target="createRootCompDocTemplate">
         <field name="contentName" title="CompDoc Template Name"><text/></field>
         <field name="contentTypeId" map-name="dummy"><hidden value="COMPDOC_TEMPLATE"/></field>
         <field name="rootTemplateContentId"><hidden/></field>
@@ -299,16 +283,14 @@
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="EditRootCompDocTemplate" default-map-name="content" type="single" target="updateRootCompDocTemplate"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditRootCompDocTemplate" default-map-name="content" type="single" target="updateRootCompDocTemplate">
         <field name="contentId" widget-style="tabletext"><display/></field>
         <field name="contentName"><text/></field>
         <field name="contentTypeId" map-name="dummy"><hidden value="COMPDOC_TEMPLATE"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="AddChildCompDoc" default-map-name="" type="single" target="${childCompDocTarget}"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddChildCompDoc" default-map-name="" type="single" target="${childCompDocTarget}">
         <field name="rootContentId"><hidden/></field>
         <field name="contentId"><ignored/></field>
         <field name="contentName"><text/></field>
@@ -350,8 +332,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="EditChildCompDoc" default-map-name="contentAssoc" type="single" target="${childCompDocTarget}"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditChildCompDoc" default-map-name="contentAssoc" type="single" target="${childCompDocTarget}">
         
         <field name="contentId" widget-style="tabletext"><display/></field>
         <field name="contentName" map-name="itemContent"><text/></field>
@@ -420,8 +401,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
 
-    <form name="ViewChildCompDoc" default-map-name="contentAssoc" type="single" target=""
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ViewChildCompDoc" default-map-name="contentAssoc" type="single" target="">
         
         <field name="contentId" widget-style="tabletext"><display/></field>
         <field name="contentName" map-name="itemContent"><display/></field>
@@ -445,8 +425,7 @@
     </form>
 
     <!-- ================ CompDoc Revision ================= -->
-    <form name="EditContentRevisionAndItem" target="updateContentRevisionAndItem" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContentRevisionAndItem" target="updateContentRevisionAndItem" type="single">
         <auto-fields-entity entity-name="ContentRevision"/>
         <auto-fields-entity entity-name="ContentRevisionItem"/>
         
@@ -459,8 +438,7 @@
         <field name="newDataResourceId" widget-style="inputBox"></field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit/></field>
     </form>
-    <form name="ListContentRevisionItemApproval" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ListContentRevisionItemApproval" type="list">
         <actions>
             <entity-and entity-name="ContentRevisionItemAndContentApprovalView" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId"/>
@@ -482,8 +460,7 @@
         </field>
     </form>
     
-    <form name="UploadCompDocContent" type="upload" target="uploadCompDocContent" 
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="UploadCompDocContent" type="upload" target="uploadCompDocContent">
         <field name="caContentIdTo" entry-name="contentIdTo" map-name="contentAssoc"><hidden/></field>
         <field name="caContentAssocTypeId"><hidden value="COMPDOC_PART"/></field>
         <field name="caFromDate" entry-name="fromDate" map-name="contentAssoc"><hidden/></field>
@@ -498,8 +475,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpload}" widget-style="smallSubmit"><submit/></field>
     </form>
     
-    <form name="UploadCompDocPdf2Survey" type="upload" target="persistCompDocPdf2Survey"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="UploadCompDocPdf2Survey" type="upload" target="persistCompDocPdf2Survey">
         <field name="caContentIdTo" entry-name="contentIdTo" map-name="contentAssoc"><hidden/></field>
         <field name="caContentAssocTypeId"><hidden value="COMPDOC_PART"/></field>
         <field name="caFromDate" entry-name="fromDate" map-name="contentAssoc"><hidden/></field>
@@ -515,8 +491,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpload}" widget-style="smallSubmit"><submit/></field>
     </form>
     
-    <form name="EditCompDocTextContent" type="single" target="uploadCompDocContent" 
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="EditCompDocTextContent" type="single" target="uploadCompDocContent">
         <field name="rootContentId" map-name="dummy"><hidden/></field>
         <field name="caContentIdTo" map-name="parameters"><hidden/></field>
         <field name="caContentAssocTypeId" map-name="parameters"><hidden/></field>
@@ -530,8 +505,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="smallSubmit"><submit/></field>
     </form>
 
-    <form name="UploadCompDocSurveyId" type="single" target="uploadCompDocContent" 
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="UploadCompDocSurveyId" type="single" target="uploadCompDocContent">
         <field name="rootContentId" map-name="dummy"><hidden/></field>
         <field name="caContentIdTo" map-name="parameters"><hidden/></field>
         <field name="caContentAssocTypeId" map-name="parameters"><hidden/></field>

Modified: ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml (original)
+++ ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml Sat Mar 10 01:49:19 2007
@@ -20,13 +20,11 @@
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-menu.xsd">
-    <menu name="empty" default-title-style="tabButton" default-selected-style="tabButtonSelected" default-menu-item-name="content"
-        orientation="horizontal" menu-width="100%" default-tooltip-style="tabletext" default-widget-style="tabButton"
+    <menu name="empty" default-title-style="tabButton" default-menu-item-name="content" menu-width="100%"
         default-associated-content-id="${userLogin.userLoginId}" selected-menuitem-context-field-name="currentMenuItemName" title="" type="simple">
     </menu>
         
     <menu name="find" default-title-style="tabButton" default-selected-style="tabButtonSelected" default-menu-item-name="content"
-        orientation="horizontal" menu-width="100%" default-tooltip-style="tabletext" default-widget-style="tabButton"
         default-associated-content-id="${userLogin.userLoginId}" selected-menuitem-context-field-name="currentMenuItemName" title="" type="simple">
         <menu-item name="find" title="Find">
             <link target="FindCompDocTemplate"/>
@@ -34,8 +32,7 @@
     </menu>
         
         
-    <menu name="tree" default-title-style="tabButton" default-selected-style="tabButtonSelected" default-menu-item-name="content"
-        orientation="horizontal" menu-width="100%" default-tooltip-style="tabletext" default-widget-style="tabButton"
+    <menu name="tree" default-title-style="tabButton" default-menu-item-name="content"
         selected-menuitem-context-field-name="currentMenuItemName" title="" type="simple">
         <menu-item name="viewtree" title="View Tree">
             <condition>
@@ -66,8 +63,7 @@
         </menu-item>
     </menu>
         
-    <menu name="subtree" default-title-style="tabButton" default-selected-style="tabButtonSelected" default-menu-item-name="content"
-        orientation="horizontal" menu-width="100%" default-tooltip-style="tabletext" default-widget-style="tabButton"
+    <menu name="subtree" default-title-style="tabButton" default-menu-item-name="content"
         selected-menuitem-context-field-name="currentMenuItemName" title="" type="simple">
         <menu-item name="viewtree" title="View Tree">
             <condition>
@@ -92,8 +88,7 @@
         </menu-item>
     </menu>
      
-    <menu name="rootTemplateLine" default-title-style="tabButton" default-selected-style="tabButtonSelected" default-menu-item-name="content"
-        orientation="horizontal" menu-width="100%" default-tooltip-style="tabletext" default-widget-style="tabButton"
+    <menu name="rootTemplateLine" default-title-style="tabButton" default-menu-item-name="content"
         selected-menuitem-context-field-name="currentMenuItemName" title="" type="simple">
         <menu-item name="edit-inplace" title="${contentName}[${contentId}]" widget-style="head2">
             <link target="EditRootCompDoc?rootContentId=${rootContentId}&amp;contentRevisionSeqId=${rootContentRevisionSeqId}"/>
@@ -123,9 +118,7 @@
 			-->
     </menu>
         
-    <menu name="childTemplateLine" default-title-style="tabButton" default-selected-style="tabButtonSelected" default-menu-item-name="content"
-        orientation="horizontal" menu-width="100%" default-tooltip-style="tabletext" default-widget-style="tabButton"
-        selected-menuitem-context-field-name="currentMenuItemName" title="" type="simple">
+    <menu name="childTemplateLine" default-title-style="tabButton" default-menu-item-name="content" selected-menuitem-context-field-name="currentMenuItemName" title="" type="simple">
         <menu-item name="edit-inplace" title="${contentName} [${contentId}]">
             <link target="EditChildCompDoc?contentId=${contentId}&amp;rootContentId=${rootContentId}&amp;caFromDate=${fromDate}&amp;contentRevisionSeqId=${rootContentRevisionSeqId}"/>
         </menu-item>
@@ -163,9 +156,7 @@
         </menu-item>
     </menu>
         
-    <menu name="rootInstanceLine" default-title-style="tabButton" default-selected-style="tabButtonSelected" default-menu-item-name="content"
-        orientation="horizontal" menu-width="100%" default-tooltip-style="tabletext" default-widget-style="tabButton"
-        selected-menuitem-context-field-name="currentMenuItemName" title="" type="simple">
+    <menu name="rootInstanceLine" default-title-style="tabButton" default-menu-item-name="content" selected-menuitem-context-field-name="currentMenuItemName" title="" type="simple">
         <menu-item name="edit-inplace" title="${instanceContent.contentName}[${instanceContent.contentId}]"  widget-style="head2">
             <link target="EditRootCompDoc?rootContentId=${rootContentId}&amp;contentRevisionSeqId=${rootContentRevisionSeqId}"/>
         </menu-item>

Modified: ofbiz/trunk/applications/content/widget/content/ContentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml Sat Mar 10 01:49:19 2007
@@ -21,8 +21,7 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
     
-    <form name="FindContent" target="findContent" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="FindContent" target="findContent" title="" type="single">
         <!--auto-fields-entity entity-name="Content" default-field-type="find" /-->
         <field name="noConditionFind"><hidden value="Y"/></field>
         <field name="contentId"><text-find default-option="contains" ignore-case="true"/></field>
@@ -60,9 +59,7 @@
         <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ListContent" list-name="listIt" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="findContent">
+    <form name="ListContent" list-name="listIt" target="" title="" type="list" paginate-target="findContent">
         <actions>
             <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -95,12 +92,9 @@
         </field>
     </form>
 
-    <form name="LookupContent" target="LookupContent" title="" type="single" extends="FindContent"
-        default-tooltip-style="tabletext">
+    <form name="LookupContent" target="LookupContent" title="" type="single" extends="FindContent">
     </form>
-    <form name="ListLookupContent" extends="ListContent" type="list" list-name="listIt"
-        default-widget-style="tabletext" 
-        paginate-target="LookupContent">
+    <form name="ListLookupContent" extends="ListContent" type="list" list-name="listIt" paginate-target="LookupContent">
         <actions>
             <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -115,8 +109,7 @@
         <field name="createdByUserLogin"><ignored/></field>
     </form>
     
-    <form name="EditContent" target="updateContent" title="" type="single" default-map-name="currentValue"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContent" target="updateContent" title="" type="single" default-map-name="currentValue">
         <actions>
             <entity-one entity-name="StatusItem" value-name="currentStatus" auto-field-map="false">
                 <field-map field-name="statusId" env-name="currentValue.statusId"/>
@@ -200,8 +193,7 @@
     
     
     <!-- Content Lookup forms -->
-    <form name="mruLookupContent" default-entity-name="Content" list-name="mruList" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
+    <form name="mruLookupContent" default-entity-name="Content" list-name="mruList" target="" title="" type="list">
         
         <field name="contentId" title="Id" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${contentId}" target="javascript:set_value('${contentId}')"/>
@@ -210,8 +202,7 @@
         <field name="description" title="Description" widget-style="buttontext"><display/></field>
     </form>
     <!-- ContentAssoc forms -->
-    <form name="EditContentAssoc" target="updateContentAssoc" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContentAssoc" target="updateContentAssoc" title="" type="single">
         <actions>
             <entity-one entity-name="ContentAssoc" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -227,8 +218,7 @@
         <field name="fromDate" widget-style="tabletext"><display/></field>
         <field name="updateButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddContentAssoc" target="createContentAssoc" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentAssoc" target="createContentAssoc" title="" type="single">
         <auto-fields-service service-name="createContentAssoc"/>
         <field name="contentId" widget-style="tabletext"><display description="${contentId}"/></field>
         <field name="contentIdTo" map-name="currentValue">
@@ -252,8 +242,7 @@
         <field name="lastModifiedDate"><hidden/></field>
         <field name="lastModifiedByUserLogin"><hidden/></field>
     </form>
-    <form name="ListContentAssocFrom" target="updateContentAssoc" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ListContentAssocFrom" target="updateContentAssoc" type="list">
         <actions>
             <entity-and entity-name="ContentAssoc" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -291,8 +280,7 @@
     
     
     <!-- ContentRole forms -->
-    <form name="AddContentRole" target="addContentRole" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentRole" target="addContentRole" title="" type="single">
         <auto-fields-service service-name="createContentRole"/>
         <field name="contentId" title="" widget-style="buttontext" > 
             <lookup target-form-name="LookupContent" />
@@ -309,13 +297,11 @@
             <submit button-type="button"/>
         </field>
     </form>
-    <form name="EditContentRole" target="Edit${contentRoleTarget}ContentRole" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditContentRole" target="Edit${contentRoleTarget}ContentRole" title="" type="single">
         <auto-fields-service service-name="createContentRole"/>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListContentRole" target="update${contentRoleTarget}ContentRole" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ListContentRole" target="update${contentRoleTarget}ContentRole" title="" type="list">
         <actions>
             <entity-and entity-name="ContentRole" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -333,8 +319,7 @@
     </form>
     
     <!-- ContentPurpose forms -->
-    <form name="AddContentPurpose" target="addContentPurpose" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentPurpose" target="addContentPurpose" title="" type="single">
         <auto-fields-service service-name="createContentPurpose"/>
         <field name="contentId" title="" widget-style="buttontext" ><lookup target-form-name="LookupContent"/></field>
         <field name="contentPurposeTypeId">
@@ -344,8 +329,7 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListContentPurpose" target="updateContentPurpose" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ListContentPurpose" target="updateContentPurpose" title="" type="list">
         <actions>
             <entity-and entity-name="ContentPurpose" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -359,16 +343,14 @@
     </form>
     
     <!-- ContentAttribute forms -->
-    <form name="AddContentAttribute" target="addContentAttribute" title="" type="single"
-        default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentAttribute" target="addContentAttribute" title="" type="single">
         <auto-fields-service service-name="createContentAttribute"/>
         <field name="contentId" title="" widget-style="buttontext" > 
             <lookup target-form-name="LookupContent" />
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListContentAttribute" target="updateContentAttribute" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ListContentAttribute" target="updateContentAttribute" title="" type="list">
         <actions>
             <entity-and entity-name="ContentAttribute" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -383,8 +365,7 @@
     </form>
     
     <!-- ContentMetaData forms -->
-    <form name="AddContentMetaData" target="addContentMetaData" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddContentMetaData" target="addContentMetaData" title="" type="single">
         <auto-fields-service service-name="createContentMetaData"/>
         <field name="contentId" title="" widget-style="buttontext" > 
             <lookup target-form-name="LookupContent" />
@@ -396,8 +377,7 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListContentMetaData" target="updateContentMetaData" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ListContentMetaData" target="updateContentMetaData" title="" type="list">
         <actions>
             <entity-and entity-name="ContentMetaData" use-cache="true">
                 <field-map env-name="contentId" field-name="contentId" />
@@ -413,16 +393,14 @@
     </form>
     
     <!-- Person Lookup forms -->
-    <form name="mruLookupPerson" list-name="mruList" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
+    <form name="mruLookupPerson" list-name="mruList" target="" title="" type="list">
         <field name="partyId" title="" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${partyId}" target="javascript:set_value('${partyId}')"/>
         </field>
         <field name="firstName" title="" widget-style="buttontext"> <display/> </field>
         <field name="lastName" title="" widget-style="buttontext"> <display/> </field>
     </form>
-    <form name="mruLookupPartyAndUserLoginAndPerson" list-name="mruList" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
+    <form name="mruLookupPartyAndUserLoginAndPerson" list-name="mruList" target="" title="" type="list">
         <field name="partyId" title="" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${partyId}" target="javascript:set_value('${partyId}', '${userLoginId}')"/>
         </field>
@@ -431,8 +409,7 @@
     </form>
 
     <!-- ContentWorkEffort forms -->
-    <form name="AddWorkEffortContent" target="createWorkEffortContent" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddWorkEffortContent" target="createWorkEffortContent" title="" type="single">
         <auto-fields-service service-name="createWorkEffortContent"/>
         <field name="contentId"><hidden value="${parameters.contentId}"/></field>
         <field name="workEffortId">
@@ -447,8 +424,7 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListWorkEffortContents" type="list" target="updateWorkEffortContent" list-name="workEffortContents" 
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="ListWorkEffortContents" type="list" target="updateWorkEffortContent" list-name="workEffortContents">
         <actions>
             <entity-and entity-name="WorkEffortContent" use-cache="true" list-name="workEffortContents">
                 <field-map env-name="contentId" field-name="contentId" />

Modified: ofbiz/trunk/applications/content/widget/content/ContentMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentMenus.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentMenus.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentMenus.xml Sat Mar 10 01:49:19 2007
@@ -19,8 +19,7 @@
 -->
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-menu.xsd">
 
-    <menu name="ContentAppBar" default-menu-item-name="main" default-selected-style="selected" 
-        default-tooltip-style="tooltip" id="app-navigation" title="${uiLabelMap.ContentContentManagerApplication}"
+    <menu name="ContentAppBar" default-menu-item-name="main" id="app-navigation" title="${uiLabelMap.ContentContentManagerApplication}"
         type="simple" selected-menuitem-context-field-name="headerItem">
         <menu-item name="main" title="${uiLabelMap.ContentMain}"><link target="main"/></menu-item>
         <menu-item name="websites" title="${uiLabelMap.ContentWebSites}"><link target="FindWebSite"/></menu-item>
@@ -44,16 +43,8 @@
         </menu-item>
     </menu>
 
-    <menu name="content" default-title-style="tabButton"
-        default-selected-style="tabButtonSelected"
-        default-menu-item-name="content"
-        orientation="horizontal"
-        menu-width="100%"
-        default-tooltip-style="tabletext" default-widget-style="tabButton"
-        default-permission-operation="HAS_AUTHOR_ROLE|CONTENT_ADMIN"
-        default-permission-entity-action="_ADMIN"
-        default-associated-content-id="${userLogin.userLoginId}"
-        selected-menuitem-context-field-name="tabButtonItem"
+    <menu name="content" default-title-style="tabButton" default-menu-item-name="content" default-permission-operation="HAS_AUTHOR_ROLE|CONTENT_ADMIN"
+        default-permission-entity-action="_ADMIN" default-associated-content-id="${userLogin.userLoginId}" selected-menuitem-context-field-name="tabButtonItem"
         title="" type="simple">
         
         <menu-item name="content" title="${uiLabelMap.ContentContent}">
@@ -108,16 +99,8 @@
         </menu-item>
         
     </menu>
-    <menu name="contentSub" default-title-style="buttontext"
-        default-selected-style="tabButtonSelected"
-        default-menu-item-name="content"
-        orientation="horizontal"
-        menu-width="100%"
-        default-tooltip-style="tabletext" default-widget-style="buttontext"
-        default-permission-operation="HAS_AUTHOR_ROLE|CONTENT_ADMIN"
-        default-permission-entity-action="_ADMIN"
-        default-associated-content-id="${userLogin.userLoginId}"
-        selected-menuitem-context-field-name="currentMenuItemName"
+    <menu name="contentSub" default-title-style="buttontext" default-menu-item-name="content" default-permission-operation="HAS_AUTHOR_ROLE|CONTENT_ADMIN"
+        default-permission-entity-action="_ADMIN" default-associated-content-id="${userLogin.userLoginId}" selected-menuitem-context-field-name="currentMenuItemName"
         title="" type="simple">
         
         <menu-item name="NewContent" title="${uiLabelMap.CommonCreateNew}">

Modified: ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml Sat Mar 10 01:49:19 2007
@@ -21,8 +21,7 @@
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
     <!-- DataResource forms -->
-    <form name="FindDataResource" target="findDataResource" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="FindDataResource" target="findDataResource" type="single">
         <field name="noConditionFind"><hidden value="Y"/></field>
         <field name="dataResourceId"><text-find default-option="contains" ignore-case="true"/></field>
         <field name="dataResourceName"><text-find default-option="contains" ignore-case="true"/></field>
@@ -57,9 +56,7 @@
         <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ListDataResource" type="list" list-name="listIt"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="findDataResource">
+    <form name="ListDataResource" type="list" list-name="listIt" paginate-target="findDataResource">
         <actions>
           <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
             <field-map field-name="inputFields" env-name="parameters"/>
@@ -81,14 +78,11 @@
         <field name="dataCategoryId"><display-entity entity-name="DataCategory" description="${categoryName}[${datacategoryId}]"></display-entity></field>
     </form>
     
-    <form name="LookupDataResource" target="LookupDataResource" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="LookupDataResource" target="LookupDataResource" title="" type="single">
         <auto-fields-entity entity-name="DataResource" default-field-type="find"/>
         <field name="submitButton" title="Lookup" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListLookupDataResource" extends="ListDataResource" list-name="listIt" type="list"
-        default-widget-style="tabletext"
-        paginate-target="LookupDataResource">
+    <form name="ListLookupDataResource" extends="ListDataResource" list-name="listIt" type="list" paginate-target="LookupDataResource">
         <actions>
             <service service-name="performFind" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -101,16 +95,14 @@
         </field>
         <field name="dataResourceName" title="Name"><display/></field>
     </form>
-    <form name="mruLookupDataResource" default-entity-name="DataResource" list-name="mruList" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
+    <form name="mruLookupDataResource" default-entity-name="DataResource" list-name="mruList" target="" title="" type="list" default-widget-style="display">
         <field name="contentId" title="Id" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${dataResourceId}" target="javascript:set_value('${dataResourceId}')"/>
         </field>
         <field name="dataResourceName" title="Name" widget-style="buttontext"><display/></field>
         <field name="dataCategoryId" title="Category" widget-style="buttontext"><display/></field>
     </form>
-    <form name="EditDataResource" target="updateDataResource" title="" type="single" default-map-name="currentValue"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditDataResource" target="updateDataResource" title="" type="single" default-map-name="currentValue">
         <actions>
             <entity-one entity-name="StatusItem" value-name="currentStatus" auto-field-map="false">
                 <field-map field-name="statusId" env-name="currentValue.statusId"/>
@@ -161,8 +153,7 @@
         <field name="createButton" title="${uiLabelMap.CommonCreate}" use-when="currentValue==null" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="updateButton" title="${uiLabelMap.CommonUpdate}" use-when="currentValue!=null" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="DataResourceMaster" target="createDataResource" title="" type="single" default-map-name="currentValue"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="DataResourceMaster" target="createDataResource" title="" type="single" default-map-name="currentValue">
         <auto-fields-entity entity-name="DataResource" default-field-type="edit"/>
         <field name="dataResourceId"></field>
         <field name="dataResourceTypeId">
@@ -208,15 +199,13 @@
 <!--
      use-when="(dataResource != void) &amp;&amp; (dataResource.dataResourceId != void) &amp;&amp; (dataResource.dataResourceId.length()>0)" 
 -->
-    <form name="AddDataResource" target="createDataResource" title="" type="single" extends="DataResourceMaster"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddDataResource" target="createDataResource" title="" type="single" extends="DataResourceMaster">
         <field name="dataResourceId"><text/></field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="objectInfo" title="URL"/>
         <field name="mode"><hidden value="CREATE"/></field>
     </form>
-    <form name="AddDataResourceText" target="createDataResourceAndText" title="" type="single" extends="DataResourceMaster"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddDataResourceText" target="createDataResourceAndText" title="" type="single" extends="DataResourceMaster">
         <field name="dataResourceId"><text/></field>
         <field name="dataResourceTypeId"><hidden value="ELECTRONIC_TEXT"/></field>
         <field name="dataResourceTypeIdDisplay" title="Type Id" field-name="dataResourceTypeId">
@@ -225,8 +214,7 @@
         <field name="textData" id-name="textData"><textarea rows="20" cols="120"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddDataResourceUrl" target="createDataResourceUrl" title="" type="single" extends="DataResourceMaster"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddDataResourceUrl" target="createDataResourceUrl" title="" type="single" extends="DataResourceMaster">
         <field name="dataResourceId"><text/></field>
         <field name="objectInfo" title="URL"><text/></field>
         <field name="dataResourceTypeId"><hidden value="URL_RESOURCE"/></field>
@@ -235,8 +223,7 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddDataResourceUpload" target="createDataResourceUpload" title="" type="single" extends="DataResourceMaster"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddDataResourceUpload" target="createDataResourceUpload" title="" type="single" extends="DataResourceMaster">
         <field name="dataResourceId"><display description="${dataResource.dataResourceId}"/></field>
         <field name="dataResourceTypeId"><hidden value="IMAGE_OBJECT"/></field>
         <field name="dataResourceTypeIdDisplay" title="Type Id" field-name="dataResourceTypeId">
@@ -245,8 +232,7 @@
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="objectInfo" title="Uploaded File"><display/></field>
     </form>
-    <form name="EditDataResourceText" target="updateDataResourceText" title="" type="single" extends="DataResourceMaster"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditDataResourceText" target="updateDataResourceText" title="" type="single" extends="DataResourceMaster">
         <field name="dataResourceId"><display/></field>
         <field name="dataResourceTypeId"><hidden value="ELECTRONIC_TEXT"/></field>
         <field name="dataResourceTypeIdDisplay" title="Type Id" field-name="dataResourceTypeId">
@@ -255,8 +241,7 @@
         <field name="textData" id-name="textData"><textarea rows="20" cols="120"/> </field>
         <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="EditDataResourceUpload" target="updateDataResourceUpload" title="" type="single" extends="DataResourceMaster"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditDataResourceUpload" target="updateDataResourceUpload" title="" type="single" extends="DataResourceMaster">
         <field name="dataResourceId"><display/></field>
         <field name="dataResourceTypeId"><hidden value="IMAGE_OBJECT"/></field>
         <field name="dataResourceTypeIdDisplay" title="Type Id" field-name="dataResourceTypeId">
@@ -265,12 +250,10 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
         <field name="objectInfo" title="Uploaded File"><display/></field>
     </form>
-    <form name="EditDataResourceUrl" target="updateDataResourceUrl" title="" type="single" extends="AddDataResourceUrl"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditDataResourceUrl" target="updateDataResourceUrl" title="" type="single" extends="AddDataResourceUrl">
         <field name="objectInfo" title="URL"><text/></field>
     </form>
-    <form name="ImageUpload" target="uploadImage" title="" type="upload"  default-map-name="currentValue"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ImageUpload" target="uploadImage" title="" type="upload"  default-map-name="currentValue">
         <field name="dataResourceId" widget-style="tabletext"><display/></field>
         <field name="dataResourceTypeId" ><hidden/></field>
         <field name="objectInfo" widget-style="tabletext"><display /></field>
@@ -278,14 +261,12 @@
         <field name="submitButton" title="${uiLabelMap.CommonUpload}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <!-- DataResourceAttribute forms -->
-    <form name="AddDataResourceAttribute" target="addDataResourceAttribute" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddDataResourceAttribute" target="addDataResourceAttribute" title="" type="single">
         <auto-fields-service service-name="createDataResourceAttribute"/>
         <field name="dataResourceId" title="" widget-style="tabletext" map-name="currentValue"><display/></field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListDataResourceAttribute" list-name="dataResourceAttribute" target="updateDataResourceAttribute" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ListDataResourceAttribute" list-name="dataResourceAttribute" target="updateDataResourceAttribute" title="" type="list">
         <actions>
             <service service-name="performFind" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -301,8 +282,7 @@
     </form>
 
     <!-- DataResourceRole forms -->
-    <form name="AddDataResourceRole" target="addDataResourceRole" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddDataResourceRole" target="addDataResourceRole" title="" type="single">
         <auto-fields-entity entity-name="DataResourceRole"/>
         <field name="dataResourceId" title="" widget-style="tabletext" map-name="currentValue"><display/></field>
         <field name="partyId" title="" widget-style="tabletext"><lookup target-form-name="LookupPerson"/></field>
@@ -313,8 +293,7 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListDataResourceRole" list-name="dataResourceRole" target="updateDataResourceRole" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="ListDataResourceRole" list-name="dataResourceRole" target="updateDataResourceRole" title="" type="list">
         <actions>
             <service service-name="performFind" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -330,15 +309,13 @@
     </form>
 
     <!-- DataResourceProductFeature forms -->
-    <form name="AddDataResourceProductFeature" target="createDataResourceProductFeature" title="" type="single" 
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddDataResourceProductFeature" target="createDataResourceProductFeature" title="" type="single">
         <auto-fields-service service-name="createProductFeatureDataResource"/>
         <field name="dataResourceId" widget-style="tabletext" map-name="currentValue"><display/></field>
         <field name="productFeatureId" widget-style="buttontext"><lookup target-form-name="LookupProductFeature"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListDataResourceProductFeature" list-name="productFeatureDataResource" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext">
+    <form name="ListDataResourceProductFeature" list-name="productFeatureDataResource" target="" title="" type="list">
         <actions>
             <service service-name="performFind" result-map-list-name="listIt">
                 <field-map field-name="inputFields" env-name="parameters"/>
@@ -350,8 +327,7 @@
             <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeDataResourceProductFeature?dataResourceId=${dataResourceId}&amp;productFeatureId=${productFeatureId}"/>
         </field>
     </form>
-    <form name="lookupProductFeature" target="LookupProductFeature" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="lookupProductFeature" target="LookupProductFeature" title="" type="single">
         <auto-fields-entity entity-name="ProductFeature" default-field-type="find"/>
         <field name="productFeatureTypeId">
             <drop-down allow-empty="true">
@@ -369,16 +345,13 @@
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="listLookupProductFeature" list-name="entityList" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display"
-        paginate-target="LookupProductFeature" >
+    <form name="listLookupProductFeature" list-name="entityList" title="" type="list" paginate-target="LookupProductFeature" >
         <auto-fields-entity entity-name="ProductFeature" default-field-type="display"/>
         <field name="productFeatureId" title="" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${productFeatureId}" target="javascript:set_value('${productFeatureId}')"/>
         </field>
     </form>
-    <form name="mruLookupProductFeature" default-entity-name="ProductFeature" list-name="mruList" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
+    <form name="mruLookupProductFeature" default-entity-name="ProductFeature" list-name="mruList" target="" title="" type="list">
         <field name="contentId" title="Id" widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${productFeatureId}" target="javascript:set_value('${productFeatureId}')"/>
         </field>
@@ -387,8 +360,7 @@
     </form>
 
     <!-- ElectronicText forms -->
-    <form name="EditElectronicText" target="updateElectronicText" title="" type="single" default-map-name="electronicText"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditElectronicText" target="updateElectronicText" title="" type="single" default-map-name="electronicText">
         <!--auto-fields-service service-name="updateElectronicText"/-->
         <actions>
             <entity-one entity-name="ElectronicText" value-name="electronicText"/>
@@ -397,8 +369,7 @@
         <field name="textData" widget-style="buttontext"><textarea cols="120" rows="24"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddElectronicText" target="addElectronicText" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddElectronicText" target="addElectronicText" title="" type="single">
         <auto-fields-service service-name="createElectronicText"/>
         <field name="dataResourceId" title="" widget-style="buttontext" map-name="currentValue"><display also-hidden="true"/></field>
         <field name="textData" widget-style="buttontext"><textarea cols="120" rows="24"/></field>
@@ -406,15 +377,13 @@
     </form>
 
     <!-- Html forms -->
-    <form name="AddHtmlText" target="addHtmlText" title="" type="single"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="AddHtmlText" target="addHtmlText" title="" type="single">
         <auto-fields-entity entity-name="ElectronicText"/>
         <field name="dataResourceId" title="" widget-style="buttontext" map-name="currentValue"><display/></field>
         <field name="textData" id-name="textData"><textarea rows="24" cols="120"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="EditHtmlText" target="updateHtmlText" title="" type="single" default-map-name="electronicText"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox">
+    <form name="EditHtmlText" target="updateHtmlText" title="" type="single" default-map-name="electronicText">
         <actions>
             <entity-one entity-name="ElectronicText" value-name="electronicText"/>
         </actions>

Modified: ofbiz/trunk/applications/content/widget/forum/ForumForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/forum/ForumForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/widget/forum/ForumForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/forum/ForumForms.xml Sat Mar 10 01:49:19 2007
@@ -20,23 +20,20 @@
     
     <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-    <form name="ListForumGroups" type="list" list-name="forumGroups" separate-columns="true"
-        default-title-style="tableheadtext" default-widget-style="tabletext" target="updateForumGroup">
+    <form name="ListForumGroups" type="list" list-name="forumGroups" separate-columns="true">
         <field name="select" widget-style="tabButton" entry-name="contentId" parameter-name="contentId"><hyperlink target="findForums?forumGroupId=${contentId}" description="forums"/></field>
         <field name="forumGroupName" entry-name="contentName" parameter-name="contentName"><text/></field>
         <field name="forumGroupDescription" entry-name="description" parameter-name="description"><text/></field>
         <field name="updateButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="text-link"/></field>
     </form>
-    <form name="AddForumGroup" type="single" target="createForumGroup" title="" default-map-name="forumGroup"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddForumGroup" type="single" target="createForumGroup" title="" default-map-name="forumGroup">
         <field name="forumGroupName" parameter-name="contentName"><text/></field>
         <field name="forumGroupDescription" parameter-name="description"><text/></field>
         <field name="contentTypeId"><hidden value="FORUM_ROOT"/></field>
         <field name="submitButton" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ListForums" type="list" list-name="forums"  separate-columns="true" target="updateForum"
-        default-title-style="tableheadtext" default-widget-style="tabletext">
+    <form name="ListForums" type="list" list-name="forums"  separate-columns="true" target="updateForum">
         <field name="forumGroupId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="contentIdTo"><hidden value="${caContentIdTo}"/></field>
         <field name="contentAssocTypeId"><hidden value="${caContentAssocTypeId}"/></field>
@@ -50,8 +47,7 @@
         <field name="fromDate" entry-name="caFromDate"><display description="${bsh:caFromDate.toString().substring(0,10)}"/></field>
         <field name="nbrOfMessages" entry-name="childBranchCount"><display/></field>
     </form>
-    <form name="AddForum" type="single" target="createForum"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddForum" type="single" target="createForum">
         <field name="forumGroupId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="forumName" parameter-name="contentName"><text/></field>
         <field name="forumDescription" parameter-name="description"><text/></field>
@@ -63,16 +59,14 @@
         <field name="addButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ForumGroupPurposes" type="list" list-name="forumPurposes" target="deleteForumGroupPurpose"  separate-columns="true"
-        default-title-style="tableheadtext" default-widget-style="tabletext">
+    <form name="ForumGroupPurposes" type="list" list-name="forumPurposes" target="deleteForumGroupPurpose"  separate-columns="true">
         <auto-fields-entity entity-name="ContentPurpose" default-field-type="edit"/>
         <field name="forumGroupId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="contentId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="contentPurposeTypeId"><display-entity entity-name="ContentPurposeType" description="${description}"/></field>
         <field name="deleteButton" title="${uiLabelMap.CommonDelete}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddForumGroupPurpose" type="single" target="createForumGroupPurpose" title=""
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddForumGroupPurpose" type="single" target="createForumGroupPurpose" title="">
         <auto-fields-entity entity-name="ContentPurpose" default-field-type="edit"/>
         <field name="forumGroupId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="contentId"><hidden value="${parameters.forumGroupId}"/></field>
@@ -83,8 +77,7 @@
         <field name="addButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ForumGroupRoles" type="list" list-name="forumRoles" target="updateForumGroupRole" separate-columns="true"
-        default-title-style="tableheadtext" default-widget-style="tabletext">
+    <form name="ForumGroupRoles" type="list" list-name="forumRoles" target="updateForumGroupRole" separate-columns="true">
         <auto-fields-entity entity-name="ContentRole" default-field-type="edit"/>
         <field name="forumGroupId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="contentId"><hidden value="${parameters.forumGroupId}"/></field>
@@ -94,8 +87,7 @@
         <field name="updateButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="text-link"/></field>
         <field name="deleteButton" title="${uiLabelMap.CommonDelete}"><hyperlink target="deleteForumGroupRole?forumGroupId=${parameters.forumGroupId}&amp;contentIdTo=${parameters.forumGroupId}&amp;contentId=${contentId}&amp;partyId=${partyId}&amp;roleTypeId=${roleTypeId}&amp;fromDate=${fromDate}" description="${uiLabelMap.CommonDelete}"/></field>
     </form>
-    <form name="AddForumGroupRole" type="single" target="createForumGroupRole" default-map-name=""
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddForumGroupRole" type="single" target="createForumGroupRole" default-map-name="">
         <auto-fields-entity entity-name="ContentRole" default-field-type="edit"/>
         <field name="forumGroupId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="contentId"><hidden value="${parameters.forumGroupId}"/></field>
@@ -109,8 +101,7 @@
         <field name="addButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     
-    <form name="ListForumMessages" type="list" list-name="forumMessages" separate-columns="true" target="updateForumMessage"
-        default-title-style="tableheadtext" default-widget-style="tabletext">
+    <form name="ListForumMessages" type="list" list-name="forumMessages" separate-columns="true" target="updateForumMessage">
         <row-actions>
             <service service-name="getContentAndDataResource" result-map-name="contentData">
                 <field-map field-name="contentId" env-name="contentId"/>
@@ -133,8 +124,7 @@
         <field position="8" name="responseButton" title="${uiLabelMap.FormFieldTitle_reponse}"><hyperlink target="addForumMessage?forumGroupId=${parameters.forumGroupId}&amp;forumId=${parameters.forumId}&amp;forumMessageIdTo=${contentId}&amp;contentAssocTypeId=RESPONSE" description="${uiLabelMap.FormFieldTitle_reponse}"/></field>
     </form>
     
-    <form name="EditForumMessage" type="single" target="updateForumMessage" default-map-name="message"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditForumMessage" type="single" target="updateForumMessage" default-map-name="message">
         <actions>
             <service service-name="getContentAndDataResource" result-map-name="contentData">
                 <field-map field-name="contentId" env-name="parameters.forumMessageId"/>
@@ -166,8 +156,7 @@
         <field name="forumMessageText" parameter-name="textData"><textarea rows="10"/></field>
         <field name="addButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="AddForumMessage" type="single" target="updateForumMessage" default-map-name="message"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="AddForumMessage" type="single" target="updateForumMessage" default-map-name="message">
         <field name="VIEW_INDEX"><hidden value="${parameters.VIEW_INDEX}"/></field>
         <field name="threadView"><hidden value="${parameters.threadView}"/></field>
         <field name="forumGroupId"><hidden value="${parameters.forumGroupId}"/></field>
@@ -184,8 +173,7 @@
     </form>
     <form name="AddForumThreadMessage" type="single" extends="AddForumMessage" target="updateForumThreadMessage"/>
     
-    <form name="EditForumThreadMessage" type="single" target="updateForumThreadMessage" 
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditForumThreadMessage" type="single" target="updateForumThreadMessage">
         <field name="forumGroupId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="forumId"><hidden value="${parameters.forumId}"/></field>
         <field name="rsp.contentId" parameter-name="contenId"><hidden/></field>

Modified: ofbiz/trunk/applications/content/widget/forum/ForumMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/forum/ForumMenus.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/content/widget/forum/ForumMenus.xml (original)
+++ ofbiz/trunk/applications/content/widget/forum/ForumMenus.xml Sat Mar 10 01:49:19 2007
@@ -19,21 +19,15 @@
 -->
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-menu.xsd">
-    <menu name="ForumGroupTabBar" default-selected-style="tabButtonSelected" 
-        default-title-style="tabButton" default-tooltip-style="tabletext" default-widget-style="tabButton" 
-        orientation="horizontal" type="simple">
+    <menu name="ForumGroupTabBar" type="simple">
         <menu-item name="forumGroups" title="${uiLabelMap.FormFieldTitle_forumGroups}"><link target="findForumGroups"/></menu-item>
         <menu-item name="forums" title="${uiLabelMap.FormFieldTitle_forums}"><link target="findForums?forumGroupId=${parameters.forumGroupId}"/></menu-item>
         <menu-item name="purposes" title="${uiLabelMap.FormFieldTitle_purposes}"><link target="forumGroupPurposes?forumGroupId=${parameters.forumGroupId}"/></menu-item>
         <menu-item name="roles" title="${uiLabelMap.FormFieldTitle_roles}"><link target="forumGroupRoles?forumGroupId=${parameters.forumGroupId}"/></menu-item>
     </menu>
-    <menu name="ForumTabBar" default-menu-item-name="Survey" default-selected-style="tabButtonSelected" 
-        default-title-style="tabButton" default-tooltip-style="tabletext" default-widget-style="tabButton" 
-        orientation="horizontal" type="simple">
+    <menu name="ForumTabBar" default-menu-item-name="Survey" type="simple">
     </menu>
-    <menu name="ForumMessagesTabBar" default-selected-style="tabButtonSelected" 
-        default-title-style="tabButton" default-tooltip-style="tabletext" default-widget-style="tabButton" 
-        orientation="horizontal" type="simple">
+    <menu name="ForumMessagesTabBar" type="simple">
         <menu-item name="forumGroups" title="${uiLabelMap.FormFieldTitle_forumGroups}"><link target="findForumGroups"/></menu-item>
         <menu-item name="forums" title="${uiLabelMap.FormFieldTitle_forums}"><link target="findForums?forumGroupId=${parameters.forumGroupId}"/></menu-item>
         <menu-item name="messageList" title="${uiLabelMap.FormFieldTitle_messageList}"><link target="findForumMessages?forumGroupId=${parameters.forumGroupId}&amp;forumId=${parameters.forumId}"/></menu-item>

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignForms.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignForms.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignForms.xml Sat Mar 10 01:49:19 2007
@@ -20,13 +20,12 @@
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd">
-     <form name="EditMarketingCampaign" type="single" target="updateMarketingCampaign" title="" default-map-name="marketingCampaign"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+     <form name="EditMarketingCampaign" type="single" target="updateMarketingCampaign" title="" default-map-name="marketingCampaign">
         <actions>
             <property-to-field field="defaultCurrencyUomId" resource="general" property="currency.uom.id.default" default="USD"/>
         </actions>
-        <auto-fields-entity entity-name="MarketingCampaign"/>
         <alt-target use-when="marketingCampaign==null" target="createMarketingCampaign"/>
+        <auto-fields-entity entity-name="MarketingCampaign"/>
         
         <field use-when="marketingCampaign!=null" name="marketingCampaignId" title="${uiLabelMap.MarketingCampaignId}" tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
         <field use-when="marketingCampaign==null&amp;&amp;marketingCampaignId==null" name="marketingCampaignId" title="${uiLabelMap.MarketingCampaignId}"><ignored/></field>
@@ -65,9 +64,7 @@
         <field name="cancelLink" widget-style="buttontext" title="${uiLabelMap.CommonCancel}"><hyperlink target="${donePage}" also-hidden="false" description="[${uiLabelMap.CommonCancelDone}]" target-type="inter-app"/></field>
     </form>
 
-   <form name="ListMarketingCampaign" list-name="" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="listMarketingCampaign">
+   <form name="ListMarketingCampaign" list-name="" target="" title="" type="list" paginate-target="listMarketingCampaign">
         <actions>
             <entity-condition entity-name="MarketingCampaign"/>
         </actions>
@@ -84,9 +81,7 @@
         </field>
     </form>
 
-   <form name="ListMarketingCampaignRoles" list-name="" target="" title="" type="list"
-        default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="tabletext"
-        paginate-target="listMarketingCampaignGeo" >
+   <form name="ListMarketingCampaignRoles" list-name="" target="" title="" type="list" paginate-target="listMarketingCampaignGeo" >
         <actions>
         <entity-and entity-name="MarketingCampaignRole">
             <field-map field-name="marketingCampaignId" env-name="marketingCampaignId" />
@@ -121,8 +116,7 @@
         </field>
     </form>
 
-    <form name="EditMarketingCampaignRoles" type="single" target="updateMarketingCampaignRole" title="" default-map-name="marketingCampaignRole"
-        default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+    <form name="EditMarketingCampaignRoles" type="single" target="updateMarketingCampaignRole" title="" default-map-name="marketingCampaignRole">
         <alt-target use-when="marketingCampaignRole==null" target="createMarketingCampaignRole"/>
         <auto-fields-service service-name="updateMarketingCampaignRole"/>
         

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignMenus.xml?view=diff&rev=516672&r1=516671&r2=516672
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignMenus.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/campaign/MarketingCampaignMenus.xml Sat Mar 10 01:49:19 2007
@@ -19,9 +19,7 @@
 -->
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-menu.xsd">
 
-    <menu name="MarketingCampaignTabBar" default-menu-item-name="MarketingCampaign" default-selected-style="tabButtonSelected" 
-        default-title-style="tabButton" default-tooltip-style="tabletext" default-widget-style="tabButton" 
-        orientation="horizontal" type="simple">
+    <menu name="MarketingCampaignTabBar" default-menu-item-name="MarketingCampaign" type="simple">
         <menu-item name="MarketingCampaign" title="${uiLabelMap.MarketingCampaign}">
             <link target="/EditMarketingCampaign?marketingCampaignId=${marketingCampaignId}"/>
         </menu-item>