Merge remote-tracking branch 'upstream/4.3' into 4.3-master-2013-08-28-20-20-34
[civicrm-core.git] / templates / CRM / HRDCase / Form / CaseView.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.4 |
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 {* this template is used for adding/editing/deleting case *}
27 <div class="form-item">
28 <fieldset>
29 <legend>{ts}View Case Record Details{/ts}</legend>
30 <dl class="html-adjust">
31 <dt class="font-size12pt">{ts}Name{/ts}</dt><dd class="font-size12pt"><strong>{$contactNames}</strong>&nbsp;</dd>
32 <dt>{$form.subject.label}</dt><dd>{$form.subject.html}</dd>
33 <dt>{$form.status_id.label}</dt><dd>{$form.status_id.html}</dd>
34 <dt>{$form.case_type_id.label}</dt><dd>{$form.case_type_id.html}</dd>
35 <dt>{$form.start_date.label}</dt><dd>{$form.start_date.html}</dd>
36 <dt>{$form.end_date.label}</dt><dd>{$form.end_date.html}</dd>
37 <dt>{$form.details.label}</dt><dd>{$form.details.html}</dd>
38 <dt></dt><dd>{$form.buttons.html}
39 </dd>
40 </dl>
41 <div class="spacer"> </div>
42 <dl><dd>{include file="CRM/Activity/Selector/Activity.tpl" caseview=1}</dd></dl>
43 </fieldset>
44 </div>