svn commit: r658180 - in /ofbiz/trunk: applications/order/webapp/ordermgr/request/requestInfo.ftl framework/common/config/CommonUiLabels.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r658180 - in /ofbiz/trunk: applications/order/webapp/ordermgr/request/requestInfo.ftl framework/common/config/CommonUiLabels.xml

hansbak-2
Author: hansbak
Date: Tue May 20 02:49:03 2008
New Revision: 658180

URL: http://svn.apache.org/viewvc?rev=658180&view=rev
Log:
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">
+                    &nbsp;${uiLabelMap.CommonInternalComment}
+                </td>
+                <td width="5%">&nbsp;</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">
+                    &nbsp;${uiLabelMap.CommonReason}
+                </td>
+                <td width="5%">&nbsp;</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>