From a5fbfb18ebb86fe73eb69d044e583efe7deb7abe Mon Sep 17 00:00:00 2001 From: Samuel Vanhove Date: Wed, 3 Oct 2018 11:45:26 -0400 Subject: [PATCH] (NFC) Make datatables in Activities and Relationship tab adjust to the screen size --- templates/CRM/Activity/Selector/Selector.tpl | 2 +- templates/CRM/Contact/Page/View/RelationshipSelector.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Activity/Selector/Selector.tpl b/templates/CRM/Activity/Selector/Selector.tpl index 1b0be911e9..dd3015cc32 100644 --- a/templates/CRM/Activity/Selector/Selector.tpl +++ b/templates/CRM/Activity/Selector/Selector.tpl @@ -45,7 +45,7 @@ - +
diff --git a/templates/CRM/Contact/Page/View/RelationshipSelector.tpl b/templates/CRM/Contact/Page/View/RelationshipSelector.tpl index b25efcc50f..d54d0779fa 100644 --- a/templates/CRM/Contact/Page/View/RelationshipSelector.tpl +++ b/templates/CRM/Contact/Page/View/RelationshipSelector.tpl @@ -29,7 +29,7 @@
{ts}Type{/ts}
+ data-ajax="{crmURL p="civicrm/ajax/contactrelationships" q="context=$context&cid=$contactId"}" style="width: 100%;"> @@ -46,4 +46,4 @@
{ts}Relationship{/ts}
{crmRegion name="crm-contact-relationshipselector-post"} -{/crmRegion} \ No newline at end of file +{/crmRegion} -- 2.25.1