X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Faddrbook_search_html.php;h=0bb8c8751c19a4230740b3e692c8b490a421f1dc;hp=1f145a5e0e5ccce77c1f2d6bf921f33730254f8e;hb=91e0dccca7b2452d8b450791cae3aa4125e8889e;hpb=0f610dca6fd52a148e290f79cdfcfc572998b475 diff --git a/src/addrbook_search_html.php b/src/addrbook_search_html.php index 1f145a5e..0bb8c875 100644 --- a/src/addrbook_search_html.php +++ b/src/addrbook_search_html.php @@ -15,7 +15,7 @@ * @subpackage addressbook */ -/** +/** * Path for SquirrelMail required files. * @ignore */ @@ -113,7 +113,7 @@ if ($javascript_on) { foreach ($res as $row) { $email = AddressBook::full_address($row); - if ($line % 2) { + if ($line % 2) { $tr_bgcolor = $color[12]; } else { $tr_bgcolor = $color[4]; @@ -202,10 +202,10 @@ echo addInput('addrquery', $addrquery, 26); if (!isset($backend)) { $backend = ''; } if ($abook->numbackends > 1) { echo '' . _("in") . ' '; - - $selopts['-1'] = _("All address books"); + + $selopts['-1'] = _("All address books"); $ret = $abook->get_backend_list(); - + while (list($undef,$v) = each($ret)) { $selopts[$v->bnum] = $v->sname; } @@ -248,7 +248,7 @@ if ($addrquery == '' && empty($listall)) { addr_display_result($res, false); } else { echo html_tag( 'p', '
' . - sprintf(_("Unable to list addresses from %s"), + sprintf(_("Unable to list addresses from %s"), $abook->backends[$backend]->sname) . "
\n" , 'center' ); } @@ -300,4 +300,4 @@ if ($addrquery == '' || sizeof($res) == 0) { } ?> - + \ No newline at end of file