[REF] Move handling of form elements back to the Form
[civicrm-core.git] / templates / CRM / Campaign / Form / Task / Print.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 <div class="form-item">
11 <span class="element-right">{$form.buttons.html}</span>
12 </div>
13
14 {if $rows }
15 <p></p>
16 {include file="CRM/Campaign/Form/Selector.tpl"}
17
18 <div class="form-item">
19 <span class="element-right">{$form.buttons.html}</span>
20 </div>
21
22 {else}
23 <div class="messages status no-popup">
24 <div class="icon inform-icon"/>
25 {ts}There are no records selected for Print.{/ts}
26 </div>
27 {/if}