Author: mrisaliti
Date: Tue Oct 7 11:08:04 2008
New Revision: 702567
URL:
http://svn.apache.org/viewvc?rev=702567&view=revLog:
Various cleanup on application components (Part of issue OFBIZ-1982)
Modified:
ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml
ofbiz/trunk/applications/humanres/widget/PartyAbilityScreens.xml
ofbiz/trunk/applications/humanres/widget/forms/PartyAbilityForms.xml
Modified: ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml?rev=702567&r1=702566&r2=702567&view=diff==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml Tue Oct 7 11:08:04 2008
@@ -204,7 +204,7 @@
<form name="UpdateContentPurposeOperation" target="" title="" type="list" list-name="contentList"
odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
<actions>
- <entity-and entity-name="ContentPurposeOperation" use-cache="false"/>
+ <entity-one entity-name="ContentPurposeOperation" use-cache="false"/>
</actions>
<auto-fields-service service-name="updateContentPurposeOperation" default-field-type="display"/>
<field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
Modified: ofbiz/trunk/applications/humanres/widget/PartyAbilityScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/PartyAbilityScreens.xml?rev=702567&r1=702566&r2=702567&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/widget/PartyAbilityScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/PartyAbilityScreens.xml Tue Oct 7 11:08:04 2008
@@ -20,5 +20,10 @@
<screens xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/widget-screen.xsd">
-
+ <screen name="none">
+ <section>
+ <widgets>
+ </widgets>
+ </section>
+ </screen>
</screens>
\ No newline at end of file
Modified: ofbiz/trunk/applications/humanres/widget/forms/PartyAbilityForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PartyAbilityForms.xml?rev=702567&r1=702566&r2=702567&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PartyAbilityForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PartyAbilityForms.xml Tue Oct 7 11:08:04 2008
@@ -20,5 +20,6 @@
<forms xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/widget-form.xsd">
-
- </forms>
\ No newline at end of file
+ <form name="none">
+ </form>
+</forms>
\ No newline at end of file