Posted by
jacopoc on
Nov 04, 2006; 2:11pm
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r471197-in-incubator-ofbiz-trunk-applications-content-config-webapp-content-WEB-INF-paged-tp209572.html
Author: jacopoc
Date: Sat Nov 4 06:11:07 2006
New Revision: 471197
URL:
http://svn.apache.org/viewvc?view=rev&rev=471197Log:
Removed a bunch of old/unused JPublish artifacts.
Removed:
incubator/ofbiz/trunk/applications/content/webapp/content/WEB-INF/pagedefs/contentsetup/
incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentAssocPredicate.ftl
incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentAssocType.ftl
incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentOperation.ftl
incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentPurposeOperation.ftl
incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentPurposeType.ftl
incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentRole.ftl
incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentType.ftl
incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentTypeAttr.ftl
incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/contentsetup_menu.ftl
Modified:
incubator/ofbiz/trunk/applications/content/config/ContentUiLabels.properties
incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml
incubator/ofbiz/trunk/applications/content/widget/contentsetup/ContentSetupScreens.xml
Modified: incubator/ofbiz/trunk/applications/content/config/ContentUiLabels.properties
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/config/ContentUiLabels.properties?view=diff&rev=471197&r1=471196&r2=471197==============================================================================
--- incubator/ofbiz/trunk/applications/content/config/ContentUiLabels.properties (original)
+++ incubator/ofbiz/trunk/applications/content/config/ContentUiLabels.properties Sat Nov 4 06:11:07 2006
@@ -91,6 +91,7 @@
PageTitleEditContentAssoc=Edit Content Association
PageTitleEditContentAssocPredicate=Edit Content Association Predicate
PageTitleEditContentAttribute=Edit Content Attribute
+PageTitleEditContentTypeAttribute=Edit Content Type Attribute
PageTitleEditContentMetadata=Edit Content Metadata
PageTitleEditContentOperation=Edit Content Operation
PageTitleEditContentPurpose=Edit Content Purpose
Modified: incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml?view=diff&rev=471197&r1=471196&r2=471197==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml Sat Nov 4 06:11:07 2006
@@ -40,7 +40,7 @@
<link target="EditContentAssocPredicate" target-window="_top" style="tabButton" />
</menu-item>
- <menu-item name="typeAttr" title="${uiLabelMap.PageTitleEditContentAttribute}" >
+ <menu-item name="typeAttr" title="${uiLabelMap.PageTitleEditContentTypeAttribute}" >
<link target="EditContentTypeAttr" target-window="_top" style="tabButton" />
</menu-item>
Modified: incubator/ofbiz/trunk/applications/content/widget/contentsetup/ContentSetupScreens.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/widget/contentsetup/ContentSetupScreens.xml?view=diff&rev=471197&r1=471196&r2=471197==============================================================================
--- incubator/ofbiz/trunk/applications/content/widget/contentsetup/ContentSetupScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/content/widget/contentsetup/ContentSetupScreens.xml Sat Nov 4 06:11:07 2006
@@ -18,7 +18,7 @@
<screens xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="
http://www.ofbiz.org/dtds/widget-screen.xsd">
-
+<!--
<screen name="ContentSetupMenu">
<section>
<actions>
@@ -37,7 +37,7 @@
</widgets>
</section>
</screen>
-
+-->
<screen name="EditContentType">
<section>
<condition>
@@ -204,26 +204,6 @@
<decorator-section name="body">
<include-form name="UpdateContentOperation" location="component://content/webapp/content/contentsetup/ContentSetupForms.xml"/>
<include-form name="AddContentOperation" location="component://content/webapp/content/contentsetup/ContentSetupForms.xml"/>
- </decorator-section>
- </decorator-screen>
- </widgets>
- </section>
- </screen>
-
- <screen name="EditContentPurpose">
- <section>
- <condition>
- <if-has-permission permission="CONTENTMGR" action="UPDATE"/>
- </condition>
- <actions>
- <set field="headerItem" value="ContentSetupMenu"/>
- <set field="currentMenuItemName" to-scope="user" value="contentPurposeOp"/>
- </actions>
- <widgets>
- <decorator-screen name="commonContentSetupDecorator" location="${parameters.mainDecoratorLocation}">
- <decorator-section name="body">
- <include-form name="UpdateContentPurpose" location="component://content/webapp/content/contentsetup/ContentSetupForms.xml"/>
- <include-form name="AddContentPurpose" location="component://content/webapp/content/contentsetup/ContentSetupForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>