Author: buscob
Date: Sun Apr 10 11:21:55 2011
New Revision: 1090778
URL:
http://svn.apache.org/viewvc?rev=1090778&view=revLog:
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>