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='<@ofbizUrl>EditContactMech?facilityId=${facilityId}&amp;contactMechId=${contactMech.contactMechId}</@ofbizUrl>'>${uiLabelMap.CommonUpdate}</a>
               </#if>


Reply via email to