[OFBiz] SVN: r6790 - trunk/applications/content/widget/compdoc
jonesde@svn.ofbiz.org
jonesde at svn.ofbiz.org
Mon Feb 20 15:23:18 CST 2006
Author: jonesde
Date: 2006-02-20 15:23:15 -0600 (Mon, 20 Feb 2006)
New Revision: 6790
Modified:
trunk/applications/content/widget/compdoc/CompDocForms.xml
Log:
A few small style cleanups
Modified: trunk/applications/content/widget/compdoc/CompDocForms.xml
===================================================================
--- trunk/applications/content/widget/compdoc/CompDocForms.xml 2006-02-20 21:22:34 UTC (rev 6789)
+++ trunk/applications/content/widget/compdoc/CompDocForms.xml 2006-02-20 21:23:15 UTC (rev 6790)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- * Copyright (c) 2003 The Open For Business Project - www.ofbiz.org
+ * Copyright (c) 2003-2006 The Open For Business Project - www.ofbiz.org
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -64,16 +64,16 @@
<field name="contentId" title="Content Id"><display/></field>
<field name="contentTypeId" title="Content Type Id"><display/></field>
<field name="contentName" title="Name"><display/></field>
- <field name="edit" title="" use-when="contentTypeId.equals("COMPDOC_TEMPLATE")">
+ <field name="edit" title="" use-when="contentTypeId.equals("COMPDOC_TEMPLATE")" widget-style="buttontext">
<hyperlink also-hidden="false" description="Edit" target="EditCompDoc?contentId=${contentId}&caContentIdTo=${caContentIdTo}&caContentAssocTypeId=${caContentAssocTypeId}&caFromDate=${caFromDate}"/>
</field>
- <field name="edit" title="" use-when="contentTypeId.equals("COMPDOC_INSTANCE")">
+ <field name="edit" title="" use-when="contentTypeId.equals("COMPDOC_INSTANCE")" widget-style="buttontext">
<hyperlink also-hidden="false" description="Edit" target="EditCompDoc?contentId=${contentId}&caContentIdTo=${caContentIdTo}&caContentAssocTypeId=${caContentAssocTypeId}&caFromDate=${caFromDate}"/>
</field>
- <field name="tree" title="" use-when="contentTypeId.equals("COMPDOC_TEMPLATE")">
+ <field name="tree" title="" use-when="contentTypeId.equals("COMPDOC_TEMPLATE")" widget-style="buttontext">
<hyperlink also-hidden="false" description="Tree" target="ViewCompDocTemplateTree?rootTemplateContentId=${contentId}"/>
</field>
- <field name="tree" title="" use-when="contentTypeId.equals("COMPDOC_INSTANCE")">
+ <field name="tree" title="" use-when="contentTypeId.equals("COMPDOC_INSTANCE")" widget-style="buttontext">
<hyperlink also-hidden="false" description="Tree" target="ViewCompDocInstanceTree?rootInstanceContentId=${contentId}"/>
</field>
</form>
More information about the Svn
mailing list