summaryrefslogtreecommitdiff
path: root/httemplate/edit/phone_device.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/phone_device.html')
-rw-r--r--httemplate/edit/phone_device.html37
1 files changed, 0 insertions, 37 deletions
diff --git a/httemplate/edit/phone_device.html b/httemplate/edit/phone_device.html
deleted file mode 100644
index a1aa166..0000000
--- a/httemplate/edit/phone_device.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<% include( 'elements/edit.html',
- 'name' => 'Phone device',
- 'table' => 'phone_device',
- 'labels' => {
- 'devicenum' => 'Device',
- 'devicepart' => 'Device type',
- 'mac_addr' => 'MAC address',
- },
- 'fields' => [ { 'field' => 'devicepart',
- 'type' => 'select-table',
- 'table' => 'part_device',
- 'name_col' => 'devicename',
- 'empty_label' =>'Select device type',
- #'hashref' =>{ disabled => '' },
- },
- 'mac_addr',
- { 'field' => 'svcnum',
- 'type' => 'hidden',
- },
- ],
- 'menubar' => [], #disable viewall
- #'viewall_dir' => 'browse',
- 'new_callback' => sub {
- my( $cgi, $object ) = @_;
- $object->svcnum( $cgi->param('svcnum') );
- },
- )
-%>
-<%init>
-
-# :/ needs agent-virt so you can't futz with arbitrary devices
-
-die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific?
-
-
-</%init>