You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/08/21 12:48:11 UTC

svn commit: r687701 - in /ofbiz/trunk/specialpurpose/projectmgr: webapp/projectmgr/project/summary/noteinfo.ftl widget/RequestScreens.xml

Author: hansbak
Date: Thu Aug 21 03:48:11 2008
New Revision: 687701

URL: http://svn.apache.org/viewvc?rev=687701&view=rev
Log:
small corrections

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl
    ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl?rev=687701&r1=687700&r2=687701&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/summary/noteinfo.ftl Thu Aug 21 03:48:11 2008
@@ -55,7 +55,7 @@
                           </#if>
                     </#if>    
                     <#if note.internalNote?if_exists == "Y">
-	                    <div>${uiLabelMap.ProjectMgrNotPrintableNote}</div>
+	                    <div>${uiLabelMap.OrderNotPrintableNote}</div>
                            <#if project?has_content>
                              <a href="<@o...@ofbizUrl>" class="buttontext">${uiLabelMap.OrderNotesPublic}</a>
                           <#else>

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml?rev=687701&r1=687700&r2=687701&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml Thu Aug 21 03:48:11 2008
@@ -128,7 +128,7 @@
                                 <include-form name="ViewRequestCommunicationEvents" location="component://order/webapp/ordermgr/request/RequestForms.xml"/>
                             </screenlet>
                             <screenlet title="${uiLabelMap.WorkEffortWorkEfforts}" navigation-form-name="ViewRequestWorkEfforts">
-                                <include-form name="ListRequestItemNotes" location="component://projectmgr/widget/forms/RequestForms.xml"/>
+                                <include-form name="ViewRequestWorkEfforts" location="component://projectmgr/widget/forms/RequestForms.xml"/>
                             </screenlet>
                         </container>
                     </decorator-section>