You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/04/15 08:52:59 UTC

svn commit: r1791473 - /ofbiz/ofbiz-framework/trunk/applications/content/widget/forum/ForumForms.xml

Author: jleroux
Date: Sat Apr 15 08:52:59 2017
New Revision: 1791473

URL: http://svn.apache.org/viewvc?rev=1791473&view=rev
Log:
Implemented: Special characters displays in From Date UI label field in forum 
screen
Improved:
(OFBIZ-7850)

1. Go to Find Forum group list page 
    https://localhost:8443/content/control/findForumGroups
2. Select one of the Forum from the available forum list.
3. On this Forum Group page, In Add Forum and List Forums section, the UI label 
	From Date Time displayed "From Date & Time", it should be corrected to 
	display From Date Time.

jleroux: patch obsolete, I had to change things by hand

Thanks: Gopal Yadav

Modified:
    ofbiz/ofbiz-framework/trunk/applications/content/widget/forum/ForumForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/content/widget/forum/ForumForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/widget/forum/ForumForms.xml?rev=1791473&r1=1791472&r2=1791473&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/widget/forum/ForumForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/widget/forum/ForumForms.xml Sat Apr 15 08:52:59 2017
@@ -66,7 +66,7 @@ under the License.
                 <parameter param-name="deactivateExisting" value="true"/>
             </hyperlink>
         </field>
-        <field name="caFromDate" entry-name="caFromDate"><display description="${groovy:caFromDate.toString().substring(0,10)}"/></field>
+        <field name="caFromDate" title="${uiLabelMap.CommonFromDate}" entry-name="caFromDate"><display description="${groovy:caFromDate.toString().substring(0,10)}"/></field>
         <field name="nbrOfMessages" entry-name="childBranchCount"><display/></field>
     </form>
     <form name="AddForum" type="single" target="createForum"
@@ -74,7 +74,7 @@ under the License.
         <field name="forumGroupId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="forumName" parameter-name="contentName"><text/></field>
         <field name="forumDescription" parameter-name="description"><text/></field>
-        <field name="caFromDate"><date-time default-value="${nowTimestamp}"/></field>
+        <field name="caFromDate" title="${uiLabelMap.CommonFromDateTime}"><date-time default-value="${nowTimestamp}"/></field>
         <field name="contentTypeId"><hidden value="WEB_SITE_PUB_PT"/></field>
         <field name="ownerContentId"><hidden value="${parameters.forumGroupId}"/></field>
         <field name="caContentId"><hidden value="${parameters.forumGroupId}"/></field>