From 32959fcc973ebd7a023803cd2098c07daea2772a Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Mon, 26 Jul 2021 15:13:45 -0400 Subject: [PATCH] Case Dashboard: fix labels on my/all radio buttons, and simplify label text --- templates/CRM/Case/Page/DashBoard.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Case/Page/DashBoard.tpl b/templates/CRM/Case/Page/DashBoard.tpl index 41f19e33f4..08797ceb7d 100644 --- a/templates/CRM/Case/Page/DashBoard.tpl +++ b/templates/CRM/Case/Page/DashBoard.tpl @@ -26,12 +26,12 @@ {if $myCases} {* check for access all cases and activities *} {if call_user_func(array('CRM_Core_Permission','check'), 'access all cases and activities')} -
{ts}All Cases with Upcoming Activities{/ts}
-
{ts}My Cases with Upcoming Activities{/ts}
+
+
{/if} {else} -
{ts}All Cases with Upcoming Activities{/ts}
-
{ts}My Cases with Upcoming Activities{/ts}
+
+
{/if} -- 2.25.1