From 81642286038036bd5aa37ada951ef96e81f9e8d9 Mon Sep 17 00:00:00 2001 From: tokul Date: Wed, 2 Mar 2005 18:17:13 +0000 Subject: [PATCH] use same width as other tables on src/addressbook.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8928 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/addressbook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/addressbook.php b/functions/addressbook.php index 2c18f962..af819f15 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -180,7 +180,7 @@ function abook_create_form($form_url,$name,$title,$button,$defdata=array()) { 'center', $color[0] ) ) - , 'center', '', 'width="100%"' ) ."\n"; + , 'center', '', 'width="90%"' ) ."\n"; address_form($name, $button, $defdata); } -- 2.25.1