(#764709).
- If From: field is unset in an email, header object for from field is not
correctly set, and generates an error on reply (#1179754).
+ - Add Cancel button to addressbook (#1180565).
Version 1.5.0 - 2 February 2004
-------------------------------
echo html_tag( 'tr',
html_tag( 'td',
'<input type="submit" name="addr_search_done" value="' .
- _("Use Addresses") . '" />' ,
+ _("Use Addresses") . '" /> ' .
+ '<input type="submit" name="addr_search_cancel" value="' .
+ _("Cancel") . '" />',
'center', '', 'colspan="'. $td_colspan .'"' )
) .
'</table>' .
}
?>
-</body></html>
\ No newline at end of file
+</body></html>