You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/12/13 20:30:50 UTC

svn commit: r1045331 - in /ofbiz/trunk/applications/party: config/PartyUiLabels.xml webapp/partymgr/party/findparty.ftl

Author: erwan
Date: Mon Dec 13 19:30:50 2010
New Revision: 1045331

URL: http://svn.apache.org/viewvc?rev=1045331&view=rev
Log:
Adding more coherence in displaying the main partymgr page, same label is now used everywhere

Modified:
    ofbiz/trunk/applications/party/config/PartyUiLabels.xml
    ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl

Modified: ofbiz/trunk/applications/party/config/PartyUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyUiLabels.xml?rev=1045331&r1=1045330&r2=1045331&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/config/PartyUiLabels.xml (original)
+++ ofbiz/trunk/applications/party/config/PartyUiLabels.xml Mon Dec 13 19:30:50 2010
@@ -5898,22 +5898,6 @@
         <value xml:lang="en">Find Communications by Order</value>
         <value xml:lang="zh_TW">以訂單查詢通訊</value>
     </property>
-    <property key="PartyFindParties">
-        <value xml:lang="de">Akteure suchen</value>
-        <value xml:lang="en">Find Parties</value>
-        <value xml:lang="es">Buscar participantes</value>
-        <value xml:lang="fr">Recherche des acteurs</value>
-        <value xml:lang="hi_IN">पार्टियाँ खोजें</value>
-        <value xml:lang="it">Ricerca soggetti</value>
-        <value xml:lang="nl">Relatie(s) vinden</value>
-        <value xml:lang="pt_BR">Buscar participantes</value>
-        <value xml:lang="pt_PT">Procurar Secções</value>
-        <value xml:lang="ro">Cauta Subiecti</value>
-        <value xml:lang="ru">Найти участника</value>
-        <value xml:lang="th">ค้นหากลุ่มผู้ใช้</value>
-        <value xml:lang="zh">查找会员</value>
-        <value xml:lang="zh_TW">查詢成員</value>
-    </property>
     <property key="PartyFindParty">
         <value xml:lang="de">Akteur suchen</value>
         <value xml:lang="en">Find Party</value>

Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl?rev=1045331&r1=1045330&r2=1045331&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl Mon Dec 13 19:30:50 2010
@@ -27,7 +27,7 @@ under the License.
 <#else>
   <#assign hideFields = "N">
 </#if>
-<h1>${uiLabelMap.PartyFindParties}</h1>
+<h1>${uiLabelMap.PageTitleFindParty}</h1>
 <#if (parameters.firstName?has_content || parameters.lastName?has_content)>
   <#assign createUrl = "editperson?create_new=Y&amp;lastName=${parameters.lastName?if_exists}&amp;firstName=${parameters.firstName?if_exists}"/>
 <#elseif (parameters.groupName?has_content)>