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 2006/11/08 20:53:30 UTC

svn commit: r472614 - in /incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout: EditLayout.xml EditLayoutHtml.xml EditLayoutImage.xml EditLayoutSubContent.xml EditLayoutText.xml EditLayoutUrl.xml

Author: jacopoc
Date: Wed Nov  8 11:53:29 2006
New Revision: 472614

URL: http://svn.apache.org/viewvc?view=rev&rev=472614
Log:
minor cleanups for the content component

Modified:
    incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayout.xml
    incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutHtml.xml
    incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutImage.xml
    incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutSubContent.xml
    incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutText.xml
    incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutUrl.xml

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayout.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayout.xml?view=diff&rev=472614&r1=472613&r2=472614
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayout.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayout.xml Wed Nov  8 11:53:29 2006
@@ -17,14 +17,17 @@
 <page>
     <template>main</template> 
     <property name="title">Edit Layout</property>
-    <property name="formDefFile">/layout/LayoutForms.xml</property>    
-    <property name="singleFormName">EditLayout</property>    
     <property name="subMenu">/layout/layout_menu.ftl</property>    
     <property name="headerItem">Layout</property>    
+    
+    <property name="formDefFile">/layout/LayoutForms.xml</property>    
+    <property name="singleFormName">EditLayout</property>    
     <property name="entityName">ContentDataResourceView</property>    
+    
     <property name="permission">CONTENTMGR</property>    
     <property name="entityOperation">_UPDATE</property>    
     <property name="permissionType">simple</property>    
+    
     <page-action name="/includes/permprep.bsh"/>
     <content-action name="/layout/layoutprep.bsh"/>
     <content-action name="/includes/currentvalprep.bsh"/>

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutHtml.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutHtml.xml?view=diff&rev=472614&r1=472613&r2=472614
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutHtml.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutHtml.xml Wed Nov  8 11:53:29 2006
@@ -17,17 +17,20 @@
 <page>
     <template>main</template> 
     <property name="title">Edit LayoutHtml</property>
+    <property name="subMenu">/layout/layout_menu.ftl</property>    
+    <property name="headerItem">Layout</property>    
+
     <property name="formDefFile">/layout/LayoutForms.xml</property>    
     <property name="singleFormName">EditLayoutHtml</property>    
     <property name="addFormName">AddLayoutHtml</property>    
     <property name="editFormName">EditLayoutHtml</property>    
     <property name="listFormName">listFindLayout</property>    
-    <property name="subMenu">/layout/layout_menu.ftl</property>    
-    <property name="headerItem">Layout</property>    
     <property name="entityName">SubContentDataResourceView</property>    
+    
     <property name="permission">CONTENTMGR</property>    
     <property name="entityOperation">_UPDATE</property>    
     <property name="permissionType">simple</property>    
+    
     <page-action name="/includes/permprep.bsh"/>
     <content-action name="/includes/currentvalprep.bsh"/>
     <content-action name="/layout/editsubcontentprep.bsh"/>

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutImage.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutImage.xml?view=diff&rev=472614&r1=472613&r2=472614
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutImage.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutImage.xml Wed Nov  8 11:53:29 2006
@@ -17,17 +17,20 @@
 <page>
     <template>main</template> 
     <property name="title">Edit LayoutImage</property>
+    <property name="subMenu">/layout/layout_menu.ftl</property>    
+    <property name="headerItem">Layout</property>    
+
     <property name="formDefFile">/layout/LayoutForms.xml</property>    
     <property name="singleFormName">EditLayoutImage</property>    
     <property name="addFormName">AddLayoutImage</property>    
     <property name="editFormName">EditLayoutImage</property>    
     <property name="listFormName">listFindLayout</property>    
-    <property name="subMenu">/layout/layout_menu.ftl</property>    
-    <property name="headerItem">Layout</property>    
     <property name="entityName">SubContentDataResourceView</property>    
+    
     <property name="permission">CONTENTMGR</property>    
     <property name="entityOperation">_UPDATE</property>    
     <property name="permissionType">simple</property>    
