import of rt 3.0.4
[freeside.git] / rt / html / Ticket / Elements / EditDates
1 %# BEGIN LICENSE BLOCK
2 %# 
3 %# Copyright (c) 1996-2003 Jesse Vincent <jesse@bestpractical.com>
4 %# 
5 %# (Except where explictly superceded by other copyright notices)
6 %# 
7 %# This work is made available to you under the terms of Version 2 of
8 %# the GNU General Public License. A copy of that license should have
9 %# been provided with this software, but in any event can be snarfed
10 %# from www.gnu.org.
11 %# 
12 %# This work is distributed in the hope that it will be useful, but
13 %# WITHOUT ANY WARRANTY; without even the implied warranty of
14 %# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 %# General Public License for more details.
16 %# 
17 %# Unless otherwise specified, all modifications, corrections or
18 %# extensions to this work which alter its source code become the
19 %# property of Best Practical Solutions, LLC when submitted for
20 %# inclusion in the work.
21 %# 
22 %# 
23 %# END LICENSE BLOCK
24 <TABLE>
25   <TR>
26     <TD class="label"><&|/l&>Starts</&>:</TD>
27     <TD class="entry"><& /Elements/SelectDate, menu_prefix => 'Starts', current => 0 &> 
28         (<% $TicketObj->StartsObj->AsString %>)</TD>
29   </TR>
30   <TR>
31     <TD class="label"><&|/l&>Started</&>:</TD>
32     <TD class="entry"><& /Elements/SelectDate, menu_prefix => 'Started', current => 0 &> (<%$TicketObj->StartedObj->AsString %>)</TD>
33   </TR>
34
35   <TR>
36     <TD class="label">
37       <&|/l&>Last Contact</&>:
38     </TD>
39     <TD class="entry">
40       <& /Elements/SelectDate, menu_prefix => 'Told', current => 0 &> (<% $TicketObj->ToldObj->AsString %>)
41     </TD>
42   </TR>
43   <TR>
44     <TD class="label"><&|/l&>Due</&>:</TD>
45     <TD class="entry">
46       <& /Elements/SelectDate, menu_prefix => 'Due', current => 0 &> (<% $TicketObj->DueObj->AsString %>)
47     </TD>
48   </TR>
49 </TABLE>
50 <%ARGS>
51 $TicketObj => undef
52 </%ARGS>
53