From: Steve Sutton Date: Fri, 6 Mar 2015 20:05:41 +0000 (-0500) Subject: Add Comment field to admin side of contact edit X-Git-Tag: v1.2.35^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d2bda730f28ac23678d35188d660059eb8dba6c6;p=web%2FKeweenaw.git Add Comment field to admin side of contact edit --- diff --git a/Toolkit/Contacts/Admin/EditContact.php b/Toolkit/Contacts/Admin/EditContact.php index 70b3faf..aba34c6 100644 --- a/Toolkit/Contacts/Admin/EditContact.php +++ b/Toolkit/Contacts/Admin/EditContact.php @@ -512,6 +512,12 @@ class Toolkit_Contacts_Admin_EditContact 'name' => 'fax', 'display' => 'Fax' ); + $e[] = array( + 'type' => 'textarea', + 'req' => false, + 'name' => 'comments', + 'display' => 'Comments' + ); $e[] = array( 'type' => 'advcheckbox', 'req' => false,