From 1bb8fb4ca473cbf19c911412122df2984206f15a Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 11 Apr 2005 18:36:41 +0000 Subject: [PATCH] Add Cancel button to HTML addressbook. This was even simpler than I thought. Closes: #1180565 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9255 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + src/addrbook_search_html.php | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a38166ae..bfff64da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -310,6 +310,7 @@ Version 1.5.1 -- CVS (#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 ------------------------------- diff --git a/src/addrbook_search_html.php b/src/addrbook_search_html.php index 5a6a9834..98cc26f3 100644 --- a/src/addrbook_search_html.php +++ b/src/addrbook_search_html.php @@ -157,7 +157,9 @@ if ($javascript_on) { echo html_tag( 'tr', html_tag( 'td', '' , + _("Use Addresses") . '" /> ' . + '', 'center', '', 'colspan="'. $td_colspan .'"' ) ) . '' . @@ -305,4 +307,4 @@ if ($addrquery == '' || sizeof($res) == 0) { } ?> - \ No newline at end of file + -- 2.25.1