Merge pull request #1335 from yashodha/CRM-12981
[civicrm-core.git] / templates / CRM / Contribute / Form / Search / ContributionRecur.tpl
CommitLineData
8af85b9a 1{*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.3 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2013 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25*}
26
e7044438 27 <div class="crm-accordion-wrapper crm-contactDetails-accordion collapsed" id="{contribution_recur}" >
8af85b9a 28 <div class="crm-accordion-header">
29 {ts}Recurring Contributions{/ts}
30 </div>
31 <div class="crm-accordion-body">
32 <table class="form-layout-compressed">
33 <tr><td>{ts}Recurring Payments Start Date{/ts}</td>
34 <td>
35 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_start_date" from='_low' to='_high'}
36 </td>
37 </tr>
38 <tr>
39 <td>{ts}Recurring Contribution End Date{/ts}</td>
40 <td>
41 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_end_date" from='_low' to='_high'}
42 </td>
43 </tr>
44 <tr>
45 <td>{ts}Recurring Contribution Modified Date{/ts}</td>
46 <td>
47 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_modified_date" from='_low' to='_high'}
48 </td>
49 </tr>
50 <tr>
51 <td>{ts}Next Scheduled Recurring Contribution{/ts}</td>
52 <td>
53 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_next_sched_contribution_date" from='_low' to='_high'}
54 </td>
55 </tr>
56 <tr>
57 <td>{ts}Retry Failed Recurring Contribution On{/ts}</td>
58 <td>
59 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_failure_retry_date" from='_low' to='_high'}
60 </td>
61 </tr>
62 <tr>
63 <td>{ts}Recurring Contribution Cancel Date{/ts}</td>
64 <td>
65 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_cancel_date" from='_low' to='_high'}
66 </td>
67 </tr>
68 </table>
69 </div><!-- /.crm-accordion-body -->
70 </div><!-- /.crm-accordion-wrapper -->
71
72