Index: applications/party/widget/partymgr/CommonScreens.xml =================================================================== --- applications/party/widget/partymgr/CommonScreens.xml (revision 500248) +++ applications/party/widget/partymgr/CommonScreens.xml (working copy) @@ -73,7 +73,9 @@ + text="${uiLabelMap.CommonOrders}" style="buttontext"/> + @@ -82,7 +84,9 @@ + text="${uiLabelMap.CommonNewOrder}" style="buttontext"/> +
Index: applications/party/config/PartyUiLabels.properties =================================================================== --- applications/party/config/PartyUiLabels.properties (revision 500248) +++ applications/party/config/PartyUiLabels.properties (working copy) @@ -69,8 +69,6 @@ Description=Description -OrderNewOrder=New Order -OrderOrders=Orders PageTitleAddPartyContent=Add Party Content PageTitleAddressMatchMap=Address Match Map PageTitleAddressMatches=Address Matches Index: applications/party/webapp/partymgr/party/findparty.ftl =================================================================== --- applications/party/webapp/partymgr/party/findparty.ftl (revision 500248) +++ applications/party/webapp/partymgr/party/findparty.ftl (working copy) @@ -299,11 +299,17 @@
${uiLabelMap.CommonDetails}  <#if security.hasRolePermission("ORDERMGR", "_VIEW", "", "", session)> - ${uiLabelMap.OrderOrders}  + ${uiLabelMap.CommonOrders}  + <#if security.hasEntityPermission("ORDERMGR", "_VIEW", session)> + ${uiLabelMap.CommonQuotes}  + <#if security.hasEntityPermission("ORDERMGR", "_CREATE", session)> - ${uiLabelMap.OrderNewOrder}  + ${uiLabelMap.CommonNewOrder}  + <#if security.hasEntityPermission("ORDERMGR", "_CREATE", session)> + ${uiLabelMap.CommonNewQuote}  +
Index: framework/common/config/CommonUiLabels.properties =================================================================== --- framework/common/config/CommonUiLabels.properties (revision 500248) +++ framework/common/config/CommonUiLabels.properties (working copy) @@ -274,6 +274,9 @@ CommonOrder=Order CommonOrderBy=Order By CommonOrders=Orders +CommonNewOrder=New Order +CommonQuotes=Quotes +CommonNewQuote=New Quote CommonOther=Other CommonOverridesSelection=(overrides either of the above selections.) CommonPage=Page