Merge pull request #17966 from pradpnayak/divwrap
[civicrm-core.git] / templates / CRM / Case / Form / EditClient.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 {* template for assigning the current case to another client*}
11 <div class="crm-block crm-form-block crm-case-editclient-form-block">
12 <div class="messages status no-popup">
13 {icon icon="fa-info-circle"}{/icon} {ts 1=$currentClientName}This is case is currently assigned to %1.{/ts}
14 </div>
15 <div class="crm-form-block">
16 <table class="form-layout-compressed">
17 <tr class="crm-case-editclient-form-block-change_client_id">
18 <td class="label">
19 {$form.reassign_contact_id.label}
20 </td>
21 <td>
22 {$form.reassign_contact_id.html}
23 </td>
24 </table>
25 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
26 </div>
27 </div>