svn commit: r760609 - in /ofbiz/trunk: applications/content/config/ applications/content/widget/compdoc/ applications/humanres/widget/ specialpurpose/assetmaint/widget/ specialpurpose/ecommerce/widget/ specialpurpose/ecommerce/widget/blog/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r760609 - in /ofbiz/trunk: applications/content/config/ applications/content/widget/compdoc/ applications/humanres/widget/ specialpurpose/assetmaint/widget/ specialpurpose/ecommerce/widget/ specialpurpose/ecommerce/widget/blog/

jleroux@apache.org
Author: jleroux
Date: Tue Mar 31 20:53:06 2009
New Revision: 760609

URL: http://svn.apache.org/viewvc?rev=760609&view=rev
Log:
Securing URLs, link element in screens and menus : 7th set + tabs to 4 spaces

Modified:
    ofbiz/trunk/applications/content/config/ContentUiLabels.xml
    ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml
    ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml
    ofbiz/trunk/applications/humanres/widget/Menus.xml
    ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml
    ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml

Modified: ofbiz/trunk/applications/content/config/ContentUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/config/ContentUiLabels.xml?rev=760609&r1=760608&r2=760609&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/config/ContentUiLabels.xml (original)
+++ ofbiz/trunk/applications/content/config/ContentUiLabels.xml Tue Mar 31 20:53:06 2009
@@ -3932,6 +3932,14 @@
         <value xml:lang="fr">Voir le contenu du document composite</value>
         <value xml:lang="it">Mostra contenuto composizione documenti</value>
     </property>
+    <property key="PageTitleViewCompDocContentBinary">
+        <value xml:lang="en">View CompDoc Content Binary</value>
+        <value xml:lang="fr">Voir le contenu du document composite au format binaire</value>
+    </property>
+    <property key="PageTitleViewCompDocContentHtml">
+        <value xml:lang="en">View CompDoc Content Html</value>
+        <value xml:lang="fr">Voir le contenu du document composite au format HTML</value>
+    </property>
     <property key="PageTitleViewCompDocTemplateTree">
         <value xml:lang="en">View Template Tree</value>
         <value xml:lang="fr">Voir l'arborescence modèle</value>

Modified: ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml?rev=760609&r1=760608&r2=760609&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml (original)
+++ ofbiz/trunk/applications/content/widget/compdoc/CompDocMenus.xml Tue Mar 31 20:53:06 2009
@@ -85,12 +85,12 @@
         </menu-item>
         <menu-item name="edit" title="${uiLabelMap.CommonEdit}">
             <link target="EditChildCompDoc" >
- <parameter param-name="contentId" from-field="contentId"/>
- <parameter param-name="itemContentRevisionSeqId" from-field="itemContentRevisionSeqId"/>
- <parameter param-name="rootContentId" from-field="rootContentId"/>
- <parameter param-name="rootContentRevisionSeqId" from-field="rootContentRevisionSeqId"/>
- <parameter param-name="caFromDate" from-field="parameters.caFromDate"/>
- </link>
+                <parameter param-name="contentId" from-field="contentId"/>
+                <parameter param-name="itemContentRevisionSeqId" from-field="itemContentRevisionSeqId"/>
+                <parameter param-name="rootContentId" from-field="rootContentId"/>
+                <parameter param-name="rootContentRevisionSeqId" from-field="rootContentRevisionSeqId"/>
+                <parameter param-name="caFromDate" from-field="parameters.caFromDate"/>
+            </link>
         </menu-item>
     </menu>
     
@@ -127,19 +127,19 @@
     <menu name="childTemplateLine" menu-container-style="button-bar button-style-1" 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">
- <parameter param-name="contentId" from-field="contentId"/>
- <parameter param-name="rootContentId" from-field="rootContentId"/>
- <parameter param-name="caFromDate" from-field="fromDate"/>
- <parameter param-name="contentRevisionSeqId" from-field="rootContentRevisionSeqId"/>
- </link>
+                <parameter param-name="contentId" from-field="contentId"/>
+                <parameter param-name="rootContentId" from-field="rootContentId"/>
+                <parameter param-name="caFromDate" from-field="fromDate"/>
+                <parameter param-name="contentRevisionSeqId" from-field="rootContentRevisionSeqId"/>
+            </link>
         </menu-item>
         <menu-item name="edit-link" title="${uiLabelMap.CommonEdit}">
             <link target="EditChildCompDoc">
- <parameter param-name="contentId" from-field="contentId"/>
- <parameter param-name="rootContentId" from-field="rootContentId"/>
- <parameter param-name="caFromDate" from-field="fromDate"/>
- <parameter param-name="contentRevisionSeqId" from-field="rootContentRevisionSeqId"/>
- </link>
+                <parameter param-name="contentId" from-field="contentId"/>
+                <parameter param-name="rootContentId" from-field="rootContentId"/>
+                <parameter param-name="caFromDate" from-field="fromDate"/>
+                <parameter param-name="contentRevisionSeqId" from-field="rootContentRevisionSeqId"/>
+            </link>
         </menu-item>
         <!--  only one level for now, ie don't worry about an hierarchy, still not sure what that will mean or look like
         <menu-item name="child" title="+Child">
@@ -151,56 +151,56 @@
                 <if-compare-field field="mostRecentRevisionSeqId" operator="equals" to-field="rootContentRevisionSeqId"/>
             </condition>
             <link target="AddChildCompDocTemplate" >
- <parameter param-name="contentId" from-field="contentId"/>
- <parameter param-name="rootContentId" from-field="rootContentId"/>
- <parameter param-name="caContentAssocTypeId" from-field="contentAssocTypeId"/>
- <parameter param-name="caSequenceNum" from-field="seqNumBefore"/>
- <parameter param-name="caFromDate" from-field="fromDate"/>
- </link> <!-- &amp;contentRevisionSeqId=${contentRevisionSeqId} -->
+                <parameter param-name="contentId" from-field="contentId"/>
+                <parameter param-name="rootContentId" from-field="rootContentId"/>
+                <parameter param-name="caContentAssocTypeId" from-field="contentAssocTypeId"/>
+                <parameter param-name="caSequenceNum" from-field="seqNumBefore"/>
+                <parameter param-name="caFromDate" from-field="fromDate"/>
+            </link> <!-- &amp;contentRevisionSeqId=${contentRevisionSeqId} -->
         </menu-item>
         <menu-item name="aft" title="${uiLabelMap.ContentCompDocAfter}">
             <condition>
                 <if-compare-field field="mostRecentRevisionSeqId" operator="equals" to-field="rootContentRevisionSeqId"/>
             </condition>
             <link target="AddChildCompDocTemplate" >
