Author: buscob
Date: Thu Mar 5 21:40:41 2009 New Revision: 750603 URL: http://svn.apache.org/viewvc?rev=750603&view=rev Log: Linked Confluence help pages (still empty) for Party application Added: ofbiz/trunk/applications/party/config/PartyHelpUrls.xml Modified: ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml Added: ofbiz/trunk/applications/party/config/PartyHelpUrls.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyHelpUrls.xml?rev=750603&view=auto ============================================================================== --- ofbiz/trunk/applications/party/config/PartyHelpUrls.xml (added) +++ ofbiz/trunk/applications/party/config/PartyHelpUrls.xml Thu Mar 5 21:40:41 2009 @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <property key="PARTY_findparty"> + <value xml:lang="en">Parties</value> + </property> + <property key="PARTY_FindCommunicationEvents"> + <value xml:lang="en">Communications</value> + </property> + <property key="PARTY_showvisits"> + <value xml:lang="en">Visits</value> + </property> + <property key="PARTY_FindPartyClassificationGroups"> + <value xml:lang="en">Classifications</value> + </property> + <property key="PARTY_FindSecurityGroup"> + <value xml:lang="en">Security</value> + </property> + <property key="PARTY_AddressMatchMap"> + <value xml:lang="en">Address Match Map</value> + </property> + <property key="PARTY_partyInvitation"> + <value xml:lang="en">Invitation</value> + </property> +</resource> Modified: ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml?rev=750603&r1=750602&r2=750603&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/CommonScreens.xml Thu Mar 5 21:40:41 2009 @@ -33,6 +33,7 @@ <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/> <property-map resource="ProjectMgrUiLabels" map-name="uiLabelMap" global="true"/> <property-map resource="HumanResUiLabels" map-name="uiLabelMap" global="true"/> + <property-map resource="PartyHelpUrls" map-name="helpUrlsMap" global="true"/> <set field="layoutSettings.companyName" from-field="uiLabelMap.PartyCompanyName" global="true"/> <set field="layoutSettings.companySubtitle" from-field="uiLabelMap.PartyCompanySubtitle" global="true"/> |
Free forum by Nabble | Edit this page |