Merge pull request #18250 from seamuslee001/ref_entity_id_group
[civicrm-core.git] / templates / CRM / Case / Form / AddToCaseAsRole.tpl
1 <div><label for="assign_to">{$form.assign_to.label}:</label></div>
2 <div>{$form.assign_to.html}</div>
3
4 <div>{$form.role_type.label}</div>
5 <div>{$form.role_type.html}</div><br />
6
7 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>