[vhffs-dev] [1716] Fixed services help url in group overview |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1716
Author: beuss
Date: 2011-05-14 10:11:57 +0200 (Sat, 14 May 2011)
Log Message:
-----------
Fixed services help url in group overview
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Panel/Main.pm
trunk/vhffs-panel/group/view.pl
Modified: trunk/vhffs-api/src/Vhffs/Panel/Main.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2011-05-13 14:08:38 UTC (rev 1715)
+++ trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2011-05-14 08:11:57 UTC (rev 1716)
@@ -755,7 +755,6 @@
$vars->{theme} = 'vhffs'; # TODO $conf->get_panel->{default_theme} unless(defined $vars->{theme});
$vars->{panel_url} = $conf->get_panel->{url};
- $vars->{help_url} = $conf->get_panel->{url_help};
$vars->{title} = sprintf( gettext( '%s\'s Panel' ), $conf->get_host_name );
$vars->{page_title} = $self->{title};
my @langs = $self->{vhffs}->get_config->get_available_languages;
Modified: trunk/vhffs-panel/group/view.pl
===================================================================
--- trunk/vhffs-panel/group/view.pl 2011-05-13 14:08:38 UTC (rev 1715)
+++ trunk/vhffs-panel/group/view.pl 2011-05-14 08:11:57 UTC (rev 1716)
@@ -95,6 +95,7 @@
}
}
$vars->{services} = $services;
+ $vars->{services_help} = $services_help;
$vars->{services_labels} = $services_labels;