[vhffs-dev] [639] Fixed broken style in admin page.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 639
Author:   beuss
Date:     2007-06-06 07:13:25 +0000 (Wed, 06 Jun 2007)

Log Message:
-----------
Fixed broken style in admin page.
Fixed missing use for group prefs page.

Modified Paths:
--------------
    trunk/vhffs-api/src/Vhffs/Panel/Admin.pm
    trunk/vhffs-panel/group/prefs.pl


Modified: trunk/vhffs-api/src/Vhffs/Panel/Admin.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Admin.pm	2007-06-05 22:34:20 UTC (rev 638)
+++ trunk/vhffs-api/src/Vhffs/Panel/Admin.pm	2007-06-06 07:13:25 UTC (rev 639)
@@ -289,7 +289,7 @@
         { LINK => '/admin/repository/list.pl',        LABEL => gettext( 'List all download repositories' ) },
         { LINK => '/admin/repository/search.pl',      LABEL => gettext( 'Search for a download repository' ) }
     ];
-    return { CATNAME => gettext( 'Download repositories Admin' ),    ITEMS => $items, CATTYPE => 'repo'  };
+    return { CATNAME => gettext( 'Download repositories Admin' ),    ITEMS => $items, CATTYPE => 'repository'  };
 }
 
 

Modified: trunk/vhffs-panel/group/prefs.pl
===================================================================
--- trunk/vhffs-panel/group/prefs.pl	2007-06-05 22:34:20 UTC (rev 638)
+++ trunk/vhffs-panel/group/prefs.pl	2007-06-06 07:13:25 UTC (rev 639)
@@ -43,7 +43,7 @@
 use Vhffs::Group;
 use Vhffs::Main;
 use Vhffs::Panel::Main;
-use Vhffs::Panel::Menu;
+use Vhffs::Panel::Group;
 
 my $panel = new Vhffs::Panel::Main();
 if(!$panel)  {


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/