summaryrefslogtreecommitdiff
path: root/httemplate/edit/allocate.html
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2010-12-27 00:04:45 +0000
committercvs2git <cvs2git>2010-12-27 00:04:45 +0000
commitc82d349f864e6bd9f96fd1156903bc1f7193a203 (patch)
treee117a87533656110b6acd56fc0ca64289892a9f5 /httemplate/edit/allocate.html
parent74e058c8a010ef6feb539248a550d0bb169c1e94 (diff)
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'httemplate/edit/allocate.html')
-rw-r--r--httemplate/edit/allocate.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/httemplate/edit/allocate.html b/httemplate/edit/allocate.html
deleted file mode 100644
index 8d1347df2..000000000
--- a/httemplate/edit/allocate.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<% include('elements/edit.html',
- 'name' => 'Allocation',
- 'table' => 'addr_block',
- 'labels' => { 'NetAddr' => 'Block',
- 'routernum' => 'Router',
- },
- 'fields' => [ { 'field' => 'NetAddr',
- 'type' => 'fixed',
- },
- { 'field' => 'routernum',
- 'type' => 'select-table',
- 'table' => 'router',
- 'name_col' => 'routername',
- 'disable_empty' => 1,
- 'agent_virt' => 1,
- 'agent_null_right' =>
- 'Broadband global configuration',
- },
- ],
- 'post_url' => "process/addr_block/allocate.cgi",
- 'popup' => 1,
- 'agent_virt' => 1,
- 'agent_null_right' => 'Broadband global configuration',
- )
-%>
-<%init>
-
-my $curuser = $FS::CurrentUser::CurrentUser;
-die "access denied"
- unless $curuser->access_right('Broadband configuration')
- || $curuser->access_right('Broadband global configuration');
-
-</%init>