|
Modified: ofbiz/branches/jquery/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl?rev=1039651&r1=1039650&r2=1039651&view=diff ============================================================================== --- ofbiz/branches/jquery/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl (original) +++ ofbiz/branches/jquery/specialpurpose/ecommerce/webapp/ecommerce/customer/messagelist.ftl Sat Nov 27 10:59:21 2010 @@ -17,7 +17,7 @@ specific language governing permissions under the License. --> -<#macro showMessage communicationEvent isSentMessage> +<#macro showMessage communicationEvent isSentMessage index> <#if communicationEvent.partyIdFrom?has_content> <#assign partyNameFrom = Static["org.ofbiz.party.party.PartyHelper"].getPartyName(delegator, communicationEvent.partyIdFrom, true)> <#else/> @@ -34,12 +34,16 @@ under the License. <td><div class="tabletext">${communicationEvent.subject?default("")}</div></td> <td><div class="tabletext">${communicationEvent.entryDate}</div></td> <td align="right"> - <form method="post" action="<@ofbizUrl>readmessage</@ofbizUrl>" name="ecomm_read_mess"> + <form method="post" action="<@ofbizUrl>readmessage</@ofbizUrl>" name="ecomm_read_mess${index}"> <input name="communicationEventId" value="${communicationEvent.communicationEventId}" type="hidden"/> </form> - <a href="javascript:document.ecomm_read_mess.submit()">${uiLabelMap.EcommerceRead}</a> + <a href="javascript:document.ecomm_read_mess${index}.submit()">${uiLabelMap.EcommerceRead}</a> + <#if isSentMessage> - <a href="<@ofbizUrl>newmessage?communicationEventId=${communicationEvent.communicationEventId}</@ofbizUrl>" class="buttontext">${uiLabelMap.PartyReply}</a> + <form method="post" action="<@ofbizUrl>newmessage</@ofbizUrl>" name="ecomm_sent_mess${index}"> + <input name="communicationEventId" value="${communicationEvent.communicationEventId}" type="hidden"/> + </form> + <a href="javascript:document.ecomm_sent_mess${index}.submit()">${uiLabelMap.PartyReply}</a> </#if> </td> </tr> @@ -70,10 +74,10 @@ under the License. </tr> <tr><td colspan="5"><hr /></td></tr> <#list receivedCommunicationEvents?if_exists as receivedCommunicationEvent> - <@showMessage communicationEvent=receivedCommunicationEvent isSentMessage=false/> + <@showMessage communicationEvent=receivedCommunicationEvent isSentMessage=false index=receivedCommunicationEvent_index/> </#list> <#list sentCommunicationEvents?if_exists as sentCommunicationEvent> - <@showMessage communicationEvent=sentCommunicationEvent isSentMessage=true/> + <@showMessage communicationEvent=sentCommunicationEvent isSentMessage=true index=sentCommunicationEvent_index/> </#list> </#if> </table> Propchange: ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Sat Nov 27 10:59:21 2010 @@ -1,3 +1,3 @@ /incubator/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy:418499-490456 /ofbiz/branches/multitenant20100310/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy:921280-927264 -/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy:951708-1036339 +/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/Facilities.groovy:951708-1039648 Propchange: ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Sat Nov 27 10:59:21 2010 @@ -1,3 +1,3 @@ /incubator/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy:418499-490456 /ofbiz/branches/multitenant20100310/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy:921280-927264 -/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy:951708-1036339 +/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductList.groovy:951708-1039648 Propchange: ofbiz/branches/jquery/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Sat Nov 27 10:59:21 2010 @@ -1,3 +1,3 @@ /incubator/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy:418499-490456 /ofbiz/branches/multitenant20100310/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy:921280-927264 -/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy:951708-1036339 +/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/WEB-INF/actions/ProductStockTake.groovy:951708-1039648 Modified: ofbiz/branches/jquery/specialpurpose/myportal/config/MyPortalUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/myportal/config/MyPortalUiLabels.xml?rev=1039651&r1=1039650&r2=1039651&view=diff ============================================================================== --- ofbiz/branches/jquery/specialpurpose/myportal/config/MyPortalUiLabels.xml (original) +++ ofbiz/branches/jquery/specialpurpose/myportal/config/MyPortalUiLabels.xml Sat Nov 27 10:59:21 2010 @@ -25,9 +25,11 @@ <value xml:lang="it">Mia pagina</value> <value xml:lang="th">à¹à¸à¸à¸à¸£à¸´à¹à¸à¸à¸±à¸à¸à¸à¸à¸à¸±à¸</value> <value xml:lang="zh">æç页é¢åºç¨ç¨åºæ </value> + <value xml:lang="zh_TW">åäººç¶²é æç¨ç¨å¼å</value> </property> <property key="MyPortalBillToCustomer"> <value xml:lang="en">Bill To Customer</value> + <value xml:lang="zh_TW">ç¼é帳å®çµ¦å®¢æ¶</value> </property> <property key="MyPortalCaptchaMissingError"> <value xml:lang="en">Verify code captcha is missing or wrong</value> @@ -35,9 +37,11 @@ <value xml:lang="it">Verifica il codice captcha, è mancante o errato</value> <value xml:lang="th">รหัสà¸à¸±à¸§à¹à¸¥à¸à¸à¸µà¹à¸à¹à¸²à¸à¸à¸£à¸à¸à¸¡à¸µà¸à¹à¸à¸à¸´à¸à¸à¸¥à¸²à¸</value> <value xml:lang="zh">缺å°éªè¯ç æéªè¯ç é误</value> + <value xml:lang="zh_TW">æ²æé©èç¢¼ææ¯é¯èª¤</value> </property> <property key="MyPortalEndUserCustomer"> <value xml:lang="en">End User Customer</value> + <value xml:lang="zh_TW">æçµä½¿ç¨å®¢æ¶</value> </property> <property key="MyPortalFirstNameMissing"> <value xml:lang="en">Your firstName is missing</value> @@ -45,6 +49,7 @@ <value xml:lang="it">Nome mancante</value> <value xml:lang="th">à¸à¸£à¸¸à¸à¸²à¸à¸£à¸à¸à¸à¸·à¹à¸à¸à¸à¸à¸à¹à¸²à¸</value> <value xml:lang="zh">缺å°ä½ çå</value> + <value xml:lang="zh_TW">缺å°åå(Firstname)</value> </property> <property key="MyPortalInformation"> <value xml:lang="en">My Information</value> @@ -52,6 +57,7 @@ <value xml:lang="it">Mie informazioni</value> <value xml:lang="th">à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸à¸à¸à¸±à¸</value> <value xml:lang="zh">æçä¿¡æ¯</value> + <value xml:lang="zh_TW">å ¥å£ç¶²ç«</value> </property> <property key="MyPortalLastNameMissing"> <value xml:lang="en">Your lastname is missing</value> @@ -59,16 +65,22 @@ <value xml:lang="it">Cognome mancante</value> <value xml:lang="th">à¸à¸£à¸¸à¸à¸²à¸à¸£à¸à¸à¸à¸²à¸¡à¸ªà¸à¸¸à¸¥à¸à¸à¸à¸à¹à¸²à¸</value> <value xml:lang="zh">缺å°ä½ çå§</value> + <value xml:lang="zh_TW">缺å°å§æ°(Lastname)</value> </property> <property key="MyPortalMyOrders"> <value xml:lang="en">My Orders</value> + <value xml:lang="zh_TW">æçè¨å®</value> </property> + <value xml:lang="zh_TW">æçä»»å</value> + <value xml:lang="zh_TW">æçæé</value> + <value xml:lang="zh_TW">æ°çè¨æ¯</value> <property key="MyPortalNewRegistration"> <value xml:lang="en">New Registration </value> <value xml:lang="fr">Nouvel enregistrement</value> <value xml:lang="it">Nuovo utente</value> <value xml:lang="th">ลà¸à¸à¸°à¹à¸à¸µà¸¢à¸ </value> <value xml:lang="zh">æ°æ³¨å</value> + <value xml:lang="zh_TW">æ°ç註å</value> </property> <property key="MyPortalPicCaptcha"> <value xml:lang="en">Code Captcha</value> @@ -76,9 +88,11 @@ <value xml:lang="it">Codice captcha</value> <value xml:lang="th">รหัสà¸à¸£à¸§à¸à¸ªà¸à¸</value> <value xml:lang="zh">éªè¯ç </value> + <value xml:lang="zh_TW">é©è碼</value> </property> <property key="MyPortalPlacingCustomer"> <value xml:lang="en">Placing Customer</value> + <value xml:lang="zh_TW">宿客æ¶</value> </property> <property key="MyPortalRegisterComplete"> <value xml:lang="en">Register of new person is complete...Please </value> @@ -86,14 +100,18 @@ <value xml:lang="it">Creazione nuovo utente completata...prego </value> <value xml:lang="th">à¸à¸²à¸£à¸¥à¸à¸à¸°à¹à¸à¸µà¸¢à¸à¹à¸«à¸¡à¹à¸ªà¸³à¸«à¸£à¸±à¸à¸à¸¸à¸à¸à¸¥à¹à¸à¹à¸à¸³à¸à¸²à¸£à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸à¸ªà¸¡à¸à¸¹à¸£à¸à¹à¹à¸¥à¹à¸§...สามารà¸à¹à¸à¹à¸²à¸ªà¸¹à¹à¸£à¸°à¸à¸à¹à¸à¹ </value> <value xml:lang="zh">宿æ°äººå注å...请</value> + <value xml:lang="zh_TW">è¨»åæ°ç使ç¨è 宿...è«</value> </property> <property key="MyPortalReloadImage"> <value xml:lang="en">reload image</value> <value xml:lang="it">Ricarica immagine</value> <value xml:lang="zh">å·æ°å¾ç</value> + <value xml:lang="zh_TW">éè¼åç</value> </property> + <value xml:lang="zh_TW">ç¼éé»åéµä»¶çµ¦ææå®¢æ¶è¦æ±è®æ´</value> <property key="MyPortalShipToCustomer"> <value xml:lang="en">Ship To Customer</value> + <value xml:lang="zh_TW">å¯é給客æ¶</value> </property> <property key="MyPortalTaskActEndDate"> <value xml:lang="en">Task Act End</value> @@ -101,6 +119,7 @@ <value xml:lang="it">Fine compito effettiva</value> <value xml:lang="th">à¹à¸ªà¸£à¹à¸à¸ªà¸´à¹à¸à¸à¸²à¸£à¸à¸³</value> <value xml:lang="zh">任塿ä½ç»æ</value> + <value xml:lang="zh_TW">ä»»å使¥çµæ</value> </property> <property key="MyPortalTaskActStartDate"> <value xml:lang="en">Task Act Start</value> @@ -108,6 +127,7 @@ <value xml:lang="it">Inizio compito effettivo</value> <value xml:lang="th">à¹à¸£à¸·à¹à¸¡à¸à¹à¸à¸à¸²à¸£à¸à¸³</value> <value xml:lang="zh">任塿ä½å¼å§</value> + <value xml:lang="zh_TW">ä»»å使¥éå§</value> </property> <property key="MyPortalTaskPlanEndDate"> <value xml:lang="en">Task Plan End</value> @@ -115,6 +135,7 @@ <value xml:lang="it">Fine compito pianificata</value> <value xml:lang="th">สิà¹à¸à¸ªà¸¸à¸à¸à¸´à¹à¸à¸à¸²à¸</value> <value xml:lang="zh">ä»»å¡è®¡åç»æ</value> + <value xml:lang="zh_TW">ä»»åè¨ç«çµæ</value> </property> <property key="MyPortalTaskPlanStartDate"> <value xml:lang="en">Task Plan Start</value> @@ -122,6 +143,7 @@ <value xml:lang="it">Inizio compito pianificato</value> <value xml:lang="th">à¹à¸£à¸´à¹à¸¡à¸à¹à¸à¸à¸´à¹à¸à¸à¸²à¸</value> <value xml:lang="zh">ä»»å¡è®¡åå¼å§</value> + <value xml:lang="zh_TW">ä»»åè¨ç«éå§</value> </property> <property key="MyPortalTaskStatus"> <value xml:lang="en">Task Status</value> @@ -129,6 +151,7 @@ <value xml:lang="it">Stato compito</value> <value xml:lang="th">สà¸à¸²à¸à¸°à¸à¸à¸à¸à¸²à¸</value> <value xml:lang="zh">ä»»å¡ç¶æ</value> + <value xml:lang="zh_TW">ä»»åçæ </value> </property> <property key="MyPortalTasks"> <value xml:lang="en">My Tasks</value> @@ -136,6 +159,7 @@ <value xml:lang="it">Miei compiti</value> <value xml:lang="th">à¸à¸²à¸à¸à¸à¸à¸à¸±à¸</value> <value xml:lang="zh">æçä»»å¡</value> + <value xml:lang="zh_TW">æçä»»å</value> </property> <property key="MyPortalUserLogin"> <value xml:lang="en">User Login</value> @@ -143,6 +167,7 @@ <value xml:lang="it">Login utente</value> <value xml:lang="th">à¸à¹à¸à¸¡à¸¹à¸¥à¸à¸²à¸£à¸¥à¸à¸à¸°à¹à¸à¸µà¸¢à¸</value> <value xml:lang="zh">ç¨æ·ç»å½</value> + <value xml:lang="zh_TW">使ç¨è ç»å ¥</value> </property> <property key="MyPortalVerifyCaptcha"> <value xml:lang="en">Verify captcha code</value> @@ -150,10 +175,12 @@ <value xml:lang="it">Verifica codice captcha</value> <value xml:lang="th">à¹à¸ªà¹à¸£à¸«à¸±à¸ªà¸à¸²à¸¡à¸£à¸¹à¸</value> <value xml:lang="zh">éªè¯éªè¯ç </value> + <value xml:lang="zh_TW">é©è碼</value> </property> <property key="PageTitleFindPortalPage"> <value xml:lang="en">Find Portal page</value> <value xml:lang="fr">Rech. page portail</value> + <value xml:lang="zh_TW">æ¥æ¾å ¥å£ç¶²é </value> </property> <property key="PageTitleMyPortal"> <value xml:lang="en">My Portal for : </value> @@ -161,6 +188,7 @@ <value xml:lang="it">Mio portale per : </value> <value xml:lang="th">สà¹à¸§à¸à¸à¸±à¸§à¸ªà¸³à¸«à¸£à¸±à¸ </value> <value xml:lang="zh">æç鍿·ç¨äºï¼</value> + <value xml:lang="zh_TW">å ¥å£ç¶²ç«ä½¿ç¨è :</value> </property> <property key="PageTitleMyPortalForNoLogin"> <value xml:lang="en">My Portal Page</value> @@ -168,5 +196,6 @@ <value xml:lang="it">Pagina mio portale</value> <value xml:lang="th">หà¸à¹à¸²à¸ªà¹à¸§à¸à¸à¸±à¸§à¸à¸à¸à¸à¸±à¸</value> <value xml:lang="zh">æç鍿·é¡µé¢</value> + <value xml:lang="zh_TW">å ¥å£ç¶²é </value> </property> </resource> Modified: ofbiz/branches/jquery/specialpurpose/myportal/widget/login.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/myportal/widget/login.ftl?rev=1039651&r1=1039650&r2=1039651&view=diff ============================================================================== --- ofbiz/branches/jquery/specialpurpose/myportal/widget/login.ftl (original) +++ ofbiz/branches/jquery/specialpurpose/myportal/widget/login.ftl Sat Nov 27 10:59:21 2010 @@ -42,11 +42,15 @@ under the License. <td class="label">${uiLabelMap.CommonPassword}</td> <td><input type="password" name="PASSWORD" value="" size="20"/></td> </tr> - <#if ("Y" == useMultitenant)> - <tr> - <td class="label">${uiLabelMap.CommonTenantId}</td> - <td><input type="text" name="tenantId" value="${parameters.tenantId?if_exists}" size="20"/></td> - </tr> + <#if ("Y" == useMultitenant) > + <#if !requestAttributes.tenantId?exists> + <tr> + <td class="label">${uiLabelMap.CommonTenantId}</td> + <td><input type="text" name="tenantId" value="${parameters.tenantId?if_exists}" size="20"/></td> + </tr> + <#else> + <input type="hidden" name="tenantId" value="${requestAttributes.tenantId?if_exists}"/> + </#if> </#if> <tr> <td colspan="2" align="center"> |
| Free forum by Nabble | Edit this page |
