This commit was generated by cvs2svn to compensate for changes in r2523,
[freeside.git] / rt / webrt / Ticket / Elements / ShowSummary
1       <TABLE WIDTH="100%" >
2       <TR>
3         <TD VALIGN=TOP >
4           <& /Elements/TitleBoxStart, title => 'The Basics', 
5                 title_href =>"$RT::WebPath/Ticket/Modify.html?id=".$Ticket->Id, 
6                 title_class=> 'inverse',  
7                 color => "#993333" &>
8           <& /Ticket/Elements/ShowBasics, Ticket => $Ticket &>
9           <& /Elements/TitleBoxEnd &>
10
11         <BR>
12
13           <& /Elements/TitleBoxStart, 
14                 title_href =>"$RT::WebPath/Ticket/Modify.html?id=".$Ticket->Id, 
15                 title_class=> 'inverse',  
16                 title => "Keyword Selections", color => "#993300"
17           &>
18           <& /Ticket/Elements/ShowKeywordSelects, Ticket => $Ticket &>
19           <& /Elements/TitleBoxEnd &>
20
21         
22
23         <BR>
24           <& /Elements/TitleBoxStart, title => 'Relationships', 
25                 title_href => "$RT::WebPath/Ticket/ModifyLinks.html?id=".$Ticket->Id, 
26                 title_class=> 'inverse',  
27                 titleright => '', color=> "#336633" &>
28           <& /Ticket/Elements/ShowLinks, Ticket => $Ticket &>
29         <& /Elements/TitleBoxEnd &>
30         </TD>
31         <BR>
32         <TD VALIGN=TOP >
33
34           <& /Elements/TitleBoxStart, title => "Dates",
35                 title_href =>"$RT::WebPath/Ticket/ModifyDates.html?id=".$Ticket->Id, 
36                 title_class=> 'inverse',  
37                  color => "#663366" &>
38           <& /Ticket/Elements/ShowDates, Ticket => $Ticket &>
39           <& /Elements/TitleBoxEnd &>
40         <BR>  
41           <& /Elements/TitleBoxStart, title => 'People', 
42                 title_href =>"$RT::WebPath/Ticket/ModifyPeople.html?id=".$Ticket->Id, 
43                 title_class=> 'inverse',  
44                 color => "#333399" &>
45           <& /Ticket/Elements/ShowPeople, Ticket => $Ticket &>
46           <& /Elements/TitleBoxEnd &>
47         <BR>
48
49           <& /Ticket/Elements/ShowRequestor, Ticket => $Ticket &>
50
51
52         </TD>
53       </TR>
54     </TABLE>
55 <%ARGS>
56 $Ticket => undef
57 </%ARGS>
58
59
60
61