You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/09/03 19:32:49 UTC

svn commit: r1759129 - /ofbiz/trunk/applications/accounting/widget/AgreementForms.xml

Author: deepak
Date: Sat Sep  3 19:32:48 2016
New Revision: 1759129

URL: http://svn.apache.org/viewvc?rev=1759129&view=rev
Log:
(OFBIZ-7969) Set hyperlink type to anchor for stream request, that is used to render attached agreement content

Modified:
    ofbiz/trunk/applications/accounting/widget/AgreementForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/AgreementForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/AgreementForms.xml?rev=1759129&r1=1759128&r2=1759129&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/AgreementForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/AgreementForms.xml Sat Sep  3 19:32:48 2016
@@ -269,7 +269,7 @@ under the License.
         <field name="contentId"><hidden/></field>
         <field name="contentName">
             <display-entity entity-name="Content" description="${contentName}" key-field-name="contentId">
-                <sub-hyperlink target="stream" description="${contentId}" link-style="smallSubmit">
+                <sub-hyperlink target="stream" description="${contentId}" link-style="smallSubmit" link-type="anchor">
                     <parameter param-name="contentId"/>
                 </sub-hyperlink>
             </display-entity>