That style was removed from the stylesheet in 2007. All references to it
should be removed.
-Adrian
On 5/19/2012 10:04 AM, Jacques Le Roux wrote:
OK, it's unrelated to my change done while working on
CommonEmptyHeader. What would you suggest?
Jacques
From: "Adrian Crum" <[email protected]>
There is no "tabletext" style.
-Adrian
On 5/19/2012 8:55 AM, [email protected] wrote:
Author: jleroux
Date: Sat May 19 07:55:29 2012
New Revision: 1340367
URL: http://svn.apache.org/viewvc?rev=1340367&view=rev
Log:
No reasons to not show those fields titles
Modified:
ofbiz/trunk/applications/content/widget/content/ContentForms.xml
Modified:
ofbiz/trunk/applications/content/widget/content/ContentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentForms.xml?rev=1340367&r1=1340366&r2=1340367&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentForms.xml
(original)
+++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml
Sat May 19 07:55:29 2012
@@ -240,8 +240,8 @@ under the License.
</actions>
<auto-fields-entity entity-name="ContentAssoc"/>
<field name="contentId" widget-style="tabletext"><display/></field>
-<field name="contentIdTo" title="${uiLabelMap.CommonEmptyHeader}"
widget-style="tabletext"><display/></field>
-<field name="contentAssocTypeId"
title="${uiLabelMap.CommonEmptyHeader}"
widget-style="tabletext"><display/></field>
+<field name="contentIdTo" widget-style="tabletext"><display/></field>
+<field name="contentAssocTypeId"
widget-style="tabletext"><display/></field>
<field name="fromDate" widget-style="tabletext"><display/></field>
<field name="updateButton" title="${uiLabelMap.CommonUpdate}"
widget-style="smallSubmit"><submit button-type="button"/></field>
</form>