projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d66250
)
Use select2 for template on New Email
author
larssandergreen
<lars@wildsight.ca>
Wed, 7 Jun 2023 00:22:00 +0000
(18:22 -0600)
committer
larssandergreen
<lars@wildsight.ca>
Wed, 7 Jun 2023 00:22:00 +0000
(18:22 -0600)
CRM/Mailing/BAO/Mailing.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Mailing/BAO/Mailing.php
b/CRM/Mailing/BAO/Mailing.php
index 9703414b80de7033c4b0e9aeec57d3c43072a2f5..03acef38f5a78575abb9456cf499713fa196e6ca 100644
(file)
--- a/
CRM/Mailing/BAO/Mailing.php
+++ b/
CRM/Mailing/BAO/Mailing.php
@@
-2556,7
+2556,7
@@
LEFT JOIN civicrm_mailing_group g ON g.mailing_id = m.id
$form->add('select', "{$prefix}template", ts('Use Template'),
['' => ts('- select -')] + $templates[$prefix], FALSE,
- ['onChange' => "selectValue( this.value, '{$prefix}');"]
+ ['onChange' => "selectValue( this.value, '{$prefix}');"
, 'class' => 'crm-select2 huge'
]
);
}
$form->add('checkbox', "{$prefix}updateTemplate", ts('Update Template'), NULL);