projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48c5b1
)
Add Comment field to admin side of contact edit
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 6 Mar 2015 20:05:41 +0000
(15:05 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 6 Mar 2015 20:05:41 +0000
(15:05 -0500)
Toolkit/Contacts/Admin/EditContact.php
patch
|
blob
|
history
diff --git
a/Toolkit/Contacts/Admin/EditContact.php
b/Toolkit/Contacts/Admin/EditContact.php
index
70b3faf
..
aba34c6
100644
(file)
--- 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,