- <parameter param-name="contentId" from-field="contentId"/>
- <parameter param-name="rootContentId" from-field="rootContentId"/>
- <parameter param-name="caContentAssocTypeId" from-field="contentAssocTypeId"/>
- <parameter param-name="caSequenceNum" from-field="seqNumAfter"/>
- <parameter param-name="caFromDate" from-field="fromDate"/>
- </link> <!-- &amp;contentRevisionSeqId=${contentRevisionSeqId} -->
+                <parameter param-name="contentId" from-field="contentId"/>
+                <parameter param-name="rootContentId" from-field="rootContentId"/>
+                <parameter param-name="caContentAssocTypeId" from-field="contentAssocTypeId"/>
+                <parameter param-name="caSequenceNum" from-field="seqNumAfter"/>
+                <parameter param-name="caFromDate" from-field="fromDate"/>
+            </link> <!-- &amp;contentRevisionSeqId=${contentRevisionSeqId} -->
         </menu-item>
         <menu-item name="up" title="${uiLabelMap.ContentCompDocUp}">
             <condition>
                 <if-compare-field field="mostRecentRevisionSeqId" operator="equals" to-field="rootContentRevisionSeqId"/>
             </condition>
             <link target="resequenceCompDocPart">
- <parameter param-name="contentId" from-field="contentId"/>
- <parameter param-name="dir" value="up"/>
- <parameter param-name="contentAssocTypeId" value="COMPDOC_PART"
+                <parameter param-name="contentId" from-field="contentId"/>
+                <parameter param-name="dir" value="up"/>
+                <parameter param-name="contentAssocTypeId" value="COMPDOC_PART"
                 <parameter param-name="contentIdTo" from-field="contentIdTo"/>
- <parameter param-name="caContentAssocTypeId" from-field="contentAssocTypeId"/>
- <parameter param-name="caSequenceNum" from-field="seqNumBefore"/>
- <parameter param-name="caFromDate" from-field="fromDate"/>
- <parameter param-name="rootContentId" from-field="rootContentId"/>
- <parameter param-name="rootContentRevisionSeqId" from-field="rootContentRevisionSeqId"/>
- </link>
+                <parameter param-name="caContentAssocTypeId" from-field="contentAssocTypeId"/>
+                <parameter param-name="caSequenceNum" from-field="seqNumBefore"/>
+                <parameter param-name="caFromDate" from-field="fromDate"/>
+                <parameter param-name="rootContentId" from-field="rootContentId"/>
+                <parameter param-name="rootContentRevisionSeqId" from-field="rootContentRevisionSeqId"/>
+            </link>
         </menu-item>
         <menu-item name="down" title="${uiLabelMap.ContentCompDocDown}">
             <condition>
                 <if-compare-field field="mostRecentRevisionSeqId" operator="equals" to-field="rootContentRevisionSeqId"/>
             </condition>
             <link target="resequenceCompDocPart">
- <parameter param-name="contentId" from-field="contentId"/>
- <parameter param-name="dir" value="down"/>
- <parameter param-name="contentAssocTypeId" value="COMPDOC_PART"
+                <parameter param-name="contentId" from-field="contentId"/>
+                <parameter param-name="dir" value="down"/>
+                <parameter param-name="contentAssocTypeId" value="COMPDOC_PART"
                 <parameter param-name="contentIdTo" from-field="contentIdTo"/>
- <parameter param-name="caContentAssocTypeId" from-field="contentAssocTypeId"/>
- <parameter param-name="caSequenceNum" from-field="seqNumBefore"/>
- <parameter param-name="caFromDate" from-field="fromDate"/>
- <parameter param-name="rootContentId" from-field="rootContentId"/>
- <parameter param-name="rootContentRevisionSeqId" from-field="rootContentRevisionSeqId"/>
- </link>
+                <parameter param-name="caContentAssocTypeId" from-field="contentAssocTypeId"/>
+                <parameter param-name="caSequenceNum" from-field="seqNumBefore"/>
+                <parameter param-name="caFromDate" from-field="fromDate"/>
+                <parameter param-name="rootContentId" from-field="rootContentId"/>
+                <parameter param-name="rootContentRevisionSeqId" from-field="rootContentRevisionSeqId"/>
+            </link>
         </menu-item>
     </menu>
         

Modified: ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml?rev=760609&r1=760608&r2=760609&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml (original)
+++ ofbiz/trunk/applications/content/widget/compdoc/CompDocScreens.xml Tue Mar 31 20:53:06 2009
@@ -31,9 +31,9 @@
 
                 <service service-name="getMostRecentRevision" result-map="revisionResult">
                     <field-map field-name="contentId" from-field="rootContentId"/>
-                </service>        
+                </service>
                 <set field="mostRecentRevisionSeqId" from-field="revisionResult.mostRecentRevisionSeqId"/>
-                
+
                 <set field="menuName" value="tree"/>
                 <set field="currentMenuItemName" value="approval"/>
                 <entity-one entity-name="Content" value-field="content" use-cache="true"/>
@@ -43,7 +43,7 @@
                     <field-map field-name="contentRevisionSeqId" from-field="contentRevisionSeqId"/>
                     <field-map field-name="checkPermission" value="false"/>
                 </service>
-                
+
                 <set field="contentApprovalList" from-field="result.contentApprovalList"/>
                 <set field="title" value="${uiLabelMap.ContentCompDocApprovalsFor} ${contentId}, ${uiLabelMap.ContentCompDocRev} ${contentRevisionSeqId}"/>
             </actions>
@@ -63,7 +63,7 @@
                             </container>
                             <container style="screenlet-body">
                                 <section>
-                                    <widgets>    
+                                    <widgets>
                                         <include-form name="ListContentApproval" location="component://content/widget/compdoc/CompDocForms.xml"/>
                                     </widgets>
                                 </section>
@@ -86,7 +86,7 @@
                                     </container>
                                     <container style="screenlet-body">
                                         <section>
-                                            <widgets>    
+                                            <widgets>
                                                 <include-form name="AddContentApproval" location="component://content/widget/compdoc/CompDocForms.xml"/>
                                             </widgets>
                                         </section>
