From b22c4e166f29bfd2e8b63f960682c3a47107c58f Mon Sep 17 00:00:00 2001 From: jmunro Date: Fri, 1 Feb 2002 04:37:26 +0000 Subject: [PATCH 1/1] Made some changes, pretty minimal. everything works correctly ... finally. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2330 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addrbook_search.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/addrbook_search.php b/src/addrbook_search.php index d94b5f76..b9bedc02 100644 --- a/src/addrbook_search.php +++ b/src/addrbook_search.php @@ -115,10 +115,10 @@ function display_result($res, $includesource = true) { 'Bcc" . ' ' . - $row['name'] . ' ' . - ' " . $row['email'] . ' ' . - ' ' . $row['label'] . ' '; + $row['name'] . '' . + '" . $row['email'] . '' . + '' . $row['label']; if ($includesource) { echo ' ' . $row['source']; } @@ -142,7 +142,7 @@ if (!isset($query)) { $query = ''; } if (!isset($show)) { $show = ''; } /* Choose correct colors for top and bottom frame */ -if ($show == 'form') { +if ($show == 'form' && !isset($listall)) { echo '' . "\n" . '' . - '
' . "\n" . + '
' . "\n" . ' ' . _("Search for") . "\n" . - ' \n"; + ' \n"; /* List all backends to allow the user to choose where to search */ if ($abook->numbackends > 1) { @@ -187,11 +187,11 @@ if ($show == 'form' && empty($listall)) { echo '' . "\n"; } - echo '' . + echo '
'. + '' . ' | ' . "\n" . - '' . "\n" . - '' . "\n" . '
' . "\n"; } else { -- 2.25.1