From: Steve Sutton Date: Wed, 16 Jul 2014 20:37:29 +0000 (-0400) Subject: update contact admin X-Git-Tag: v1.0^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=11323443f2ac4e7115509e5fcba4110161a14013;p=web%2FBigFore.git update contact admin for searching in contacts --- diff --git a/admin/Contact/contact_setup.inc b/admin/Contact/contact_setup.inc index 943b553..c59784f 100755 --- a/admin/Contact/contact_setup.inc +++ b/admin/Contact/contact_setup.inc @@ -460,19 +460,19 @@ $DB_fields[] = array( 'name' => "alt_phone", 'title' => "Alternate Phone", $DB_fields[] = array("name" => "fax", "title" => "Fax", "type" => "text"); $DB_fields[] = array("name" => "email", "title" => "Email", "type" => "text"); $DB_fields[] = array("name" => "mail_ok", "title" => "Mail Ok?", "type" => "radio"); -$DB_fields[] = array( 'name' => "arrival", 'title' => "Arrival", 'type' => "text"); -$DB_fields[] = array( 'name' => "departure", 'title' => "Departure", 'type' => "text"); -$DB_fields[] = array( 'name' => "golfers", 'title' => "Golfers", 'type' => "text"); -$DB_fields[] = array( 'name' => "nongolfers", 'title' => "Non Golfers", 'type' => "text"); -$DB_fields[] = array( 'name' => "pquote", 'title' => "From Price Quote", 'type' => "radio"); -$DB_fields[] = array( 'name' => "lodging", 'title' => "Lodging", 'type' => "drop", 'drop' => $lodging); -$DB_fields[] = array( 'name' => "couples", 'title' => "Couples", 'type' => "text"); -$DB_fields[] = array( 'name' => "singles", 'title' => "Singles", 'type' => "text"); -$DB_fields[] = array( 'name' => "bathrooms", 'title' => "Bathrooms", 'type' => "text"); -$DB_fields[] = array( 'name' => "rooms", 'title' => "Rooms", 'type' => "text"); -$DB_fields[] = array( 'name' => "beds", 'title' => "Beds", 'type' => "text"); -$DB_fields[] = array( 'name' => "twinok", 'title' => "Twin Ok", 'type' => "radio"); -$DB_fields[] = array( 'name' => "sleepersofaok", 'title' => "Sleeper Sofa Ok", 'type' => "radio"); +//$DB_fields[] = array( 'name' => "arrival", 'title' => "Arrival", 'type' => "text"); +//$DB_fields[] = array( 'name' => "departure", 'title' => "Departure", 'type' => "text"); +//$DB_fields[] = array( 'name' => "golfers", 'title' => "Golfers", 'type' => "text"); +//$DB_fields[] = array( 'name' => "nongolfers", 'title' => "Non Golfers", 'type' => "text"); +//$DB_fields[] = array( 'name' => "pquote", 'title' => "From Price Quote", 'type' => "radio"); +//$DB_fields[] = array( 'name' => "lodging", 'title' => "Lodging", 'type' => "drop", 'drop' => $lodging); +//$DB_fields[] = array( 'name' => "couples", 'title' => "Couples", 'type' => "text"); +//$DB_fields[] = array( 'name' => "singles", 'title' => "Singles", 'type' => "text"); +//$DB_fields[] = array( 'name' => "bathrooms", 'title' => "Bathrooms", 'type' => "text"); +//$DB_fields[] = array( 'name' => "rooms", 'title' => "Rooms", 'type' => "text"); +//$DB_fields[] = array( 'name' => "beds", 'title' => "Beds", 'type' => "text"); +//$DB_fields[] = array( 'name' => "twinok", 'title' => "Twin Ok", 'type' => "radio"); +//$DB_fields[] = array( 'name' => "sleepersofaok", 'title' => "Sleeper Sofa Ok", 'type' => "radio"); $DB_fields[] = array( 'name' => "comments", 'title' => "Comments", 'type' => "textarea"); $DB_fields[] = array( 'name' => "discover", 'title' => "Discover Big Fore", 'type' => "drop", 'drop' => $discover); diff --git a/admin/Contact/index.phtml b/admin/Contact/index.phtml index bf718f1..58924fa 100755 --- a/admin/Contact/index.phtml +++ b/admin/Contact/index.phtml @@ -144,17 +144,6 @@ GLM_TOOLBOX::html_nav_table($nav,$navWidth);