New: Enhance help center
This commit is contained in:
parent
c845fe41d9
commit
962712192a
@ -4,6 +4,7 @@ English Dolibarr changelog
|
|||||||
***** Changelog for 2.7 compared to 2.6 *****
|
***** Changelog for 2.7 compared to 2.6 *****
|
||||||
|
|
||||||
For users:
|
For users:
|
||||||
|
- New: Add an help and support center.
|
||||||
- New: Can export commercial proposals.
|
- New: Can export commercial proposals.
|
||||||
- New: Can use a cache for xcal exports.
|
- New: Can use a cache for xcal exports.
|
||||||
- New: Option for faster confirmation process with one ajax popup.
|
- New: Option for faster confirmation process with one ajax popup.
|
||||||
@ -19,7 +20,7 @@ For developers:
|
|||||||
- Can use an alternate document_root directory to develop with
|
- Can use an alternate document_root directory to develop with
|
||||||
sources on two repositories.
|
sources on two repositories.
|
||||||
- Removed useless code of old commercial module.
|
- Removed useless code of old commercial module.
|
||||||
|
- Updated wiki documentation.
|
||||||
|
|
||||||
|
|
||||||
***** Changelog for 2.6 compared to 2.5 *****
|
***** Changelog for 2.6 compared to 2.5 *****
|
||||||
|
|||||||
@ -125,6 +125,7 @@ class MenuLeft {
|
|||||||
if ($user->admin)
|
if ($user->admin)
|
||||||
{
|
{
|
||||||
$langs->load("admin");
|
$langs->load("admin");
|
||||||
|
$langs->load("help");
|
||||||
|
|
||||||
$newmenu->add(DOL_URL_ROOT."/admin/index.php?leftmenu=setup", $langs->trans("Setup"));
|
$newmenu->add(DOL_URL_ROOT."/admin/index.php?leftmenu=setup", $langs->trans("Setup"));
|
||||||
if ($leftmenu=="setup") $newmenu->add_submenu(DOL_URL_ROOT."/admin/company.php", $langs->trans("MenuCompanySetup"));
|
if ($leftmenu=="setup") $newmenu->add_submenu(DOL_URL_ROOT."/admin/company.php", $langs->trans("MenuCompanySetup"));
|
||||||
@ -161,6 +162,7 @@ class MenuLeft {
|
|||||||
if ($leftmenu=="admintools" && function_exists('eaccelerator_info')) $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/eaccelerator.php", $langs->trans("EAccelerator"),1);
|
if ($leftmenu=="admintools" && function_exists('eaccelerator_info')) $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/eaccelerator.php", $langs->trans("EAccelerator"),1);
|
||||||
if ($leftmenu=="admintools") $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/listevents.php", $langs->trans("Audit"),1);
|
if ($leftmenu=="admintools") $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/listevents.php", $langs->trans("Audit"),1);
|
||||||
if ($leftmenu=="admintools") $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/purge.php", $langs->trans("Purge"),1);
|
if ($leftmenu=="admintools") $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/purge.php", $langs->trans("Purge"),1);
|
||||||
|
if ($leftmenu=="admintools") $newmenu->add_submenu(DOL_URL_ROOT."/support/index.php", $langs->trans("HelpCenter"),1);
|
||||||
}
|
}
|
||||||
|
|
||||||
$newmenu->add(DOL_URL_ROOT."/user/home.php?leftmenu=users", $langs->trans("MenuUsersAndGroups"));
|
$newmenu->add(DOL_URL_ROOT."/user/home.php?leftmenu=users", $langs->trans("MenuUsersAndGroups"));
|
||||||
|
|||||||
@ -126,6 +126,7 @@ class MenuLeft {
|
|||||||
if ($user->admin)
|
if ($user->admin)
|
||||||
{
|
{
|
||||||
$langs->load("admin");
|
$langs->load("admin");
|
||||||
|
$langs->load("help");
|
||||||
|
|
||||||
$newmenu->add(DOL_URL_ROOT."/admin/index.php?leftmenu=setup", $langs->trans("Setup"));
|
$newmenu->add(DOL_URL_ROOT."/admin/index.php?leftmenu=setup", $langs->trans("Setup"));
|
||||||
if ($leftmenu=="setup") $newmenu->add_submenu(DOL_URL_ROOT."/admin/company.php", $langs->trans("MenuCompanySetup"));
|
if ($leftmenu=="setup") $newmenu->add_submenu(DOL_URL_ROOT."/admin/company.php", $langs->trans("MenuCompanySetup"));
|
||||||
@ -162,6 +163,7 @@ class MenuLeft {
|
|||||||
if ($leftmenu=="admintools" && function_exists('eaccelerator_info')) $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/eaccelerator.php", $langs->trans("EAccelerator"),1);
|
if ($leftmenu=="admintools" && function_exists('eaccelerator_info')) $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/eaccelerator.php", $langs->trans("EAccelerator"),1);
|
||||||
if ($leftmenu=="admintools") $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/listevents.php", $langs->trans("Audit"),1);
|
if ($leftmenu=="admintools") $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/listevents.php", $langs->trans("Audit"),1);
|
||||||
if ($leftmenu=="admintools") $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/purge.php", $langs->trans("Purge"),1);
|
if ($leftmenu=="admintools") $newmenu->add_submenu(DOL_URL_ROOT."/admin/tools/purge.php", $langs->trans("Purge"),1);
|
||||||
|
if ($leftmenu=="admintools") $newmenu->add_submenu(DOL_URL_ROOT."/support/index.php", $langs->trans("HelpCenter"),1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -6,3 +6,5 @@ RemoteControlSupport=Real time and remote support
|
|||||||
ToSeeListOfAvailableRessources=To contact/see available ressources:
|
ToSeeListOfAvailableRessources=To contact/see available ressources:
|
||||||
ClickHere=Click here
|
ClickHere=Click here
|
||||||
HelpCenter=Help center
|
HelpCenter=Help center
|
||||||
|
DolibarrHelpCenter=Dolibarr help and support center
|
||||||
|
ToGoBackToDolibarr=To go back on Dolibarr, <a href="%s">click here</a>.
|
||||||
@ -6,3 +6,5 @@ RemoteControlSupport=Support temps réel à distance
|
|||||||
ToSeeListOfAvailableRessources=Pour contacter/voir les ressources disponibles:
|
ToSeeListOfAvailableRessources=Pour contacter/voir les ressources disponibles:
|
||||||
ClickHere=Cliquez ici
|
ClickHere=Cliquez ici
|
||||||
HelpCenter=Centre d'aide
|
HelpCenter=Centre d'aide
|
||||||
|
DolibarrHelpCenter=Centre de support et d'aide Dolibarr
|
||||||
|
ToGoBackToDolibarr=Pour aller sur Dolibarr, <a href="%s">cliquer ici</a>.
|
||||||
@ -2,7 +2,7 @@
|
|||||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
||||||
* Copyright (C) 2004 Sebastien DiCintio <sdicintio@ressource-toi.org>
|
* Copyright (C) 2004 Sebastien DiCintio <sdicintio@ressource-toi.org>
|
||||||
* Copyright (C) 2007-2008 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2007-2009 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -19,10 +19,11 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file htdocs/support/inc.php
|
/**
|
||||||
\brief File that define environment for support pages
|
* \file htdocs/support/inc.php
|
||||||
\version $Id$
|
* \brief File that define environment for support pages
|
||||||
*/
|
* \version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
define('DOL_VERSION','2.5-dev'); // Also defined in htdocs/master.inc.php
|
define('DOL_VERSION','2.5-dev'); // Also defined in htdocs/master.inc.php
|
||||||
|
|
||||||
|
|||||||
@ -29,12 +29,16 @@ $langs->load("other");
|
|||||||
$langs->load("help");
|
$langs->load("help");
|
||||||
|
|
||||||
|
|
||||||
pHeader("Dolibarr Help Service Center",$_SERVER["PHP_SELF"]);
|
pHeader($langs->trans("DolibarrHelpCenter"),$_SERVER["PHP_SELF"]);
|
||||||
|
|
||||||
print $langs->trans("HelpCenterDesc1")."<br>\n";
|
print $langs->trans("HelpCenterDesc1")."<br>\n";
|
||||||
print $langs->trans("HelpCenterDesc2")."<br>\n";
|
print $langs->trans("HelpCenterDesc2")."<br>\n";
|
||||||
|
|
||||||
print '<br><br><br>';
|
print '<br>';
|
||||||
|
|
||||||
|
print $langs->trans("ToGoBackToDolibarr","/");
|
||||||
|
|
||||||
|
print '<br><br>';
|
||||||
|
|
||||||
print '<table border="1">';
|
print '<table border="1">';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user