From 3989a10a10d4bd13343bbfbaae404f8e34782a7c Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sun, 27 Apr 2014 10:04:12 +0000 Subject: [PATCH] Adjusted Contact Add, Type select box width. --- app/contacts/contact_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/contacts/contact_edit.php b/app/contacts/contact_edit.php index 0b1b0f6809..b70f6c29ea 100644 --- a/app/contacts/contact_edit.php +++ b/app/contacts/contact_edit.php @@ -259,7 +259,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { if (is_array($_SESSION["contact"]["role"])) { sort($_SESSION["contact"]["role"]); - echo " \n"; echo " \n"; foreach($_SESSION["contact"]["type"] as $row) { if ($row == $contact_type) { @@ -272,7 +272,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; } else { - echo " \n"; echo " \n"; if ($contact_type == "customer") {