git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11680
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- Provide View Unsafe Images link on viewing a text/html attachment.
- Added APOP, TLS and STLS support to mail_fetch plugin (#575299).
- Added Courier IMAP OUTBOX check to configtest utility.
+ - Moved login_form hook to its own table row on login page.
Version 1.5.1 (branched on 2006-02-12)
--------------------------------------
</td>
<td class="sqm_loginFieldInput">
<input type="password" name="secretkey" value="" id="secretkey" />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
<?php echo $login_extra; ?>
</td>
</tr>
</td>
</tr>
</table>
-</div>
\ No newline at end of file
+</div>
</td>
<td class="fieldInput">
<input type="password" name="secretkey" value="" id="secretkey" class="input" />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
<?php echo $login_extra; ?>
</td>
</tr>
</td>
</tr>
</table>
-</div>
\ No newline at end of file
+</div>