svn commit: r1090778 - /ofbiz/trunk/framework/common/widget/SecurityForms.xml

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

svn commit: r1090778 - /ofbiz/trunk/framework/common/widget/SecurityForms.xml

buscob
Author: buscob
Date: Sun Apr 10 11:21:55 2011
New Revision: 1090778

URL: http://svn.apache.org/viewvc?rev=1090778&view=rev
Log:
Removed title attribute from form field so that the related FormFieldTitle label is used

Modified:
    ofbiz/trunk/framework/common/widget/SecurityForms.xml

Modified: ofbiz/trunk/framework/common/widget/SecurityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/SecurityForms.xml?rev=1090778&r1=1090777&r2=1090778&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/SecurityForms.xml (original)
+++ ofbiz/trunk/framework/common/widget/SecurityForms.xml Sun Apr 10 11:21:55 2011
@@ -201,7 +201,7 @@ under the License.
                 <order-by field-name="userLoginId"/>
             </entity-condition>
         </actions>
-        <field name="userLoginId" title="${uiLabelMap.CommonUserLoginId}" widget-style="buttontext">
+        <field name="userLoginId" widget-style="buttontext">
             <hyperlink also-hidden="false" description="${userLoginId}" target="editlogin">
                 <parameter param-name="userLoginId"/>
             </hyperlink>