[vhffs-dev] [1042] Added missing GIT entry in context menus.

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


Revision: 1042
Author:   beuss
Date:     2007-10-27 20:44:18 +0000 (Sat, 27 Oct 2007)

Log Message:
-----------
Added missing GIT entry in context menus.

Modified Paths:
--------------
    trunk/vhffs-api/src/Vhffs/Panel/Menu.pm


Modified: trunk/vhffs-api/src/Vhffs/Panel/Menu.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Menu.pm	2007-10-27 20:09:29 UTC (rev 1041)
+++ trunk/vhffs-api/src/Vhffs/Panel/Menu.pm	2007-10-27 20:44:18 UTC (rev 1042)
@@ -66,6 +66,7 @@
     push @$items, {path => 'pgsql', label => gettext('PgSQL') } if( $config->get_service_availability('pgsql') );
     push @$items, {path => 'cvs', label => gettext('CVS') } if( $config->get_service_availability('cvs') );
     push @$items, {path => 'svn', label => gettext('SVN') } if( $config->get_service_availability('svn') );
+    push @$items, {path => 'git', label => gettext('GIT') } if( $config->get_service_availability('git') );
     push @$items, {path => 'dns', label => gettext('Domain names') } if( $config->get_service_availability('dns') );
     push @$items, {path => 'repository', label => gettext('Dl repos') } if( $config->get_service_availability('repository') );
     push @$items, {path => 'mail', label => gettext('Mail') } if( $config->get_service_availability('mail') );
@@ -114,6 +115,7 @@
     push @$items, {path => 'admin/pgsql', label => gettext('PgSQL') } if( $config->get_service_availability('pgsql') );
     push @$items, {path => 'admin/cvs', label => gettext('CVS') } if( $config->get_service_availability('cvs') );
     push @$items, {path => 'admin/svn', label => gettext('SVN') } if( $config->get_service_availability('svn') );
+    push @$items, {path => 'admin/git', label => gettext('GIT') } if( $config->get_service_availability('git') );
     push @$items, {path => 'admin/dns', label => gettext('Domain names') } if( $config->get_service_availability('dns') );
     push @$items, {path => 'admin/repository', label => gettext('Dl repos') } if( $config->get_service_availability('repository') );
     push @$items, {path => 'admin/mail', label => gettext('Mail') } if( $config->get_service_availability('mail') );


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