summaryrefslogtreecommitdiff
path: root/httemplate/edit/contact_class.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/contact_class.html')
-rw-r--r--httemplate/edit/contact_class.html6
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',
+ },
)
%>