use same width as other tables on src/addressbook.php
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 2 Mar 2005 18:17:13 +0000 (18:17 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 2 Mar 2005 18:17:13 +0000 (18:17 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8928 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/addressbook.php

index 2c18f96296f440b9e3cf5233580ba59cd1c960d0..af819f15cd56823263605992907c7395db882896 100644 (file)
@@ -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);
 }