diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 13:16:41 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 13:16:41 -0700 |
commit | 172673b3aef143dc426603689d37b65394c4fe1d (patch) | |
tree | 7d7af6c967411dbb4ccabfe6746b487a71eb6224 /httemplate/edit/contact_class.html | |
parent | 5c4da92af240d4a5d7f39e2478e344693817d5b7 (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, 6 insertions, 0 deletions
diff --git a/httemplate/edit/contact_class.html b/httemplate/edit/contact_class.html new file mode 100644 index 000000000..2e0965dab --- /dev/null +++ b/httemplate/edit/contact_class.html @@ -0,0 +1,6 @@ +<% include( 'elements/class_Common.html', + 'name' => 'Contact Class', + 'table' => 'contact_class', + 'nocat' => 1, + ) +%> |