commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / templates / CRM / Contribute / Form / Search / ContributionRecur.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2015 |
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
27 <div class="crm-accordion-wrapper crm-contactDetails-accordion
28 {if empty($contribution_recur_pane_open)} collapsed{/if}" id="contribution_recur">
29 <div class="crm-accordion-header">
30 {ts}Recurring Contributions{/ts}
31 </div>
32 <div class="crm-accordion-body">
33 <table class="form-layout-compressed">
34 <tr>
35 <td>{ts}Start Date{/ts}</td>
36 <td>
37 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_start_date" from='_low' to='_high'}
38 </td>
39 </tr>
40 <tr>
41 <td>{ts}End Date{/ts}</td>
42 <td>
43 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_end_date" from='_low' to='_high'}
44 </td>
45 </tr>
46 <tr>
47 <td>{ts}Modified Date{/ts}</td>
48 <td>
49 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_modified_date" from='_low' to='_high'}
50 </td>
51 </tr>
52 <tr>
53 <td>{ts}Next Scheduled{/ts}</td>
54 <td>
55 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_next_sched_contribution_date" from='_low' to='_high'}
56 </td>
57 </tr>
58 <tr>
59 <td>{ts}Retry Date{/ts}</td>
60 <td>
61 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_failure_retry_date" from='_low' to='_high'}
62 </td>
63 </tr>
64 <tr>
65 <td>{ts}Cancel Date{/ts}</td>
66 <td>
67 {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_cancel_date" from='_low' to='_high'}
68 </td>
69 </tr>
70 </table>
71 </div>
72 <!-- /.crm-accordion-body -->
73 </div><!-- /.crm-accordion-wrapper -->
74
75