Merge pull request #1444 from deepak-srivastava/logrev
[civicrm-core.git] / tools / templates / CRM / Auction / Form / Item.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.1 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2011 |
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="form-item">
27 <fieldset><legend>{ts}Item Information{/ts}</legend>
28 <table class="form-layout-compressed">
29 <tr><td class="label">{ts}Auction{/ts}</td><td>{$auctionTitle}</td></tr>
30 <tr><td class="label">{ts}Donor{/ts}</td><td>{$donorName}</td></tr>
31 <tr><td class="label">{$form.title.label}</td><td>{$form.title.html}</td></tr>
32 <tr><td class="label">{$form.description.label}</td><td>{$form.description.html}</td></tr>
33 <tr><td class="label">{$form.url.label}</td><td>{$form.url.html}</td></tr>
34 <tr><td class="label">{$form.auction_item_type_id.label}</td><td>{$form.auction_item_type_id.html}</td></tr>
35
36 <tr><td class="label">{$form.quantity.label}</td><td>{$form.quantity.html|crmReplace:class:four}<br />
37 <tr><td class="label">{$form.retail_value.label}</td><td>{$form.retail_value.html|crmReplace:class:four}<br />
38 <tr><td class="label">{$form.min_bid_value.label}</td><td>{$form.min_bid_value.html|crmReplace:class:four}<br />
39 <tr><td class="label">{$form.min_bid_increment.label}</td><td>{$form.min_bid_increment.html|crmReplace:class:four}<br />
40 <tr><td class="label">{$form.buy_now_value.label}</td><td>{$form.buy_now_value.html|crmReplace:class:four}<br />
41
42 <tr><td>&nbsp;</td><td>{$form.is_group.html} {$form.is_group.label}<br />
43 <tr><td>&nbsp;</td><td>{$form.is_active.html} {$form.is_active.label}</td></tr>
44 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
45 </table>
46
47 {include file="CRM/Form/attachment.tpl" context="pcpCampaign"}
48
49 <dl>
50 <dt></dt><dd class="html-adjust">{$form.buttons.html}</dd>
51 </dl>
52 </fieldset>
53 </div>