CRM-16415 - removed extra space in crmButton call - ACL.tpl, ACLBasic.tpl
authorStephanie Gray <stephanie@freeform.ca>
Wed, 30 Sep 2015 17:41:57 +0000 (13:41 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 13 Oct 2015 18:50:12 +0000 (14:50 -0400)
templates/CRM/ACL/Page/ACL.tpl

index 830d88a1045bc4e619e3fb24db9c8704493e524f..810ff988524f6ce1ca0f58f2bf5e907067cc1d5b 100644 (file)
@@ -67,7 +67,7 @@
 
         {if $action ne 1 and $action ne 2}
           <div class="action-link">
-            {crmButton q="action=add&reset=1" id="newACL"  icon="plus-circle"}{ts}Add ACL{/ts}{/crmButton}
+            {crmButton q="action=add&reset=1" id="newACL" icon="plus-circle"}{ts}Add ACL{/ts}{/crmButton}
           </div>
         {/if}
       </div>