From 2744e2a8938ed60d0470d2a7c02d89f61255d603 Mon Sep 17 00:00:00 2001 From: Tunbola Ogunwande Date: Wed, 20 Dec 2017 18:49:55 +0100 Subject: [PATCH] CRM-21584: Add CrmRegion Tag to Contact Actions menu template --- templates/CRM/Contact/Page/Inline/Actions.tpl | 64 ++++++++++--------- 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/templates/CRM/Contact/Page/Inline/Actions.tpl b/templates/CRM/Contact/Page/Inline/Actions.tpl index ef94ca3fc2..788bfbf13c 100644 --- a/templates/CRM/Contact/Page/Inline/Actions.tpl +++ b/templates/CRM/Contact/Page/Inline/Actions.tpl @@ -29,40 +29,42 @@ {crmButton id="crm-contact-actions-link" href="#" icon="bars"} {ts}Actions{/ts} {/crmButton} -
-
-
- {include file="CRM/Activity/Form/ActivityLinks.tpl" as_select=false} -
-
-
    - {foreach from=$actionsMenuList.otherActions item='row'} - {if !empty($row.href) or !empty($row.tab)} -
  • - - {$row.title} - -
  • - {/if} - {/foreach} -
-
-
-
    - {foreach from=$actionsMenuList.moreActions item='row'} - {if !empty($row.href) or !empty($row.tab)} -
  • - {$row.title} -
  • - {/if} - {/foreach} -
-
+ {crmRegion name="contact-page-inline-actions"} +
+
+
+ {include file="CRM/Activity/Form/ActivityLinks.tpl" as_select=false} +
+
+
    + {foreach from=$actionsMenuList.otherActions item='row'} + {if !empty($row.href) or !empty($row.tab)} +
  • + + {$row.title} + +
  • + {/if} + {/foreach} +
+
+
+
    + {foreach from=$actionsMenuList.moreActions item='row'} + {if !empty($row.href) or !empty($row.tab)} +
  • + {$row.title} +
  • + {/if} + {/foreach} +
+
-
+
+
-
+ {/crmRegion}
{literal} {/literal} -- 2.25.1