projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d087070
)
CRM-16415 - removed extra space in crmButton call - ACL.tpl, ACLBasic.tpl
author
Stephanie Gray
<stephanie@freeform.ca>
Wed, 30 Sep 2015 17:41:57 +0000
(13:41 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 13 Oct 2015 18:50:12 +0000
(14:50 -0400)
templates/CRM/ACL/Page/ACL.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/ACL/Page/ACL.tpl
b/templates/CRM/ACL/Page/ACL.tpl
index 830d88a1045bc4e619e3fb24db9c8704493e524f..810ff988524f6ce1ca0f58f2bf5e907067cc1d5b 100644
(file)
--- a/
templates/CRM/ACL/Page/ACL.tpl
+++ b/
templates/CRM/ACL/Page/ACL.tpl
@@
-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>