From ac2cd35d14b086d268d1f5ee3603415615a06aad Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sat, 24 Jun 2000 04:49:21 +0000 Subject: [PATCH] made a few asthetic changes to addressbook.php -- made it so that the info part wasn't tagged as "nowrap" so that it doesn't go off the screen if they have a long info line (like on the demo site) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@559 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addressbook.php | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/addressbook.php b/src/addressbook.php index 4ef5313d..2c04b8e1 100644 --- a/src/addressbook.php +++ b/src/addressbook.php @@ -310,9 +310,9 @@ print ""; - printf("\n", + printf("\n", _("Nickname"), _("Name"), _("E-mail"), _("Info")); $line = 0; $headerprinted = true; @@ -327,15 +327,13 @@ $selected = ""; // Print one row - printf("\n \n", - ($line % 2) ? " bgcolor=\"$color[0]\"" : "", - $selected, $row["backend"], $row["nickname"], - $row["nickname"], $row["name"], - rawurlencode($row["email"]), $row["email"], $row["label"]); + echo "\n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo "\n"; $line++; } -- 2.25.1
". - " %s%s". - "%s%s
". + " %s%s". + "%s%s
". - "". - " %s  %s ". - " %s". - "  %s
 ".$row["nickname"]."  ".$row["name"]."  ".$row["email"]."  ".$row["label"]."