| 63 | | <!-- BDP: page_message --> |
|---|
| 64 | | <tr> |
|---|
| 65 | | <td colspan="6" class="title"><font color="#FF0000">{MESSAGE}</font></td> |
|---|
| 66 | | </tr> |
|---|
| 67 | | <!-- EDP: page_message --> |
|---|
| 68 | | <!-- BDP: tickets_list --> |
|---|
| 69 | | <tr> |
|---|
| 70 | | <td colspan="2" class="content3" nowrap align="center"><b>{TR_TICKET_FROM}</b></td> |
|---|
| 71 | | <td width="260" class="content3" nowrap align="center"><b>{TR_SUBJECT}</b></td> |
|---|
| 72 | | <td width="150" class="content3" nowrap align="center"><b>{TR_URGENCY}</b></td> |
|---|
| 73 | | <td width="100" class="content3" nowrap align="center"><b>{TR_LAST_DATA}</b></td> |
|---|
| 74 | | <td width="100" class="content3" nowrap align="center"><b>{TR_ACTION}</b></td> |
|---|
| 75 | | </tr> |
|---|
| 76 | | <!-- BDP: tickets_item --> |
|---|
| 77 | | <tr> |
|---|
| 78 | | <td width="25" nowrap class="{CONTENT}"><b>{NEW}</b></td> |
|---|
| 79 | | <td class="{CONTENT}" nowrap align="left">{FROM}</td> |
|---|
| 80 | | <td class="{CONTENT}" nowrap><img src="{THEME_COLOR_PATH}/images/icons/document.gif" width="12" height="15" align="left"> |
|---|
| 81 | | <script language="javascript"> |
|---|
| | 63 | <!-- BDP: page_message --> |
|---|
| | 64 | <tr> |
|---|
| | 65 | <td colspan="6" class="title"><font color="#FF0000">{MESSAGE}</font></td> |
|---|
| | 66 | </tr> |
|---|
| | 67 | <!-- EDP: page_message --> |
|---|
| | 68 | <!-- BDP: tickets_list --> |
|---|
| | 69 | <tr> |
|---|
| | 70 | <td colspan="2" class="content3" align="center"><b>{TR_TICKET_FROM}</b></td> |
|---|
| | 71 | <td width="260" class="content3" align="center"><b>{TR_SUBJECT}</b></td> |
|---|
| | 72 | <td width="150" class="content3" align="center"><b>{TR_URGENCY}</b></td> |
|---|
| | 73 | <td width="100" class="content3" align="center"><b>{TR_LAST_DATA}</b></td> |
|---|
| | 74 | <td width="100" class="content3" align="center"><b>{TR_ACTION}</b></td> |
|---|
| | 75 | </tr> |
|---|
| | 76 | <!-- BDP: tickets_item --> |
|---|
| | 77 | <tr> |
|---|
| | 78 | <td width="25" nowrap="nowrap" class="{CONTENT}"><b>{NEW}</b></td> |
|---|
| | 79 | <td class="{CONTENT}" nowrap="nowrap" align="left">{FROM}</td> |
|---|
| | 80 | <td class="{CONTENT}" nowrap="nowrap"><img src="{THEME_COLOR_PATH}/images/icons/document.gif" width="12" height="15" align="left" /> |
|---|
| | 81 | <script language="JavaScript" type="text/javascript"> |
|---|
| 84 | | {SUBJECT}</a> </td> |
|---|
| 85 | | <td class="{CONTENT}" nowrap align="center">{URGENCY}</td> |
|---|
| 86 | | <td class="{CONTENT}" nowrap align="center">{LAST_DATE}</td> |
|---|
| 87 | | <td class="{CONTENT}" nowrap align="center"><img src="{THEME_COLOR_PATH}/images/icons/delete.gif" width="16" height="16" border="0" align="absmiddle"> <a href="#" onClick="action_delete('delete_ticket.php?ticket_id={ID}')" class="link">{TR_DELETE}</a></td> |
|---|
| 88 | | </tr> |
|---|
| 89 | | <!-- EDP: tickets_item --> |
|---|
| 90 | | <tr> |
|---|
| 91 | | <td colspan="3" nowrap><input name="Submit" type="submit" class="button" onClick="MM_goToURL('parent','delete_ticket.php?delete=open');return document.MM_returnValue" value="{TR_DELETE_ALL}"></td> |
|---|
| 92 | | <td colspan="3" nowrap><div align="right"> |
|---|
| 93 | | <!-- BDP: scroll_prev_gray --> |
|---|
| 94 | | <img src="{THEME_COLOR_PATH}/images/icons/flip/prev_gray.gif" width="20" height="20" border="0"> |
|---|
| 95 | | <!-- EDP: scroll_prev_gray --> |
|---|
| 96 | | <!-- BDP: scroll_prev --> |
|---|
| 97 | | <a href="support_system.php?psi={PREV_PSI}"><img src="{THEME_COLOR_PATH}/images/icons/flip/prev.gif" width="20" height="20" border="0"></a> |
|---|
| 98 | | <!-- EDP: scroll_prev --> |
|---|
| 99 | | <!-- BDP: scroll_next_gray --> |
|---|
| 100 | | <img src="{THEME_COLOR_PATH}/images/icons/flip/next_gray.gif" width="20" height="20" border="0"> |
|---|
| 101 | | <!-- EDP: scroll_next_gray --> |
|---|
| 102 | | <!-- BDP: scroll_next --> |
|---|
| 103 | | <a href="support_system.php?psi={NEXT_PSI}"><img src="{THEME_COLOR_PATH}/images/icons/flip/next.gif" width="20" height="20" border="0"></a> |
|---|
| 104 | | <!-- EDP: scroll_next --> |
|---|
| 105 | | </div></td> |
|---|
| 106 | | </tr> |
|---|
| 107 | | <!-- EDP: tickets_list --> |
|---|
| | 84 | {SUBJECT}</a> </td> |
|---|
| | 85 | <td class="{CONTENT}" nowrap="nowrap" align="center">{URGENCY}</td> |
|---|
| | 86 | <td class="{CONTENT}" nowrap="nowrap" align="center">{LAST_DATE}</td> |
|---|
| | 87 | <td class="{CONTENT}" nowrap="nowrap" align="center"><img src="{THEME_COLOR_PATH}/images/icons/delete.gif" width="16" height="16" border="0" align="absmiddle" /> <a href="#" onclick="action_delete('delete_ticket.php?ticket_id={ID}')" class="link">{TR_DELETE}</a></td> |
|---|
| | 88 | </tr> |
|---|
| | 89 | <!-- EDP: tickets_item --> |
|---|
| | 90 | <tr> |
|---|
| | 91 | <td colspan="3" nowrap="nowrap"><input name="Submit" type="submit" class="button" onclick="MM_goToURL('parent','delete_ticket.php?delete=open');return document.MM_returnValue" value="{TR_DELETE_ALL}" /></td> |
|---|
| | 92 | <td colspan="3" nowrap="nowrap"><div align="right"> |
|---|
| | 93 | <!-- BDP: scroll_prev_gray --> |
|---|
| | 94 | <img src="{THEME_COLOR_PATH}/images/icons/flip/prev_gray.gif" width="20" height="20" border="0" /> |
|---|
| | 95 | <!-- EDP: scroll_prev_gray --> |
|---|
| | 96 | <!-- BDP: scroll_prev --> |
|---|
| | 97 | <a href="support_system.php?psi={PREV_PSI}"><img src="{THEME_COLOR_PATH}/images/icons/flip/prev.gif" width="20" height="20" border="0" /></a> |
|---|
| | 98 | <!-- EDP: scroll_prev --> |
|---|
| | 99 | <!-- BDP: scroll_next_gray --> |
|---|
| | 100 | <img src="{THEME_COLOR_PATH}/images/icons/flip/next_gray.gif" width="20" height="20" border="0" /> |
|---|
| | 101 | <!-- EDP: scroll_next_gray --> |
|---|
| | 102 | <!-- BDP: scroll_next --> |
|---|
| | 103 | <a href="support_system.php?psi={NEXT_PSI}"><img src="{THEME_COLOR_PATH}/images/icons/flip/next.gif" width="20" height="20" border="0" /></a> |
|---|
| | 104 | <!-- EDP: scroll_next --> |
|---|
| | 105 | </div></td> |
|---|
| | 106 | </tr> |
|---|
| | 107 | <!-- EDP: tickets_list --> |
|---|