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