From: deb.monish Date: Wed, 28 Jun 2017 18:46:35 +0000 (+0530) Subject: CRM-20781: Truncate long text in mail listing X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=94008fba5dce0352f4e1dc7dfd23f1785a14ed56;p=civicrm-core.git CRM-20781: Truncate long text in mail listing --- diff --git a/templates/CRM/Mailing/Page/Browse.tpl b/templates/CRM/Mailing/Page/Browse.tpl index 8b0f6db438..d50af58bb5 100644 --- a/templates/CRM/Mailing/Page/Browse.tpl +++ b/templates/CRM/Mailing/Page/Browse.tpl @@ -69,9 +69,17 @@ {$row.language} {/if} {$row.status} - {$row.created_by} + + + {$row.created_by|mb_truncate:20:"..."} + + {$row.created_date} - {$row.scheduled_by} + + + {$row.scheduled_by|mb_truncate:20:"..."} + + {$row.scheduled} {$row.start} {$row.end}