Author: jacopoc
Date: Sat Nov 4 06:28:10 2006 New Revision: 471204 URL: http://svn.apache.org/viewvc?view=rev&rev=471204 Log: Misc improvements to the layout of the content setup screens. Modified: incubator/ofbiz/trunk/applications/content/config/ContentUiLabels.properties incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.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=471204&r1=471203&r2=471204 ============================================================================== --- incubator/ofbiz/trunk/applications/content/config/ContentUiLabels.properties (original) +++ incubator/ofbiz/trunk/applications/content/config/ContentUiLabels.properties Sat Nov 4 06:28:10 2006 @@ -89,12 +89,14 @@ PageTitleEditAssociation=Edit an association PageTitleEditContent=Edit Content PageTitleEditContentAssoc=Edit Content Association +PageTitleEditContentAssocType=Edit Content Association Type 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 +PageTitleEditContentPurposeType=Edit Content Purpose Type PageTitleEditContentPurposeOperation=Edit Content Purpose Operation PageTitleEditContentRole=Edit Content Role PageTitleEditContentType=Edit Content Type Modified: incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml?view=diff&rev=471204&r1=471203&r2=471204 ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml Sat Nov 4 06:28:10 2006 @@ -19,7 +19,7 @@ xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-form.xsd"> <!-- ContentType forms --> <form - name="AddContentType" + name="AddContentType" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox" target="addContentType" title="" type="single"> @@ -29,7 +29,7 @@ </field> </form> <form - name="UpdateContentType" + name="UpdateContentType" default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox" list-name="contentList" @@ -38,14 +38,14 @@ <entity-condition entity-name="ContentType" use-cache="false"/> </actions> <auto-fields-service service-name="updateContentType"/> - <field name="contentTypeId" widget-style="buttontext"> + <field name="contentTypeId" widget-style="tabletext"> <display/> </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"> <submit button-type="button"/> </field> <field name="deleteLink" title="" widget-style="buttontext"> - <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="removeContentType?contentTypeId=${contentTypeId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentType?contentTypeId=${contentTypeId}"/> </field> </form> @@ -69,21 +69,21 @@ <form name="UpdateContentTypeAttr" default-title-style="tableheadtext" - default-tooltip-style="tabletext" default-widget-style="inputBox" + default-tooltip-style="tabletext" default-widget-style="tabletext" list-name="contentList" target="updateContentTypeAttr" title="" type="list"> <actions> <entity-condition entity-name="ContentTypeAttr" use-cache="false"/> </actions> <auto-fields-service service-name="createContentTypeAttr"/> - <field name="contentTypeId" widget-style="buttontext"> + <field name="contentTypeId"> <display/> </field> - <field name="attrName" widget-style="buttontext"> + <field name="attrName"> <display/> </field> <field name="deleteLink" title="" widget-style="buttontext"> - <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="removeContentTypeAttr?contentTypeId=${contentTypeId}&attrName=${attrName}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentTypeAttr?contentTypeId=${contentTypeId}&attrName=${attrName}"/> </field> </form> @@ -108,14 +108,14 @@ <entity-condition entity-name="ContentAssocType" use-cache="false"/> </actions> <auto-fields-service service-name="updateContentAssocType"/> - <field name="contentAssocTypeId" widget-style="buttontext"> + <field name="contentAssocTypeId" widget-style="tabletext"> <display/> </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"> <submit button-type="button"/> </field> <field name="deleteLink" title="" widget-style="buttontext"> - <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="removeContentAssocType?contentAssocTypeId=${contentAssocTypeId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentAssocType?contentAssocTypeId=${contentAssocTypeId}"/> </field> </form> @@ -140,14 +140,14 @@ <entity-condition entity-name="ContentPurposeType" use-cache="false"/> </actions> <auto-fields-service service-name="updateContentPurposeType"/> - <field name="contentPurposeTypeId" widget-style="buttontext"> + <field name="contentPurposeTypeId" widget-style="tabletext"> <display/> </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"> <submit button-type="button"/> </field> <field name="deleteLink" title="" widget-style="buttontext"> - <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="removeContentPurposeType?contentPurposeTypeId=${contentPurposeTypeId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentPurposeType?contentPurposeTypeId=${contentPurposeTypeId}"/> </field> </form> @@ -172,7 +172,7 @@ <entity-condition entity-name="ContentAssocPredicate" use-cache="false"/> </actions> <auto-fields-service service-name="updateContentAssocPredicate"/> - <field name="contentAssocPredicateId" widget-style="buttontext"> + <field name="contentAssocPredicateId" widget-style="tabletext"> <display/> </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"> @@ -204,14 +204,14 @@ <entity-condition entity-name="ContentOperation" use-cache="false"/> </actions> <auto-fields-service service-name="updateContentOperation"/> - <field name="contentOperationId" widget-style="buttontext"> + <field name="contentOperationId" widget-style="tabletext"> <display/> </field> <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"> <submit button-type="button"/> </field> <field name="deleteLink" title="" widget-style="buttontext"> - <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="removeContentOperation?contentOperationId=${contentOperationId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentOperation?contentOperationId=${contentOperationId}"/> </field> </form> <!-- ContentPurposeOperation forms --> @@ -246,7 +246,7 @@ <form name="UpdateContentPurposeOperation" default-title-style="tableheadtext" - default-tooltip-style="tabletext" default-widget-style="inputBox" + default-tooltip-style="tabletext" default-widget-style="tabletext" list-name="contentList" target="" title="" type="list"> <actions> @@ -254,7 +254,7 @@ </actions> <auto-fields-service service-name="updateContentPurposeOperation" default-field-type="display"/> <field name="deleteLink" title="" widget-style="buttontext"> - <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="removeContentPurposeOperation?contentPurposeTypeId=${contentPurposeTypeId}&contentOperationId=${contentOperationId}&roleTypeId=${roleTypeId}&statusId=${statusId}&privilegeEnumId=${privilegeEnumId}"/> + <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeContentPurposeOperation?contentPurposeTypeId=${contentPurposeTypeId}&contentOperationId=${contentOperationId}&roleTypeId=${roleTypeId}&statusId=${statusId}&privilegeEnumId=${privilegeEnumId}"/> </field> </form> </forms> 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=471204&r1=471203&r2=471204 ============================================================================== --- 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:28:10 2006 @@ -44,11 +44,11 @@ <link target="EditContentTypeAttr" target-window="_top" style="tabButton" /> </menu-item> - <menu-item name="purposeType" title="${uiLabelMap.PageTitleEditContentPurpose}" > + <menu-item name="purposeType" title="${uiLabelMap.PageTitleEditContentPurposeType}" > <link target="EditContentPurposeType" target-window="_top" style="tabButton" /> </menu-item> - <menu-item name="assocType" title="${uiLabelMap.PageTitleEditContentAssoc}" > + <menu-item name="assocType" title="${uiLabelMap.PageTitleEditContentAssocType}" > <link target="EditContentAssocType" target-window="_top" style="tabButton" /> </menu-item> |
Free forum by Nabble | Edit this page |