diff options
| author | ivan <ivan> | 2007-01-30 20:59:14 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2007-01-30 20:59:14 +0000 |
| commit | 15777da47bab33e8f0021e6dd9aa6b434fa9be30 (patch) | |
| tree | 83359450ba8dcac02c86bdbd0c85db45a699fc06 /httemplate/browse/pkg_class.html | |
| parent | 655b4043942c7d361224d283accb4c2a02ef7359 (diff) | |
its all about control
Diffstat (limited to 'httemplate/browse/pkg_class.html')
| -rw-r--r-- | httemplate/browse/pkg_class.html | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/httemplate/browse/pkg_class.html b/httemplate/browse/pkg_class.html index 68cf49275..886029df5 100644 --- a/httemplate/browse/pkg_class.html +++ b/httemplate/browse/pkg_class.html @@ -1,15 +1,3 @@ -% -% -%my $html_init = -% 'Package classes define groups of packages, for reporting and '. -% 'convenience purposes.<BR><BR>'. -% qq!<A HREF="${p}edit/pkg_class.html"><I>Add a package class</I></A><BR><BR>!; -% -%my $count_query = 'SELECT COUNT(*) FROM pkg_class'; -% -%my $link = [ $p.'edit/pkg_class.html?', 'classnum' ]; -% -% <% include( 'elements/browse.html', 'title' => 'Package classes', 'html_init' => $html_init, @@ -25,3 +13,18 @@ 'links' => [ $link, $link ], ) %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +my $html_init = + 'Package classes define groups of packages, for reporting and '. + 'convenience purposes.<BR><BR>'. + qq!<A HREF="${p}edit/pkg_class.html"><I>Add a package class</I></A><BR><BR>!; + +my $count_query = 'SELECT COUNT(*) FROM pkg_class'; + +my $link = [ $p.'edit/pkg_class.html?', 'classnum' ]; + +</%init> |
