From c82d349f864e6bd9f96fd1156903bc1f7193a203 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Mon, 27 Dec 2010 00:04:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'. --- httemplate/edit/phone_device.html | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 httemplate/edit/phone_device.html (limited to 'httemplate/edit/phone_device.html') 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? - - - -- cgit v1.1