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/07/05 10:48:46 UTC

svn commit: r1751439 - /ofbiz/trunk/applications/product/template/facility/ViewContactMechs.ftl

Author: deepak
Date: Tue Jul  5 10:48:46 2016
New Revision: 1751439

URL: http://svn.apache.org/viewvc?rev=1751439&view=rev
Log:
(OFBIZ-7342) Applied patch jira issue.
===========================================
Inconsistent UI for Update and Expire button at Facility Contact Information Screen
===========================================

Thanks Pawan Verma for your contribution.

Modified:
    ofbiz/trunk/applications/product/template/facility/ViewContactMechs.ftl

Modified: ofbiz/trunk/applications/product/template/facility/ViewContactMechs.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/template/facility/ViewContactMechs.ftl?rev=1751439&r1=1751438&r2=1751439&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/template/facility/ViewContactMechs.ftl (original)
+++ ofbiz/trunk/applications/product/template/facility/ViewContactMechs.ftl Tue Jul  5 10:48:46 2016
@@ -89,7 +89,6 @@ under the License.
               <#if facilityContactMech.thruDate?has_content><br /><b>${uiLabelMap.CommonUpdatedEffectiveThru}:&nbsp;${facilityContactMech.thruDate.toString()}</b></#if>
             </td>
             <td class="button-col">
-              &nbsp;
               <#if security.hasEntityPermission("FACILITY", "_UPDATE", session)>
                 <a href='<@o...@ofbizUrl>'>${uiLabelMap.CommonUpdate}</a>
               </#if>