Author: hansbak
Date: Tue May 20 02:49:03 2008
New Revision: 658180
URL:
http://svn.apache.org/viewvc?rev=658180&view=revLog:
add 2 fields to request overview screen
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/request/requestInfo.ftl
ofbiz/trunk/framework/common/config/CommonUiLabels.xml
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/request/requestInfo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/request/requestInfo.ftl?rev=658180&r1=658179&r2=658180&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/request/requestInfo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/request/requestInfo.ftl Tue May 20 02:49:03 2008
@@ -98,6 +98,28 @@
<#if store?exists>${store.storeName?default(custRequest.productStoreId?if_exists)}</#if>
</td>
</tr>
+ <#-- request comment -->
+ <tr><td colspan="7"><hr/></td></tr>
+ <tr>
+ <td align="right" valign="top" width="15%" class="label">
+ ${uiLabelMap.CommonInternalComment}
+ </td>
+ <td width="5%"> </td>
+ <td align="left" valign="top" width="80%">
+ ${custRequest.internalComment?if_exists}
+ </td>
+ </tr>
+ <#-- request reason -->
+ <tr><td colspan="7"><hr/></td></tr>
+ <tr>
+ <td align="right" valign="top" width="15%" class="label">
+ ${uiLabelMap.CommonReason}
+ </td>
+ <td width="5%"> </td>
+ <td align="left" valign="top" width="80%">
+ ${custRequest.reason?if_exists}
+ </td>
+ </tr>
</table>
</div>
</div>
\ No newline at end of file
Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=658180&r1=658179&r2=658180&view=diff==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Tue May 20 02:49:03 2008
@@ -2759,6 +2759,9 @@
<value xml:lang="pt">Inserir</value>
<value xml:lang="th">à¹à¸à¸´à¹à¸¡</value>
</property>
+ <property key="CommonInternalComment">
+ <value xml:lang="en">Internal Comment</value>
+ </property>
<property key="CommonInto">
<value xml:lang="ar">داخÙ</value>
<value xml:lang="de">in</value>
@@ -4408,6 +4411,9 @@
<value xml:lang="zh_CN">åå¤å¥½ç</value>
<value xml:lang="zh">就绪</value>
</property>
+ <property key="CommonReason">
+ <value xml:lang="en">Reason</value>
+ </property>
<property key="CommonReceive">
<value xml:lang="ar">استÙباÙ</value>
<value xml:lang="de">Empfangen</value>