@@ -119,7 +119,7 @@
                 <set field="currentMenuItemName" value="approval"/>
                 <service service-name="checkForWaitingApprovals" result-map="result">
                 </service>
-                
+
                 <set field="contentApprovalList" from-field="result.contentApprovalList"/>
             </actions>
             <widgets>
@@ -133,7 +133,7 @@
                             </container>
                             <container style="screenlet-body">
                                 <section>
-                                    <widgets>    
+                                    <widgets>
                                         <include-form name="ListWaitingContentApproval" location="component://content/widget/compdoc/CompDocForms.xml"/>
                                     </widgets>
                                 </section>
@@ -152,7 +152,7 @@
             <actions>
                 <set field="menuName" value="tree"/>
                 <set field="currentMenuItemName" value="approval"/>
-                
+
                 <entity-one entity-name="ContentApproval" value-field="contentApproval" use-cache="true">
                     <field-map from-field="parameters.contentApprovalId" field-name="contentApprovalId"/>
                 </entity-one>
@@ -175,7 +175,7 @@
                             </container>
                             <container style="screenlet-body">
                                 <section>
-                                    <widgets>    
+                                    <widgets>
                                         <include-form name="EditContentApproval" location="component://content/widget/compdoc/CompDocForms.xml"/>
                                     </widgets>
                                 </section>
@@ -222,7 +222,7 @@
                             </container>
                             <container style="screenlet-body">
                                 <section>
-                                    <widgets>    
+                                    <widgets>
                                         <include-form name="ListContentRevisions" location="component://content/widget/compdoc/CompDocForms.xml"/>
                                     </widgets>
                                 </section>
@@ -248,7 +248,7 @@
                 <set field="menuName" value="tree"/>
                 <set field="currentMenuItemName" value="revision"/>
                 <set field="title" value="${uiLabelMap.ContentCompDocRevisionListPageForContent} ${rootContentId} ${uiLabelMap.ContentCompDocRevisions} ${rootContentRevisionSeqId}"/>
-                
+
                 <entity-one entity-name="ContentRevision" value-field="contentRevision" use-cache="true"/>
             </actions>
             <widgets>
@@ -262,7 +262,7 @@
                             </container>
                             <container style="screenlet-body">
                                 <section>
-                                    <widgets>    
+                                    <widgets>
                                         <include-form name="EditContentRevision" location="component://content/widget/compdoc/CompDocForms.xml"/>
                                     </widgets>
                                 </section>
@@ -288,7 +288,7 @@
                 <set field="menuName" value="tree"/>
                 <set field="currentMenuItemName" value="revision"/>
                 <set field="title" value="${uiLabelMap.ContentCompDocRevisionListPageForContent} ${rootContentId} ${uiLabelMap.ContentCompDocRevisions} ${rootContentRevisionSeqId}"/>
-                    
+
                 <entity-and entity-name="ContentRevisionItem" list="contentRevisionItemList" use-cache="true">
                     <field-map field-name="contentId" from-field="parameters.contentId"/>
                     <field-map field-name="contentRevisionSeqId" from-field="parameters.contentRevisionSeqId"/>
@@ -305,7 +305,7 @@
                             </container>
                             <container style="screenlet-body">
                                 <section>
-                                    <widgets>    
+                                    <widgets>
                                         <include-form name="ListContentRevisionItem" location="component://content/widget/compdoc/CompDocForms.xml"/>
                                     </widgets>
                                 </section>
@@ -331,7 +331,7 @@
                 <set field="menuName" value="tree"/>
                 <set field="currentMenuItemName" value="revision"/>
                 <set field="title" value="${uiLabelMap.ContentCompDocRevisionItemEditPage} ${contentId} ${uiLabelMap.ContentCompDocRevisions} ${contentRevisionSeqId}"/>
-                
+
                 <entity-one entity-name="ContentRevisionItem" value-field="contentRevisionItem" use-cache="true"/>
             </actions>
             <widgets>
@@ -345,7 +345,7 @@
                             </container>
                             <container style="screenlet-body">
                                 <section>
-                                    <widgets>    
+                                    <widgets>
                                         <include-form name="EditContentRevisionItem" location="component://content/widget/compdoc/CompDocForms.xml"/>
                                     </widgets>
                                 </section>
@@ -363,7 +363,7 @@
             </condition>
             <actions>
                 <set field="menuName" value="empty"/>
-                <set field="titleProperty" value="PageTitleFindCompDoc"/>                
+                <set field="titleProperty" value="PageTitleFindCompDoc"/>
                 <set field="entityName" value="ContentAssocViewFrom"/>
                 <set field="queryString" from-field="result.queryString"/>
                 <set field="currentContentMenuItemName" value=""/>
@@ -418,21 +418,21 @@
                     <decorator-section name="body">
                         <container>
                             <link target="FindCompDoc" style="buttontext" text="${uiLabelMap.CommonFind">
-                 <parameter param-name="contentId" from-field="contentId"/>
-                 <parameter param-name="contentRevisionSeqId" from-field="contentRevisionSeqId"/>
-                 <parameter param-name="rootTemplateContentId" from-field="rootTemplateContentId"/>
-                 <parameter param-name="rootTemplateRevSeqId" from-field="rootTemplateRevSeqId"/>
-                 <parameter param-name="rootInstanceContentId" from-field="rootInstanceContentId"/>
-                 <parameter param-name="rootInstanceRevSeqId" from-field="rootInstanceRevSeqId}"/>
-                 </link>
+                        <parameter param-name="contentId" from-field="contentId"/>
+                        <parameter param-name="contentRevisionSeqId" from-field="contentRevisionSeqId"/>
+                        <parameter param-name="rootTemplateContentId" from-field="rootTemplateContentId"/>
+                        <parameter param-name="rootTemplateRevSeqId" from-field="rootTemplateRevSeqId"/>
+                        <parameter param-name="rootInstanceContentId" from-field="rootInstanceContentId"/>
+                        <parameter param-name="rootInstanceRevSeqId" from-field="rootInstanceRevSeqId}"/>
+                      </link>
                             <link target="AddRootCompDocTemplate"  text="${ContentCreateNewRootCompDocTemplate}" style="buttontext">
