summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/contact_class.html6
-rw-r--r--httemplate/edit/process/contact_class.html11
2 files changed, 17 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,
+ )
+%>
diff --git a/httemplate/edit/process/contact_class.html b/httemplate/edit/process/contact_class.html
new file mode 100644
index 000000000..3a73cc6e1
--- /dev/null
+++ b/httemplate/edit/process/contact_class.html
@@ -0,0 +1,11 @@
+<% include( 'elements/process.html',
+ 'table' => 'contact_class',
+ 'viewall_dir' => 'browse',
+ )
+%>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>