[freeside-commits] freeside/httemplate/edit allocate.html, NONE, 1.1.2.1

Jeff Finucane,420,, jeff at wavetail.420.am
Thu Apr 17 20:29:29 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv31768/httemplate/edit

Added Files:
      Tag: FREESIDE_1_7_BRANCH
	allocate.html 
Log Message:
drag address and router even farther into the century

--- NEW FILE: allocate.html ---
<% 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,
                                   },
                                 ],
                'post_url'    => "process/addr_block/allocate.cgi",
                'popup'       => 1,
          )
%>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');

</%init>



More information about the freeside-commits mailing list