-                 <parameter param-name="contentId" from-field="contentId"/>
-                 <parameter param-name="contentRevisionSeqId" from-field="contentRevisionSeqId"/>
-                 <parameter param-name="rootTemplateContentId" from-field="rootTemplateContentId"/>
-                 <parameter param-name="rootTemplateRevSeqId" from-field="rootTemplateRevSeqId"/>
-                 <parameter param-name="rootInstanceContentId" from-field="rootInstanceContentId"/>
-                 <parameter param-name="rootInstanceRevSeqId" from-field="rootInstanceRevSeqId"/>
-                 </link>
+                        <parameter param-name="contentId" from-field="contentId"/>
+                        <parameter param-name="contentRevisionSeqId" from-field="contentRevisionSeqId"/>
+                        <parameter param-name="rootTemplateContentId" from-field="rootTemplateContentId"/>
+                        <parameter param-name="rootTemplateRevSeqId" from-field="rootTemplateRevSeqId"/>
+                        <parameter param-name="rootInstanceContentId" from-field="rootInstanceContentId"/>
+                        <parameter param-name="rootInstanceRevSeqId" from-field="rootInstanceRevSeqId"/>
+                      </link>
                         </container>
                     </decorator-section>
                 </decorator-screen>
@@ -472,7 +472,7 @@
                             </container>
                             <container style="screenlet-body">
                                 <section>
-                                    <widgets>    
+                                    <widgets>
                                         <container><link target="AddRootCompDocTemplate?contentId=${contentId}&amp;contentRevisionSeqId=${contentRevisionSeqId}" text="${uiLabelMap.PageTitleCreateNewRootCompDocTemplate}" style="buttontext"/></container>
                                         <include-form name="ListCompDocInstances" location="component://content/widget/compdoc/CompDocForms.xml"/>
                                     </widgets>
@@ -506,7 +506,7 @@
                 <set from-field="parameters.contentRevisionSeqId" default-value="${contentRevisions[0].contentRevisionSeqId}" field="contentRevisionSeqId"/>
                 <set from-field="contentRevisionSeqId" field="rootContentRevisionSeqId"/>
             </actions>
-            
+
             <widgets>
                 <section>
                     <condition>
@@ -527,7 +527,7 @@
                                     </container>
                                     <container style="screenlet-body">
                                         <section>
-                                            <widgets>    
+                                            <widgets>
                                                 <container>
                                                     <link target="AddRootCompDocInstance?contentId=${rootContentId}&amp;contentRevisionSeqId=${rootContentRevisionSeqId}" text="${uiLabelMap.PageTitleCreateInstanceOfThisTemplate}" style="buttontext"/>
                                                     <link target="ViewInstances?rootContentId=${rootContentId}&amp;contentRevisionSeqId=${rootContentRevisionSeqId}"/>
@@ -560,7 +560,7 @@
                                     </container>
                                     <container style="screenlet-body">
                                         <section>
-                                            <widgets>    
+                                            <widgets>
                                                 <include-form name="EditRootCompDocInstance" location="component://content/widget/compdoc/CompDocForms.xml"/>
                                             </widgets>
                                         </section>
@@ -591,11 +591,11 @@
                 <!-- need to get the latest rootContentRevisionSeqId -->
                 <service service-name="getMostRecentRevision" result-map="revisionResult">
                     <field-map field-name="contentId" from-field="rootContentId"/>
-                </service>        
+                </service>
                 <set field="mostRecentRevisionSeqId" from-field="revisionResult.mostRecentRevisionSeqId"/>
                 <set field="rootContentRevisionSeqId" from-field="parameters.rootContentRevisionSeqId" default-value="${parameters.contentRevisionSeqId}"/>
                 <set field="rootContentRevisionSeqId" from-field="rootContentRevisionSeqId" default-value="${mostRecentRevisionSeqId}"/>
-                
+
                 <entity-one entity-name="Content" value-field="itemContent" use-cache="false">
                     <field-map field-name="contentId" from-field="contentId"/>
                 </entity-one>
@@ -605,7 +605,7 @@
                     <field-map field-name="fromDate" from-field="parameters.caFromDate"/>
                     <field-map field-name="contentAssocTypeId" value="COMPDOC_PART"/>
                 </entity-one>
-                
+
                 <!-- If parameters.itemContentRevisionSeqId does not exist, it is necessary to the contentRevisionSeqId
                     from the ContentRevisionItem that is most recent, but not greater than the rootContentRevisionSeqId.
                     This operation effectively gets the current ContentRevisionItem entity, in any case, and
@@ -684,12 +684,12 @@
                            <condition-list combine="and">
                                 <condition-expr field-name="rootRevisionContentId" operator="equals" env-name="rootInstanceContentId" />
                                 <condition-expr field-name="contentId" operator="equals" env-name="contentId" />
-                           </condition-list>
-                          
+                           </condition-list>
+
                            <select-field field-name="rootRevisionContentId"/>
                            <select-field field-name="contentId"/>
                            <select-field field-name="maxRevisionSeqId"/>
-                          
+
                            <order-by field-name="-maxRevisionSeqId"/>
                         </entity-condition>
                         <set from-field="rootRevList[0].maxRevisionSeqId" field="rootInstanceRevSeqId"/>
@@ -734,7 +734,13 @@
                     <actions>
                     </actions>
                     <widgets>
-                        <container><link target="ViewCompDocContentBinary?contentId=${contentId}&amp;contentRevisionSeqId=${itemContentRevisionSeqId}&amp;rootContentId=${rootContentId}" text="${uiLabelMap.PageTitleViewCompDocContent}" style="buttontext"/></container>
+                        <container>
+                            <link target="ViewCompDocContentBinary" text="${uiLabelMap.PageTitleViewCompDocContentBinary}" style="buttontext">
+                            <parameter param-name="contentId" from-field="contentId"/>
+                            <parameter param-name="contentRevisionSeqId" from-field="itemContentRevisionSeqId"/>
+                            <parameter param-name="rootContentId" from-field="rootContentId"/>
+                           </link>
+                        </container>
                     </widgets>
                 </section>
                 <section>
@@ -747,7 +753,13 @@
                     <actions>
                     </actions>
                     <widgets>
-                        <container><link target="ViewCompDocContentHtml?contentId=${contentId}&amp;contentRevisionSeqId=${itemContentRevisionSeqId}&amp;rootContentId=${rootContentId}" text="${uiLabelMap.PageTitleViewCompDocContent}" style="buttontext"/></container>
+                        <container>
+                        <link target="ViewCompDocContentHtml" text="${uiLabelMap.PageTitleViewCompDocContentHtml}" style="buttontext">
+                            <parameter param-name="contentId" from-field="contentId"/>
+                            <parameter param-name="contentRevisionSeqId" from-field="itemContentRevisionSeqId"/>
+                            <parameter param-name="rootContentId" from-field="rootContentId"/>
+                       </link>
+                        </container>
                     </widgets>
                 </section>
                 <section>
