[vhffs-dev] [2124] as kindly informed by a user, introductory message is a bit outaded, fixed |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2124
Author: gradator
Date: 2012-03-06 00:51:38 +0100 (Tue, 06 Mar 2012)
Log Message:
-----------
as kindly informed by a user, introductory message is a bit outaded, fixed
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Panel/Home.pm
trunk/vhffs-panel/templates/misc/welcome.tt
Modified: trunk/vhffs-api/src/Vhffs/Panel/Home.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Home.pm 2012-03-05 22:49:59 UTC (rev 2123)
+++ trunk/vhffs-api/src/Vhffs/Panel/Home.pm 2012-03-05 23:51:38 UTC (rev 2124)
@@ -65,6 +65,7 @@
}
$vars->{overquota} = \@overquota;
+ $vars->{url_help} = ( $vhffs->get_config->get_panel->{'url_help'} or '' );
$panel->render( 'misc/welcome.tt', $vars );
}
Modified: trunk/vhffs-panel/templates/misc/welcome.tt
===================================================================
--- trunk/vhffs-panel/templates/misc/welcome.tt 2012-03-05 22:49:59 UTC (rev 2123)
+++ trunk/vhffs-panel/templates/misc/welcome.tt 2012-03-05 23:51:38 UTC (rev 2124)
@@ -1,4 +1,4 @@
-[% 'If you are new to VHFFS, you should start to read quickly the whole help available by clicking on the help button in the upper right of your screen.' | i18n | html %]
+[% 'If you are new to VHFFS, you should start to read briefly the whole <a href="%s">help</a> available.' | i18n | pretty_print(url_help) %]
[% IF over_quota.size() %]
<div id="overQuota">
<h2>[% 'The following projects have reached or are going to reach the disk quota limit, please take a look !' | i18n | html %]</h2>