From: Coleman Watts Date: Thu, 12 Nov 2015 21:55:47 +0000 (-0500) Subject: CRM-16415 - Use crmButton for menu buttons X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7d805c318bedadf708f1797e5fc99e84ef1c361f;p=civicrm-core.git CRM-16415 - Use crmButton for menu buttons --- 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 @@