This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/ticket/user.tpl

51 lines
2.4 KiB
Smarty
Raw Normal View History

<table width="200" border="0" cellspacing="0" cellpadding="0" class="body">
<tr>
<td valign="top" align="center" width="35%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr valign="top">
<td width="65%" class="table_heading">
<div align="center">
{translate module=ticket}
menu
{/translate}
</div>
</td>
</tr>
<tr valign="top">
<td width="65%" class="row1">
<table width="100%" border="0" cellspacing="5" cellpadding="1" class="row1">
<tr>
<td width="74%"> Create New Ticket</td>
<td width="26%" align="right"> <a href="{$SSL_URL}?_page=ticket:ticket">
{translate module=ticket}
menu_add
{/translate}
</a> </td>
</tr>
<tr>
<td width="74%"> Manage Tickets </td>
<td width="26%" align="right"> <a href="{$SSL_URL}?_page=ticket:ticket">
{translate module=ticket}
menu_view
{/translate}
</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>