Merge pull request #16626 from pradpnayak/lineItemFixes
[civicrm-core.git] / templates / CRM / Case / Form / EditClient.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
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 |
6a488035
TO
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">
66adc860 12 <div class="messages status no-popup">
6a488035 13 <div class="icon inform-icon"></div> {ts 1=$currentClientName}This is case is currently assigned to %1.{/ts}
66adc860
CW
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">
6a488035 18 <td class="label">
66adc860 19 {$form.reassign_contact_id.label}
6a488035 20 </td>
66adc860
CW
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>
6a488035 27</div>