Merge in 5.20
[civicrm-core.git] / templates / CRM / Contribute / Form / SearchContribution.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<div class="crm-block crm-form-block crm-contribution-search_contribution-form-block">
11<h3>{ts}Find Contribution Pages{/ts}</h3>
12<table class="form-layout-compressed">
13 <tr>
14 <td>{$form.title.html}
15 <div class="description font-italic">
16 {ts}Complete OR partial Contribution Page title.{/ts}
17 </div>
6a488035 18 </td>
31037a42 19
6a488035
TO
20 <td>
21 <label>{ts}Financial Type{/ts}</label>
22 <div class="listing-box">
23 {foreach from=$form.financial_type_id item="contribution_val"}
24 <div class="{cycle values="odd-row,even-row"}">
25 {$contribution_val.html}
26 </div>
27 {/foreach}
28 </div>
29 </td>
30 </tr>
31
32 {* campaign in contribution page search *}
31037a42 33 {include file="CRM/Campaign/Form/addCampaignToComponent.tpl"
6a488035
TO
34 campaignContext="componentSearch" campaignTrClass='' campaignTdClass=''}
35
36 </table>
036aa39d 37 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl"}</div>
232624b1 38</div>