@@ -785,10 +797,10 @@
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="image/gif"/>
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="image/tiff"/>
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="image/png"/>
-                            
+
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="text/html"/>
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="text/plain"/>
-                            
+
                             <if-compare field="dataResource.dataResourceTypeId" operator="equals" value="SURVEY"/>
                             <if-compare field="dataResource.dataResourceTypeId" operator="equals" value="SURVEY_RESPONSE"/>
                         </or>
@@ -858,7 +870,7 @@
                     <actions>
                     </actions>
                     <widgets>
-                        <!-- Don't put this link here. It is called in the form.
+                        <!-- Don't put this link here. It is called in the form.
                                 <include-form name="UploadCompDocSurveyId" location="component://content/widget/compdoc/CompDocForms.xml"/>
                         -->
                         <include-form name="UploadCompDocPdf2Survey" location="component://content/widget/compdoc/CompDocForms.xml"/>
@@ -877,7 +889,7 @@
                     <actions>
                     </actions>
                     <widgets>
-                        <!-- Don't put this link here. It is called in the form.
+                        <!-- Don't put this link here. It is called in the form.
                                 <link text="Edit Survey Response"/>
                                 -->
                     </widgets>
@@ -893,10 +905,10 @@
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="image/gif"/>
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="image/tiff"/>
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="image/png"/>
-                            
+
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="text/html"/>
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="text/plain"/>
-                            
+
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="application/vnd.ofbiz.survey.response"/>
                             <if-compare field="dataResource.mimeTypeId" operator="equals" value="application/vnd.ofbiz.survey"/>
                             <if-compare field="dataResource.dataResourceTypeId" operator="equals" value="SURVEY"/>
@@ -944,7 +956,7 @@
                     <field-map field-name="contentId" from-field="rootContentId"/>
                 </entity-one>
                 <set from-field="templateContent.contentName" field="contentName"/>
-                
+
                 <set field="menuName" value="tree"/>
                 <set field="title" value="${uiLabelMap.ContentCompDocAddDocumentInstancePageForTemplate}: ${rootContentId}"/>
             </actions>
@@ -1051,7 +1063,7 @@
                 <set value="COMPDOC_TEMPLATE" field="contentTypeId"/>
                 <service service-name="getMostRecentRevision" result-map="revisionResult">
                     <field-map field-name="contentId" from-field="rootContentId"/>
-                </service>        
+                </service>
                 <set from-field="revisionResult.mostRecentRevisionSeqId" field="mostRecentRevisionSeqId"/>
                 <set from-field="parameters.rootContentRevisionSeqId" default-value="${mostRecentRevisionSeqId}" field="rootContentRevisionSeqId"/>
 
@@ -1077,20 +1089,20 @@
             <condition>
                 <if-has-permission permission="CONTENTMGR" action="CREATE"/>
             </condition>
-            
+
             <actions>
                 <set field="menuName" value="tree"/>
                 <set field="currentMenuItemName" value="viewtree2"/>
                    <set from-field="parameters.rootContentId" field="rootContentId"/>
                    <set from-field="parameters.rootContentRevisionSeqId" field="rootContentRevisionSeqId"/>
                    <set value="COMPDOC_INSTANCE" field="contentTypeId"/>
-                
+
                 <service service-name="getMostRecentRevision" result-map="revisionResult">
                     <field-map field-name="contentId" from-field="parameters.rootContentId"/>
-                </service>        
+                </service>
                 <set from-field="revisionResult.mostRecentRevisionSeqId" field="mostRecentRevisionSeqId"/>
                 <set from-field="parameters.rootContentRevisionSeqId" default-value="${mostRecentRevisionSeqId}" field="rootContentRevisionSeqId"/>
-                
+
                 <entity-one entity-name="Content" value-field="instanceContent">
                     <field-map field-name="contentId" from-field="rootContentId"/>
                 </entity-one>
@@ -1158,7 +1170,7 @@
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="childTemplateLine">
         <section>
             <actions>
@@ -1189,8 +1201,8 @@
                             <condition-expr field-name="thruDate" operator="equals" value=""/>
                             <condition-expr field-name="thruDate" operator="greater" from-field="nowTimestamp"/>
                         </condition-list>
-                   </condition-list>
-                  
+                   </condition-list>
+
                    <select-field field-name="rootRevisionContentId"/>
                    <select-field field-name="itemContentId"/>
                    <select-field field-name="maxRevisionSeqId"/>
@@ -1221,8 +1233,8 @@
                             <if-compare-field field="mostRecentRevisionSeqId" operator="equals" to-field="rootContentRevisionSeqId"/>
                         </condition>
                         <widgets>
-                            <link text="${uiLabelMap.PageTitleAddCompDocInstance}"
-                                target="AddChildCompDocInstance?rootContentId=${rootContentId}&amp;instanceOfContentId=${contentId}&amp;caSequenceNum=${maxRevisionSeqId}"
+                            <link text="${uiLabelMap.PageTitleAddCompDocInstance}"
+                                target="AddChildCompDocInstance?rootContentId=${rootContentId}&amp;instanceOfContentId=${contentId}&amp;caSequenceNum=${maxRevisionSeqId}"
                                 style="buttontext"/>
                         </widgets>
                     </section>
@@ -1306,7 +1318,7 @@
                 <set field="menuName" value="tree"/>
                 <set field="titleProperty" value="ContentCompDocContentRoleEditPage"/>
                 <set field="currentMenuItemName" value="role"/>
-                
+
                 <set field="defaultContentId" from-field="contentId" from-scope="user"/>
                 <set field="contentId" from-field="parameters.contentId" to-scope="screen" default-value="${defaultContentId}"/>
                 <set field="contentId" from-field="contentId" to-scope="user"/>

Modified: ofbiz/trunk/applications/humanres/widget/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/Menus.xml?rev=760609&r1=760608&r2=760609&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/Menus.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/Menus.xml Tue Mar 31 20:53:06 2009
@@ -37,59 +37,59 @@
         type="simple" menu-container-style="button-bar tab-bar" selected-menuitem-context-field-name="tabButtonItem">
         <menu-item name="EditEmployment" title="${uiLabelMap.HumanResEmployment}">
             <link target="EditEmployment" >
