removed some thread and ticket information from request
they are in FunThread and FunTicket classes now added funtion FunUptime (I forgot about it) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@631 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
[if-one ticket_tab]
|
||||
<table class="tickettab">
|
||||
<tr>
|
||||
<th>{ticket_table_name}</th>
|
||||
[if-any ticket_type_tab]<th>{ticket_table_type}</th>[end]
|
||||
[if-any ticket_status_tab]<th>{ticket_table_status}</th>[end]
|
||||
<th>{ticket_tab_name}</th>
|
||||
[if-any ticket_type_tab]<th>{ticket_tab_type}</th>[end]
|
||||
[if-any ticket_status_tab]<th>{ticket_tab_status}</th>[end]
|
||||
<th>{ticket_info_progress}</th>
|
||||
[if-any ticket_priority_tab]<th>{ticket_table_priority}</th>[end]
|
||||
[if-any ticket_expected_tab]<th>{ticket_table_expected}</th>[end]
|
||||
[if-any ticket_priority_tab]<th>{ticket_tab_priority}</th>[end]
|
||||
[if-any ticket_expected_tab]<th>{ticket_tab_expected}</th>[end]
|
||||
</tr>
|
||||
[for ticket_tab]
|
||||
<tr>
|
||||
@@ -44,7 +44,7 @@
|
||||
[if-any ticket_expected_tab]<tr><th>{ticket_info_expected}:</th><td>[ticket_expected]</td></tr>[end]
|
||||
<tr><th>{ticket_info_progress}:</th><td>[ticket_progress]%</td></tr>
|
||||
</table>
|
||||
[item_print_content]
|
||||
[ticket_item_print_content]
|
||||
</div>
|
||||
|
||||
[if-one dir_can_use_emacs]
|
||||
|
||||
Reference in New Issue
Block a user