You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adrian Crum <ad...@sandglass-software.com> on 2012/05/19 10:23:14 UTC

Re: svn commit: r1340367 - /ofbiz/trunk/applications/content/widget/content/ContentForms.xml

There is no "tabletext" style.

-Adrian

On 5/19/2012 8:55 AM, jleroux@apache.org 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>
>
>

Re: svn commit: r1340367 - /ofbiz/trunk/applications/content/widget/content/ContentForms.xml

Posted by Adrian Crum <ad...@sandglass-software.com>.
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" <ad...@sandglass-software.com>
>> There is no "tabletext" style.
>>
>> -Adrian
>>
>> On 5/19/2012 8:55 AM, jleroux@apache.org 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>
>>>
>>>

Re: svn commit: r1340367 - /ofbiz/trunk/applications/content/widget/content/ContentForms.xml

Posted by Jacques Le Roux <ja...@les7arts.com>.
OK, it's unrelated to my change done while working on CommonEmptyHeader. What would you suggest?

Jacques

From: "Adrian Crum" <ad...@sandglass-software.com>
> There is no "tabletext" style.
>
> -Adrian
>
> On 5/19/2012 8:55 AM, jleroux@apache.org 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>
>>
>>