diff options
| author | ivan <ivan> | 2008-01-13 20:38:37 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-01-13 20:38:37 +0000 |
| commit | bd152637da56be7155765363cc29ae0126813fed (patch) | |
| tree | 1b64e743806187bd44c38f60416bfd2a6536dbe0 /httemplate/browse/part_pkg.cgi | |
| parent | 16cb72ea906cc1d5d8c1332ad24579def7781fc3 (diff) | |
ACLs
Diffstat (limited to 'httemplate/browse/part_pkg.cgi')
| -rwxr-xr-x | httemplate/browse/part_pkg.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/browse/part_pkg.cgi b/httemplate/browse/part_pkg.cgi index 5acf17ef2..ca23c41e6 100755 --- a/httemplate/browse/part_pkg.cgi +++ b/httemplate/browse/part_pkg.cgi @@ -1,9 +1,8 @@ <% include( 'elements/browse.html', 'title' => 'Package Definitions', - 'menubar' => [ 'Main Menu' => $p ], 'html_init' => $html_init, - 'html_posttotal' => $posttotal, 'name' => 'package definitions', + 'html_posttotal' => $posttotal, 'query' => { 'select' => $select, 'table' => 'part_pkg', 'hashref' => \%search, |
