From: tokul Date: Wed, 2 Mar 2005 18:17:13 +0000 (+0000) Subject: use same width as other tables on src/addressbook.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=81642286038036bd5aa37ada951ef96e81f9e8d9;p=squirrelmail.git 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 --- 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); }