Merge pull request #1433 from totten/master-validate-messages
[civicrm-core.git] / tools / templates / CRM / Auction / Form / Auction.tpl
CommitLineData
6a488035
TO
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}Auction Information{/ts}</legend>
28 <table class="form-layout-compressed">
29 <tr><td class="label">{$form.title.label}</td><td>{$form.title.html}</td></tr>
30 <tr><td class="label">{$form.description.label}</td><td>{$form.description.html}</td></tr>
31
32 <tr><td class="label">{$form.start_date.label}</td><td>{$form.start_date.html}</td></tr>
33 <tr><td>&nbsp;</td><td>{include file="CRM/common/calendar/desc.tpl" trigger=trigger_event_1 doTime=1}
34 {include file="CRM/common/calendar/body.tpl" dateVar=start_date offset=3 doTime=1 trigger=trigger_event_1 ampm=1}</td></tr>
35
36 <tr><td class="label">{$form.end_date.label}</td><td>{$form.end_date.html}</td></tr>
37 <tr><td>&nbsp;</td><td>{include file="CRM/common/calendar/desc.tpl" trigger=trigger_event_2 doTime=1}
38 {include file="CRM/common/calendar/body.tpl" dateVar=end_date offset=3 doTime=1 trigger=trigger_event_2 ampm=1}</td></tr>
39
40 <tr><td class="label">{$form.item_start_date.label}</td><td>{$form.item_start_date.html}</td></tr>
41 <tr><td>&nbsp;</td><td>{include file="CRM/common/calendar/desc.tpl" trigger=trigger_event_3 doTime=1}
42 {include file="CRM/common/calendar/body.tpl" dateVar=item_start_date offset=3 doTime=1 trigger=trigger_event_3 ampm=1}</td></tr>
43
44 <tr><td class="label">{$form.item_end_date.label}</td><td>{$form.item_end_date.html}</td></tr>
45 <tr><td>&nbsp;</td><td>{include file="CRM/common/calendar/desc.tpl" trigger=trigger_event_4 doTime=1}
46 {include file="CRM/common/calendar/body.tpl" dateVar=item_end_date offset=3 doTime=1 trigger=trigger_event_4 ampm=1}</td></tr>
47
48 <tr><td class="label">{$form.max_items.label}</td><td>{$form.max_items.html|crmReplace:class:four}<br />
49 <tr><td class="label">{$form.max_items_user.label}</td><td>{$form.max_items_user.html|crmReplace:class:four}<br />
50
51 <tr><td>&nbsp;</td><td>{$form.is_item_approval.html} {$form.is_item_approval.label}<br />
52 <tr><td>&nbsp;</td><td>{$form.is_item_groups.html} {$form.is_item_groups.label}<br />
53 <tr><td>&nbsp;</td><td>{$form.is_active.html} {$form.is_active.label}</td></tr>
54
55 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
56 </table>
57 <dl>
58 <dt></dt><dd class="html-adjust">{$form.buttons.html}</dd>
59 </dl>
60</fieldset>
61</div>