- <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
- <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
- <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
- <parameter param-name="partyIdTo" from-field="partyIdTo"/>
- <parameter param-name="fromDate" from-field="fromDate"/>
- </link>
+                <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
+                <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
+                <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
+                <parameter param-name="partyIdTo" from-field="partyIdTo"/>
+                <parameter param-name="fromDate" from-field="fromDate"/>
+            </link>
         </menu-item>
         <menu-item name="EditPartyBenefit" title="${uiLabelMap.HumanResEditPartyBenefit}">
             <link target="EditPartyBenefits" >
- <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
- <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
- <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
- <parameter param-name="partyIdTo" from-field="partyIdTo"/>
- <parameter param-name="fromDate" from-field="fromDate"/>
- </link>
+                <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
+                <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
+                <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
+                <parameter param-name="partyIdTo" from-field="partyIdTo"/>
+                <parameter param-name="fromDate" from-field="fromDate"/>
+            </link>
         </menu-item>
         <menu-item name="EditPayrollPreference" title="${uiLabelMap.HumanResEditPayrollPreference}">
             <link target="EditPayrollPreferences" >
- <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
- <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
- <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
- <parameter param-name="partyIdTo" from-field="partyIdTo"/>
- <parameter param-name="fromDate" from-field="fromDate"/>
- </link>
+                <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
+                <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
+                <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
+                <parameter param-name="partyIdTo" from-field="partyIdTo"/>
+                <parameter param-name="fromDate" from-field="fromDate"/>
+            </link>
         </menu-item>        
         <menu-item name="EditPayHistory" title="${uiLabelMap.HumanResEditPayHistory}">
             <link target="ListPayHistories" >
- <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
- <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
- <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
- <parameter param-name="partyIdTo" from-field="partyIdTo"/>
- <parameter param-name="fromDate" from-field="fromDate"/>
- </link>
+                <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
+                <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
+                <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
+                <parameter param-name="partyIdTo" from-field="partyIdTo"/>
+                <parameter param-name="fromDate" from-field="fromDate"/>
+            </link>
         </menu-item>
         <menu-item name="EditUnemploymentClaims" title="${uiLabelMap.HumanResEditUnemploymentClaim}">
             <link target="EditUnemploymentClaims" >
- <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
- <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
- <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
- <parameter param-name="partyIdTo" from-field="partyIdTo"/>
- <parameter param-name="fromDate" from-field="fromDate"/>
- </link>
+                <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
+                <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
+                <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
+                <parameter param-name="partyIdTo" from-field="partyIdTo"/>
+                <parameter param-name="fromDate" from-field="fromDate"/>
+            </link>
         </menu-item>
         <menu-item name="EditAgreementEmploymentAppls" title="${uiLabelMap.HumanResAgreementEmploymentAppl}">
             <link target="EditAgreementEmploymentAppls">
- <parameter param-name="agreementId" from-field="agreementId"/>
- <parameter param-name="agreementItemSeqId" from-field="agreementItemSeqId"/>
- <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
- <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
- <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
- <parameter param-name="partyIdTo" from-field="partyIdTo"/>
- <parameter param-name="fromDate" from-field="fromDate"/>
- </link>
+                <parameter param-name="agreementId" from-field="agreementId"/>
+                <parameter param-name="agreementItemSeqId" from-field="agreementItemSeqId"/>
+                <parameter param-name="roleTypeIdFrom" from-field="roleTypeIdFrom"/>
+                <parameter param-name="roleTypeIdTo" from-field="roleTypeIdTo"/>
+                <parameter param-name="partyIdFrom" from-field="partyIdFrom"/>
+                <parameter param-name="partyIdTo" from-field="partyIdTo"/>
+                <parameter param-name="fromDate" from-field="fromDate"/>
+            </link>
     </menu-item>
     </menu>
     <menu name="EmplPostionBar" default-menu-item-name="EmplPositionView" type="simple" menu-container-style="button-bar tab-bar" default-selected-style="selected" selected-menuitem-context-field-name="tabButtonItem">

Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml?rev=760609&r1=760608&r2=760609&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml Tue Mar 31 20:53:06 2009
@@ -178,7 +178,12 @@
                                     </widgets>
                                     <fail-widgets>
                                         <container style="button-bar">
-                                            <link target="EditWorkEfforts?fixedAssetId=${fixedAssetMaint.fixedAssetId}&amp;maintHistSeqId=${fixedAssetMaint.maintHistSeqId}&amp;workEffortId=${workEffortId}&amp;mode=addAssignment" text="${uiLabelMap.CommonNew}" style="buttontext"/>
+                                            <link target="EditWorkEfforts" style="buttontext"  text="${uiLabelMap.CommonNew">
+                                                <parameter param-name="fixedAssetId" from-field="fixedAssetMaint.fixedAssetId"/>
+                                                <parameter param-name="maintHistSeqId" from-field="fixedAssetMaint.maintHistSeqId"/>
+                                                <parameter param-name="workEffortId" from-field="workEffortId"/>
+                                                <parameter param-name="mode" value="addAssignment"/>
+                                            </link>
                                         </container>
                                     </fail-widgets>
                                 </section>
@@ -197,7 +202,12 @@
                                     </widgets>
                                     <fail-widgets>
                                         <container style="button-bar">
-                                            <link target="EditWorkEfforts?fixedAssetId=${fixedAssetMaint.fixedAssetId}&amp;maintHistSeqId=${fixedAssetMaint.maintHistSeqId}&amp;workEffortId=${workEffortId}&amp;mode=addChildTask" text="${uiLabelMap.CommonNew}" style="buttontext"/>
+                                            <link target="EditWorkEfforts" style="buttontext" text="${uiLabelMap.CommonNew">
+                                            <parameter param-name="fixedAssetId" from-field="fixedAssetMaint.fixedAssetId"/>
+                                            <parameter param-name="maintHistSeqId" from-field="fixedAssetMaint.maintHistSeqId"/>
+                                              <parameter param-name="workEffortId" from-field="workEffortId"/>
+                                               <parameter param-name="mode" value="addChildTask"/>
+                                        </link>
                                         </container>
                                     </fail-widgets>
                                 </section>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml?rev=760609&r1=760608&r2=760609&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/ForumScreens.xml Tue Mar 31 20:53:06 2009
