summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/svc_dsl.html
diff options
context:
space:
mode:
authorlevinse <levinse>2010-11-25 01:46:34 +0000
committerlevinse <levinse>2010-11-25 01:46:34 +0000
commit46ef8524cf2e6db7b851967062ce92ffb0773d10 (patch)
tree5698390a5c5f95b15997264319f1a1303f97271e /httemplate/edit/process/svc_dsl.html
parent39289cd1e5a06044aa9a8dc3d2e4d8c9ffb02b11 (diff)
ikano.pm initial commit, svc_dsl UI initial commit, and svc_dsl on-going work, RT7111
Diffstat (limited to 'httemplate/edit/process/svc_dsl.html')
-rw-r--r--httemplate/edit/process/svc_dsl.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/edit/process/svc_dsl.html b/httemplate/edit/process/svc_dsl.html
new file mode 100644
index 000000000..627329a00
--- /dev/null
+++ b/httemplate/edit/process/svc_dsl.html
@@ -0,0 +1,10 @@
+<% include( 'elements/svc_Common.html',
+ 'table' => 'svc_dsl',
+ )
+%>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific?
+
+</%init>