Author: jleroux
Date: Wed Apr 1 17:42:45 2009 New Revision: 760979 URL: http://svn.apache.org/viewvc?rev=760979&view=rev Log: Securing URLs, link element in screens and menus : 16th set + tabs to 4 spaces Modified: ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml Modified: ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml?rev=760979&r1=760978&r2=760979&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml (original) +++ ofbiz/trunk/applications/humanres/widget/EmployeeScreens.xml Wed Apr 1 17:42:45 2009 @@ -110,7 +110,10 @@ </widgets> <fail-widgets> <container style="button-bar button-style-2"> - <link target="viewprofile?partyId=${party.partyId}&SHOW_OLD=true" text="${uiLabelMap.PartyShowOld}"/> + <link target="viewprofile" text="${uiLabelMap.PartyShowOld}"> + <parameter param-name="partyId" from-field="party.partyId"/> + <parameter param-name="SHOW_OLD" value="true"/> + </link> </container> </fail-widgets> </section> Modified: ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml?rev=760979&r1=760978&r2=760979&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml (original) +++ ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml Wed Apr 1 17:42:45 2009 @@ -276,7 +276,10 @@ </widgets> <fail-widgets> <container style="button-bar button-style-2"> - <link target="viewprofile?partyId=${party.partyId}&SHOW_OLD=true" text="${uiLabelMap.PartyShowOld}"/> + <link target="viewprofile" text="${uiLabelMap.PartyShowOld}"> + <parameter param-name="partyId" from-field="party.partyId"/> + <parameter param-name="SHOW_OLD" value="true"/> + </link> </container> </fail-widgets> </section> Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml?rev=760979&r1=760978&r2=760979&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/PartyScreens.xml Wed Apr 1 17:42:45 2009 @@ -89,7 +89,10 @@ </widgets> <fail-widgets> <container style="button-bar button-style-2"> - <link target="viewprofile?partyId=${party.partyId}&SHOW_OLD=true" text="${uiLabelMap.PartyShowOld}"/> + <link target="viewprofile" text="${uiLabelMap.PartyShowOld}"> + <parameter param-name="partyId" from-field="party.partyId"/> + <parameter param-name="SHOW_OLD" value="true"/> + </link> </container> </fail-widgets> </section> |
Free forum by Nabble | Edit this page |