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

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

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

jleroux@apache.org
Author: jleroux
Date: Sat May 19 09:40:48 2012
New Revision: 1340390

URL: http://svn.apache.org/viewvc?rev=1340390&view=rev
Log:
Adrian suggested to removes all link-style="tabletext": <<That style was removed from the stylesheet in 2007. All references to it should be removed.>>


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=1340390&r1=1340389&r2=1340390&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml Sat May 19 09:40:48 2012
@@ -283,7 +283,7 @@ under the License.
         <field name="contentId"><hidden/></field>
         <field name="contentIdTo">
             <display-entity entity-name="Content" description="${contentName},${description}" key-field-name="contentId">
-                <sub-hyperlink target="EditContentAssoc" description="${contentIdTo}" link-style="tabletext">
+                <sub-hyperlink target="EditContentAssoc" description="${contentIdTo}">
                     <parameter param-name="contentId" from-field="contentIdTo"/>
                 </sub-hyperlink>
             </display-entity>
@@ -313,7 +313,7 @@ under the License.
         </actions>
         <field name="contentId">
             <display-entity entity-name="Content" description="${contentName},${description}">
-                <sub-hyperlink target="EditContentAssoc" description="${contentId}" link-style="tabletext">
+                <sub-hyperlink target="EditContentAssoc" description="${contentId}">
                     <parameter param-name="contentId"/>
                 </sub-hyperlink>
             </display-entity>