Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-08-12-10-27-52
[civicrm-core.git] / templates / CRM / Pledge / Page / Tab.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
819d0d41 3 | CiviCRM version 4.5 |
6a488035 4 +--------------------------------------------------------------------+
819d0d41 5 | Copyright CiviCRM LLC (c) 2004-2014 |
6a488035
TO
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<div class="view-content">
27{if $action eq 1 or $action eq 2 or $action eq 8} {* add, update or view *}
28 {include file="CRM/Pledge/Form/Pledge.tpl"}
29{elseif $action eq 4}
30 {include file="CRM/Pledge/Form/PledgeView.tpl"}
31{else}
32<div id="help">
33 {ts 1=$displayName}Pledges received from %1 since inception.{/ts}
34 {if $permission EQ 'edit'}
2c407361 35 {capture assign=newContribURL}{crmURL p="civicrm/contact/view/pledge" q="reset=1&action=add&cid=`$contactId`&context=pledge"}{/capture}
a1c7d42f 36 {capture assign=link}class="action-item" href="{$newContribURL}"{/capture}
2c407361 37 {ts 1=$link}Click <a %1>Add Pledge</a> to record a new pledge received from this contact.{/ts}
6a488035
TO
38 {/if}
39</div>
40
41{if $action eq 16 and $permission EQ 'edit'}
42 <div class="action-link">
43 <a accesskey="N" href="{$newContribURL}" class="button"><span><div class="icon add-icon"></div>{ts}Add Pledge{/ts}</a></span>
44 <br/><br/>
45 </div>
46{/if}
47
48
49{if $rows}
50 <p> </p>
51 {include file="CRM/Pledge/Form/Selector.tpl"}
52
53{else}
54 <div class="messages status no-popup">
55 <div class="icon inform-icon"></div>
56 {ts}No pledges have been recorded from this contact.{/ts}
57 </div>
58{/if}
59
60{if $honor}
61 <div class="solid-border-top">
62 <br /><label>{ts 1=$displayName}Contributions made in honor of %1{/ts}</label>
63 </div>
64 {include file="CRM/Contribute/Page/ContributionHonor.tpl"}
65{/if}
66
67{/if}
68</div>