@@ -18,7 +18,7 @@
 under the License.
 -->
 
-<screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd">
 
     <!-- Column Included Screens -->
@@ -73,7 +73,7 @@
                         </condition-list>
                     </condition-list>
                     <order-by field-name="createdDate"/>
-                    
+
                 </entity-condition>
             </actions>
             <widgets>
@@ -87,7 +87,14 @@
                                         <if-has-permission permission="CONTENTMGR" action="CREATE"/>
                                     </condition>
                                     <widgets>
-                                        <link style="buttontext" target="AddForumThread?forumId=${parameters.forumId}&amp;forumMessageIdTo=&amp;threadView=${parameters.threadView?if_exists}&amp;VIEW_INDEX=${parameters.VIEW_INDEX}" text="${uiLabelMap.PageTitleNewMessage}"/>
+                                        <!-- old link converted during URLs securing, seems busted... no time to look at detail...-->
+                                        <!--link style="buttontext" target="AddForumThread?forumId=${parameters.forumId}&amp;forumMessageIdTo=&amp;threadView=${parameters.threadView?if_exists}&amp;VIEW_INDEX=${parameters.VIEW_INDEX}" text="${uiLabelMap.PageTitleNewMessage}"/-->
+                                        <link style="buttontext" target="AddForumThread" text="${uiLabelMap.PageTitleNewMessage}">
+                                    <parameter param-name="forumId" from-field="parameters.forumId"/>
+                                    <parameter param-name="forumMessageIdTo" value=""/>
+                                    <parameter param-name="threadView" from-field="parameters.threadView"/>
+                                    <parameter param-name="VIEW_INDEX" from-field="parameters.VIEW_INDEX"/>
+                                  </link>
                                     </widgets>
                                 </section>
                                 <platform-specific><html><html-template location="component://ecommerce/webapp/ecommerce/forum/forumPaging.ftl"/></html></platform-specific>
@@ -109,7 +116,7 @@
                 <set field="titleProperty" value="PageTitleForumArticle"/>
                 <set field="contentAssoc.contentId" from-field="parameters.responseContentId"/>
                 <set field="contentAssoc.contentAssocTypeId" value="RESPONSE"/>
-                
+
                 <entity-one entity-name="Content" value-field="content">
                     <field-map field-name="contentId" from-field="parameters.responseContentId"/>
                 </entity-one>
@@ -143,7 +150,7 @@
                         <container>
                         <label style="blogheader">${uiLabelMap.EcommerceBlogMessageTree}:</label>
                         </container>
-                        <include-tree name="ResponseTree" location="component://ecommerce/widget/ForumTrees.xml" />
+                        <include-tree name="ResponseTree" location="component://ecommerce/widget/ForumTrees.xml" />
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -322,7 +329,7 @@
                 <set field="contentPurposeTypeId" value="RESPONSE"/>
                 <set field="contentAssocTypeId" value="RESPONSE"/>
                 <set field="statusId" value="CTNT_PUBLISHED"/>
-                
+
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/forum/CurrentValPrep.groovy"/>
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/forum/HtmlAreaPrep.groovy"/>
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/forum/NodeTrailPrep.groovy"/>
@@ -363,7 +370,7 @@
                 <set field="requiredRoles" value="BLOG_AUTHOR|BLOG_EDITOR|BLOG_ADMIN|BLOG_PUBLISHER"/>
                 <set field="contentPurposeTypeId" value="ARTICLE"/>
                 <set field="statusId" value="CTNT_PUBLISHED"/>
-                
+
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/forum/CurrentValPrep.groovy"/>
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/forum/PermPrep.groovy"/>
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/forum/FormPrep.groovy"/>
@@ -416,7 +423,7 @@
                 <set field="menuDefFile" value="/admin/AdminMenus.xml"/>
                 <set field="menuName" value="admin"/>
                 <set field="menuNameAux" value="backToContent"/>
-                
+
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/forum/CurrentValPrep.groovy"/>
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/forum/PermPrep.groovy"/>
                 <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/forum/HtmlAreaPrep.groovy"/>
@@ -543,14 +550,14 @@
                             <label text="${rsp.contentName}" style="responseheader" />
                             <label text=" - ${rsp.description} [${rsp.contentId}]" style="responsetext" />
                             <link  text="${uiLabelMap.CommonView}" target="ViewForumMessage?forumId=${parameters.forumId}&amp;threadContentId=${parameters.threadContentId}&amp;responseContentId=${rsp.contentId}&amp;contentAssocTypeId=RESPONSE" style="buttontext"/>
-                        </container>    
+                        </container>
                     </widgets>
                     <fail-widgets>
                         <container>
                             <label text="${rsp.contentName}" style="responseheader" />
                             <label text=" - ${rsp.description} [${rsp.contentId}]" style="responsetext" />
                             <link  text="${uiLabelMap.CommonView}" target="ViewForumMessage?forumId=${parameters.forumId}&amp;threadContentId=${parameters.threadContentId}&amp;responseContentId=${rsp.contentId}&amp;contentAssocTypeId=RESPONSE" style="buttontext"/>
-                        </container>    
+                        </container>
                     </fail-widgets>
                 </section>
             </widgets>

Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml?rev=760609&r1=760608&r2=760609&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogScreens.xml Tue Mar 31 20:53:06 2009
@@ -313,21 +313,21 @@
                                             </condition>
                                             <widgets>
                                                 <link text="${uiLabelMap.CommonEdit}" target="ViewResponse" style="buttontext">
-                                     <parameter param-name="contentId" from-field="content.contentId"/>
-                                     <parameter param-name="ownerContentId" from-field="content.ownerContentId"/>
-                                     <parameter param-name="articleContentId" from-field="articleContentId"/>
-                                     <parameter param-name="blogContentId" from-field="blogContentId"/>
-                                     <parameter param-name="edit" value="Y"/>
-                                     </link>
+                                                    <parameter param-name="contentId" from-field="content.contentId"/>
+                                                    <parameter param-name="ownerContentId" from-field="content.ownerContentId"/>
+                                                    <parameter param-name="articleContentId" from-field="articleContentId"/>
+                                                    <parameter param-name="blogContentId" from-field="blogContentId"/>
+                                                    <parameter param-name="edit" value="Y"/>
+                                                </link>
                                             </widgets>
                                             <fail-widgets>
                                                 <link text="${uiLabelMap.CommonView}" target="ViewResponse" style="buttontext">
