projects
/
WP-Plugins
/
glm-client-info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2982f88
)
Adding email field to the plugin
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 22 Jan 2016 16:40:53 +0000
(11:40 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 22 Jan 2016 16:40:53 +0000
(11:40 -0500)
controllers/Admin.php
patch
|
blob
|
history
diff --git
a/controllers/Admin.php
b/controllers/Admin.php
index
1f6df54
..
10fe3f4
100644
(file)
--- a/
controllers/Admin.php
+++ b/
controllers/Admin.php
@@
-273,6
+273,11
@@
class Glmclientinfo_Admin_Controller
'label' => 'Zip 2',
'type' => 'text'
),
+ array(
+ 'name' => 'email',
+ 'label' => 'Email',
+ 'type' => 'text'
+ ),
array(
'name' => 'phone',
'label' => 'Phone',