2000-11-22 07:58:08 +01:00
|
|
|
<!-- BEGIN list -->
|
2003-08-28 16:16:30 +02:00
|
|
|
<br>
|
2002-01-10 19:00:50 +01:00
|
|
|
<div align="center">
|
|
|
|
<table border="0" width="45%">
|
2003-10-22 07:14:56 +02:00
|
|
|
<tr>
|
2001-06-30 10:26:23 +02:00
|
|
|
{left}
|
|
|
|
<td align="center">{lang_showing}</td>
|
|
|
|
{right}
|
|
|
|
</tr>
|
|
|
|
</table>
|
2002-01-10 19:00:50 +01:00
|
|
|
|
|
|
|
<table border="0" width="45%">
|
2003-08-28 16:16:30 +02:00
|
|
|
<tr bgcolor="{th_bg}">
|
2000-11-22 07:58:08 +01:00
|
|
|
<td> {sort_title} </td>
|
2000-12-08 15:58:02 +01:00
|
|
|
<td>{lang_edit}</td>
|
|
|
|
<td>{lang_delete}</td>
|
|
|
|
<td>{lang_enabled}</td>
|
2000-11-22 07:58:08 +01:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
{rows}
|
|
|
|
|
|
|
|
</table>
|
2003-08-28 16:16:30 +02:00
|
|
|
|
|
|
|
{addbutton}
|
|
|
|
<!-- END list -->
|
2000-11-22 07:58:08 +01:00
|
|
|
|
2003-08-28 16:16:30 +02:00
|
|
|
<!-- BEGIN add -->
|
2002-01-10 19:00:50 +01:00
|
|
|
<table border="0" width="45%">
|
2000-11-22 07:58:08 +01:00
|
|
|
<tr>
|
2003-08-28 16:16:30 +02:00
|
|
|
<td align="left" nobreak>
|
2000-11-22 07:58:08 +01:00
|
|
|
<form method="POST" action="{new_action}">
|
2003-03-09 16:09:35 +01:00
|
|
|
<input type="submit" value="{lang_add}">
|
2000-11-22 07:58:08 +01:00
|
|
|
</form>
|
|
|
|
</td>
|
2003-03-09 16:09:35 +01:00
|
|
|
<td>
|
|
|
|
{lang_note}
|
|
|
|
</td>
|
2000-11-22 07:58:08 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
2002-01-10 19:00:50 +01:00
|
|
|
</div>
|
2003-08-28 16:16:30 +02:00
|
|
|
<!-- END add -->
|
2001-05-11 15:26:46 +02:00
|
|
|
|
|
|
|
<!-- BEGIN row -->
|
2003-08-28 16:16:30 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
2001-05-11 15:26:46 +02:00
|
|
|
<td>{name}</td>
|
2005-07-01 05:29:44 +02:00
|
|
|
<td class="narrow_column">{edit}</td>
|
|
|
|
<td class="narrow_column">{delete}</td>
|
|
|
|
<td class="narrow_column" align="center">{status}</td>
|
2001-05-11 15:26:46 +02:00
|
|
|
</tr>
|
|
|
|
<!-- END row -->
|