diff --git a/e107_admin/frontpage.php b/e107_admin/frontpage.php index 26cc71fda..302fd3cba 100644 --- a/e107_admin/frontpage.php +++ b/e107_admin/frontpage.php @@ -9,8 +9,8 @@ * Administration Area - Front page * * $Source: /cvs_backup/e107_0.8/e107_admin/frontpage.php,v $ - * $Revision: 1.8 $ - * $Date: 2008-12-15 13:31:01 $ + * $Revision: 1.9 $ + * $Date: 2008-12-21 10:58:35 $ * $Author: secretr $ * */ @@ -280,7 +280,7 @@ class frontpage //Inline Page Help Info - system message for now //TODO - inline tooltip help system - $emessage->add(FRTLAN_38.". ".FRTLAN_39.". ".FRTLAN_41."."); + //$emessage->add(FRTLAN_38.". ".FRTLAN_39.". ".FRTLAN_41."."); - moved to a help file // List of current settings $show_legend = $show_button ? " class='e-hideme'" : ''; diff --git a/e107_languages/English/admin/help/frontpage.php b/e107_languages/English/admin/help/frontpage.php index e87b02512..e013925d9 100644 --- a/e107_languages/English/admin/help/frontpage.php +++ b/e107_languages/English/admin/help/frontpage.php @@ -1,28 +1,33 @@
- The list of rules are scanned in turn, until the class of the current user matches. This then determines the user's front (home) page, and also - the page he sees immediately after login."; -$ns -> tablerender($caption, $text); +/* FIXME - English native speakers: what should stay and what should go? +

+ The list of rules are scanned in turn, until the class of the current user matches. + This then determines the user's front (home) page, and also the page he sees immediately after login. +

+ */ +$text = " +

+ From this screen you can choose what to display as the front page of your site, the default is news. You can also determine whether + users are sent to a particular page after logging in. +

+

+ The rules are searched in order, to find the first where the current user belongs to the class specified in the rule. + That rule then determines the front (home) page and any specific post-login page. If no rule matches, news.php is set as the home page. +

+

+ The user is sent to the specified "Post-login page" (if specified) immediately following a login. +

+"; +$ns->tablerender($caption, $text, 'admin_help'); ?> \ No newline at end of file diff --git a/e107_languages/English/admin/lan_frontpage.php b/e107_languages/English/admin/lan_frontpage.php index bc561cf0a..e4e939a81 100644 --- a/e107_languages/English/admin/lan_frontpage.php +++ b/e107_languages/English/admin/lan_frontpage.php @@ -1,7 +1,7 @@