+    
     <page-action name="/includes/permprep.bsh"/>
     <content-action name="/includes/currentvalprep.bsh"/>
     <content-action name="/layout/editimageprep.bsh"/>

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutSubContent.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutSubContent.xml?view=diff&rev=472614&r1=472613&r2=472614
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutSubContent.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutSubContent.xml Wed Nov  8 11:53:29 2006
@@ -17,17 +17,20 @@
 <page>
     <template>main</template> 
     <property name="title">Edit LayoutSubContent</property>
+    <property name="subMenu">/layout/layout_menu.ftl</property>    
+    <property name="headerItem">Layout</property>    
+
     <property name="formDefFile">/layout/LayoutForms.xml</property>    
     <property name="singleFormName">EditLayoutSubContent</property>    
     <property name="addFormName">AddLayoutSubContent</property>    
     <property name="editFormName">EditLayoutSubContent</property>    
     <property name="listFormName">listFindLayout</property>    
-    <property name="subMenu">/layout/layout_menu.ftl</property>    
-    <property name="headerItem">Layout</property>    
     <property name="entityName">SubContentDataResourceView</property>    
+    
     <property name="permission">CONTENTMGR</property>    
     <property name="entityOperation">_UPDATE</property>    
     <property name="permissionType">simple</property>    
+    
     <page-action name="/includes/permprep.bsh"/>
     <content-action name="/includes/currentvalprep.bsh"/>
     <content-action name="/layout/editsubcontentprep.bsh"/>

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutText.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutText.xml?view=diff&rev=472614&r1=472613&r2=472614
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutText.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutText.xml Wed Nov  8 11:53:29 2006
@@ -17,17 +17,20 @@
 <page>
     <template>main</template> 
     <property name="title">Edit LayoutText</property>
+    <property name="subMenu">/layout/layout_menu.ftl</property>    
+    <property name="headerItem">Layout</property>    
+
     <property name="formDefFile">/layout/LayoutForms.xml</property>    
     <property name="singleFormName">EditLayoutText</property>    
     <property name="listFormName">listFindLayout</property>    
-    <property name="subMenu">/layout/layout_menu.ftl</property>    
-    <property name="headerItem">Layout</property>    
     <property name="entityName">SubContentDataResourceView</property>    
     <property name="addFormName">AddLayoutText</property>    
     <property name="editFormName">EditLayoutText</property>    
+    
     <property name="permission">CONTENTMGR</property>    
     <property name="entityOperation">_UPDATE</property>    
     <property name="permissionType">simple</property>    
+    
     <page-action name="/includes/permprep.bsh"/>
     <content-action name="/includes/currentvalprep.bsh"/>
     <content-action name="/layout/editsubcontentprep.bsh"/>

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutUrl.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutUrl.xml?view=diff&rev=472614&r1=472613&r2=472614
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutUrl.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/layout/EditLayoutUrl.xml Wed Nov  8 11:53:29 2006
@@ -17,17 +17,20 @@
 <page>
     <template>main</template> 
     <property name="title">Edit LayoutUrl</property>
+    <property name="subMenu">/layout/layout_menu.ftl</property>    
+    <property name="headerItem">Layout</property>    
+
     <property name="formDefFile">/layout/LayoutForms.xml</property>    
     <property name="singleFormName">EditLayoutUrl</property>    
     <property name="addFormName">AddLayoutUrl</property>    
     <property name="editFormName">EditLayoutUrl</property>    
     <property name="listFormName">listFindLayout</property>    
-    <property name="subMenu">/layout/layout_menu.ftl</property>    
-    <property name="headerItem">Layout</property>    
     <property name="entityName">SubContentDataResourceView</property>    
+    
     <property name="permission">CONTENTMGR</property>    
     <property name="entityOperation">_UPDATE</property>    
     <property name="permissionType">simple</property>    
+    
     <page-action name="/includes/permprep.bsh"/>
     <content-action name="/includes/currentvalprep.bsh"/>
     <content-action name="/layout/editsubcontentprep.bsh"/>