-                                     <parameter param-name="contentId" from-field="content.contentId"/>
-                                     <parameter param-name="ownerContentId" from-field="content.ownerContentId"/>
-                                     <parameter param-name="articleContentId" from-field="articleContentId"/>
-                                     <parameter param-name="blogContentId" from-field="blogContentId"/>
-                                     <parameter param-name="edit" value="N"/>
-                                     </link>
+                                                    <parameter param-name="contentId" from-field="content.contentId"/>
+                                                    <parameter param-name="ownerContentId" from-field="content.ownerContentId"/>
+                                                    <parameter param-name="articleContentId" from-field="articleContentId"/>
+                                                    <parameter param-name="blogContentId" from-field="blogContentId"/>
+                                                    <parameter param-name="edit" value="N"/>
+                                                 </link>
                                             </fail-widgets>
                                         </section>
                                     </container>
@@ -470,17 +470,17 @@
                     <widgets>
                         <container>
                             <link text="${rsp.contentName}[${rsp.contentId}]" target="ViewResponse" style="responseheader">
-                 <parameter param-name="contentId" from-field="rsp.contentId"/>
-                 <parameter param-name="ownerContentId" from-field="rsp.ownerContentId"/>
-                 <parameter param-name="articleContentId" from-field="articleContentId"/>
-                 <parameter param-name="blogContentId" from-field="parameters.blogContentId"/>
-                 </link>
+                                <parameter param-name="contentId" from-field="rsp.contentId"/>
+                                <parameter param-name="ownerContentId" from-field="rsp.ownerContentId"/>
+                                <parameter param-name="articleContentId" from-field="articleContentId"/>
+                                <parameter param-name="blogContentId" from-field="parameters.blogContentId"/>
+                            </link>
                                             <link text="${uiLabelMap.CommonView}" target="ViewResponse" style="buttontext">
-                 <parameter param-name="contentId" from-field="rsp.contentId"/>
-                 <parameter param-name="ownerContentId" from-field="rsp.ownerContentId"/>
-                 <parameter param-name="articleContentId" from-field="articleContentId"/>
-                 <parameter param-name="blogContentId" from-field="parameters.blogContentId"/>
-                 </link>
+                                <parameter param-name="contentId" from-field="rsp.contentId"/>
+                                <parameter param-name="ownerContentId" from-field="rsp.ownerContentId"/>
+                                <parameter param-name="articleContentId" from-field="articleContentId"/>
+                                <parameter param-name="blogContentId" from-field="parameters.blogContentId"/>
+                            </link>
                             <container style="responsetext">
                                 <label text="${rsp.description}" style="responsetext"/>
                                 <label text="(${uiLabelMap.EcommerceBlogPostedOn}: ${rsp.createdDate})" style="responsetext"/>
@@ -495,17 +495,17 @@
                     <widgets>
                         <container style="responseSelected">
                             <link text="${rsp.contentName}[${rsp.contentId}]" target="ViewResponse" style="responseheader">
-                 <parameter param-name="contentId" from-field="rsp.contentId"/>
-                 <parameter param-name="ownerContentId" from-field="rsp.ownerContentId"/>
-                 <parameter param-name="articleContentId" from-field="articleContentId"/>
-                 <parameter param-name="blogContentId" from-field="parameters.blogContentId"/>
-                 </link>
+                                <parameter param-name="contentId" from-field="rsp.contentId"/>
+                                <parameter param-name="ownerContentId" from-field="rsp.ownerContentId"/>
+                                <parameter param-name="articleContentId" from-field="articleContentId"/>
+                                <parameter param-name="blogContentId" from-field="parameters.blogContentId"/>
+                            </link>
                                             <link text="${uiLabelMap.CommonView}" target="ViewResponse" style="buttontext">
-                 <parameter param-name="contentId" from-field="rsp.contentId"/>
-                 <parameter param-name="ownerContentId" from-field="rsp.ownerContentId"/>
-                 <parameter param-name="articleContentId" from-field="articleContentId"/>
-                 <parameter param-name="blogContentId" from-field="parameters.blogContentId"/>
-                 </link>
+                                <parameter param-name="contentId" from-field="rsp.contentId"/>
+                                <parameter param-name="ownerContentId" from-field="rsp.ownerContentId"/>
+                                <parameter param-name="articleContentId" from-field="articleContentId"/>
+                                <parameter param-name="blogContentId" from-field="parameters.blogContentId"/>
+                            </link>
                             <container style="responsetext">
                                 <label text="${rsp.description}" style="responsetext"/>
                                 <label text="(${uiLabelMap.EcommerceBlogPostedOn}: ${rsp.createdDate})" style="responsetext"/>
@@ -521,8 +521,16 @@
         <section>
             <widgets>
                 <container>
-                    <link text="${rsp.contentName}[${rsp.contentId}]" target="ViewBlogArticle?articleContentId=${articleContentId}&amp;ownerContentId=${rsp.ownerContentId}&amp;blogContentId=${parameters.blogContentId}" style="responseheader"/>
-                    <link text="${uiLabelMap.EcommerceBlogViewArticle}" target="ViewBlogArticle?articleContentId=${articleContentId}&amp;ownerContentId=${rsp.ownerContentId}&amp;blogContentId=${parameters.blogContentId}" style="buttontext"/>
+                    <link text="${rsp.contentName}[${rsp.contentId}]" target="ViewBlogArticle" style="responseheader">
+                        <parameter param-name="articleContentId" from-field="articleContentId"/>
+                        <parameter param-name="ownerContentId" from-field="rsp.ownerContentId"/>
+                        <parameter param-name="blogContentId" from-field="parameters.blogContentId"/>
+                    </link>
+                    <link text="${uiLabelMap.EcommerceBlogViewArticle}" target="ViewBlogArticle" style="buttontext">
+                        <parameter param-name="articleContentId" from-field="articleContentId"/>
+                        <parameter param-name="ownerContentId" from-field="rsp.ownerContentId"/>
+                        <parameter param-name="blogContentId" from-field="parameters.blogContentId"/>
+                    </link>
                     <container style="responsetext">
                         <label text="${rsp.description}" style="responsetext"/>
                         <label text="(${uiLabelMap.EcommerceBlogPostedOn}: ${rsp.createdDate})" style="responsetext"/>