Add Comment field to admin side of contact edit
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 6 Mar 2015 20:05:41 +0000 (15:05 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 6 Mar 2015 20:05:41 +0000 (15:05 -0500)
Toolkit/Contacts/Admin/EditContact.php

index 70b3faf..aba34c6 100644 (file)
@@ -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,