From 7d805c318bedadf708f1797e5fc99e84ef1c361f Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 12 Nov 2015 16:55:47 -0500 Subject: [PATCH] CRM-16415 - Use crmButton for menu buttons --- templates/CRM/Block/CreateNew.tpl | 2 +- templates/CRM/Contact/Page/Inline/Actions.tpl | 4 +++- templates/CRM/Contribute/Form/ContributionPage/Tab.tpl | 4 +--- templates/CRM/Event/Form/ManageEvent/Tab.tpl | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Block/CreateNew.tpl b/templates/CRM/Block/CreateNew.tpl index 3c6f0dbca3..2a5b642193 100644 --- a/templates/CRM/Block/CreateNew.tpl +++ b/templates/CRM/Block/CreateNew.tpl @@ -24,7 +24,7 @@ *}
- {ts}Create New{/ts} + {crmButton id="crm-create-new-link" href="#" icon="bars"}{ts}Create New{/ts}{/crmButton}
    diff --git a/templates/CRM/Contact/Page/Inline/Actions.tpl b/templates/CRM/Contact/Page/Inline/Actions.tpl index 5f0f4c3d77..ccdb95700c 100644 --- a/templates/CRM/Contact/Page/Inline/Actions.tpl +++ b/templates/CRM/Contact/Page/Inline/Actions.tpl @@ -26,7 +26,9 @@ {* this template is used for the dropdown menu of the "Actions" button on contacts. *}
    - {ts}Actions{/ts} + {crmButton id="crm-contact-actions-link" href="#" icon="bars"} + {ts}Actions{/ts} + {/crmButton}
    diff --git a/templates/CRM/Contribute/Form/ContributionPage/Tab.tpl b/templates/CRM/Contribute/Form/ContributionPage/Tab.tpl index 97b1e0d128..c4b3e08be7 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Tab.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Tab.tpl @@ -27,9 +27,7 @@