diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 15:40:03 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 15:40:03 -0700 |
commit | ed4369640adc2e7c468ca384010729e8ec1f9074 (patch) | |
tree | a81c90876514a0b751a24c8c0d336cdfdc374595 /httemplate/edit/contact_class.html | |
parent | 172673b3aef143dc426603689d37b65394c4fe1d (diff) |
enhance contacts: contact classes, RT#16819
Diffstat (limited to 'httemplate/edit/contact_class.html')
-rw-r--r-- | httemplate/edit/contact_class.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/edit/contact_class.html b/httemplate/edit/contact_class.html index 2e0965dab..1ab52e5d6 100644 --- a/httemplate/edit/contact_class.html +++ b/httemplate/edit/contact_class.html @@ -1,6 +1,10 @@ <% include( 'elements/class_Common.html', - 'name' => 'Contact Class', + 'name' => 'Contact Type', 'table' => 'contact_class', 'nocat' => 1, + 'addl_labels' => { 'classnum' => 'Type number', + 'classname' => 'Type name', + 'disabled' => 'Disable type', + }, ) %> |