From: Mark Wells Date: Thu, 10 Mar 2016 09:47:43 +0000 (-0800) Subject: OLT edit fixes, #35260 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6fda8fa683ab221ab719adaacf994056633ca342 OLT edit fixes, #35260 --- diff --git a/httemplate/browse/fiber_olt.html b/httemplate/browse/fiber_olt.html index 2355ec023..ec64768dd 100644 --- a/httemplate/browse/fiber_olt.html +++ b/httemplate/browse/fiber_olt.html @@ -6,6 +6,6 @@ 'acl' => 'Configuration', # overrides 'disabled_statuspos' => 3, - 'header' => [ '#', 'Site', 'Name', 'Serial' ], - 'fields' => [ 'oltnum', 'site_description', 'oltname', 'serial' ], + 'header' => [ '#', 'Name', 'Serial', 'Site', ], + 'fields' => [ 'oltnum', 'oltname', 'serial', 'site_description', ], &> diff --git a/httemplate/edit/process/olt_site.html b/httemplate/edit/process/olt_site.html index f328cfefe..8d048a2c6 100644 --- a/httemplate/edit/process/olt_site.html +++ b/httemplate/edit/process/olt_site.html @@ -1,4 +1,11 @@ <& elements/process.html, - table => 'olt_site', - viewall_dir => 'browse', + table => 'olt_site', + viewall_dir => 'browse', + popup_reload => 'Updating', &> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +