You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/06/10 07:09:42 UTC

svn commit: r1747646 - /ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml

Author: pranayp
Date: Fri Jun 10 07:09:42 2016
New Revision: 1747646

URL: http://svn.apache.org/viewvc?rev=1747646&view=rev
Log:
[OFBIZ-7271] Applied patch from the ticket. Fixed UI Label issue on Find Subscription Resource screen, it was being shown twice. 

Thanks Mohammed Rehan Khan for the contribution.

Modified:
    ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml?rev=1747646&r1=1747645&r2=1747646&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/SubscriptionScreens.xml Fri Jun 10 07:09:42 2016
@@ -181,9 +181,6 @@ under the License.
                                 <if-service-permission service-name="subscriptionPermissionCheck" main-action="VIEW"/>
                             </condition>
                             <widgets>
-                                <container style="h1">
-                                    <label text="${uiLabelMap.PageTitleFindSubscriptionResource}"/>
-                                </container>
                                 <container style="button-bar">
                                     <link target="EditSubscriptionResource" text="${uiLabelMap.ProductNewSubscriptionResource}" style="buttontext create"/>
                                 </container>