svn commit: r783207 - in /ofbiz/trunk/applications/party/webapp/partymgr/party: PartyForms.xml profileblocks/Notes.ftl

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

svn commit: r783207 - in /ofbiz/trunk/applications/party/webapp/partymgr/party: PartyForms.xml profileblocks/Notes.ftl

apatel-2
Author: apatel
Date: Wed Jun 10 05:38:02 2009
New Revision: 783207

URL: http://svn.apache.org/viewvc?rev=783207&view=rev
Log:
Add NoteName field on notes view screenlet.

Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml
    ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Notes.ftl

Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml?rev=783207&r1=783206&r2=783207&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml Wed Jun 10 05:38:02 2009
@@ -326,7 +326,7 @@
         <auto-fields-service service-name="createPartyNote"/>
         <field name="partyId"><hidden/></field>
         <field name="noteId" tooltip="${uiLabelMap.PartyOptional}"><hidden/></field>
-        <field name="noteName" tooltip="${uiLabelMap.PartyOptional}"> </field>
+        <field name="noteName" title="${uiLabelMap.FormFieldTitle_noteName}" tooltip="${uiLabelMap.PartyOptional}"> </field>
         <field name="note"><textarea cols="70" rows="10"/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="smallSubmit"><submit button-type="text-link"/></field>
         <field name="cancelLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="smallSubmit">

Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Notes.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Notes.ftl?rev=783207&r1=783206&r2=783207&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Notes.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Notes.ftl Wed Jun 10 05:38:02 2009
@@ -33,6 +33,7 @@
           <#list notes as noteRef>
             <tr>
               <td>
+                <div><b>${uiLabelMap.FormFieldTitle_noteName}: </b>${noteRef.noteName}</div>
                 <div><b>${uiLabelMap.CommonBy}: </b>${Static["org.ofbiz.party.party.PartyHelper"].getPartyName(delegator, noteRef.noteParty, true)}</div>
                 <div><b>${uiLabelMap.CommonAt}: </b>${noteRef.noteDateTime.toString()}</div>
               </td>