fix show_sort_order_imap and fix html form tag locations in nextmatch tpl

This commit is contained in:
angles 2001-09-18 19:42:27 +00:00
parent 3985fe231d
commit 40dd0d8563
2 changed files with 473 additions and 416 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,18 +21,18 @@
<!-- BEGIN form -->
<td width="2%" align="{align}" valign="top">
<form method="POST" action="{action}" name="{form_name}">
{hidden}
<table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
<tr>
<td align="{align}">
<input type="image" src="{img}" border="{border}" alt="{label}" width="12" height="12" name="start" value="{start}">
</td>
</tr>
</table>
</form>
</td>
<form method="POST" action="{action}" name="{form_name}">
<td width="2%" align="{align}" valign="top">
{hidden}
<table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
<tr>
<td align="{align}">
<input type="image" src="{img}" border="{border}" alt="{label}" width="12" height="12" name="start" value="{start}">
</td>
</tr>
</table>
</td>
</form>
<!-- END form -->
@ -42,15 +42,15 @@
<!-- BEGIN link -->
<td width="2%" align="{align}" valign="top">
<table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
<tr>
<td align="{align}">
<img src="{img}" border="{border}" width="12" height="12" alt="{label}">
</td>
</tr>
</table>
</td>
<td width="2%" align="{align}" valign="top">
<table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
<tr>
<td align="{align}">
<img src="{img}" border="{border}" width="12" height="12" alt="{label}">
</td>
</tr>
</table>
</td>
<!-- END link -->