Fix: Bad picto for project setup page

This commit is contained in:
Laurent Destailleur 2014-02-28 21:54:50 +01:00
parent 68a508a0d1
commit 6662f8b5a3
3 changed files with 7 additions and 9 deletions

View File

@ -17,13 +17,13 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* \file htdocs/admin/project.php * \file htdocs/admin/project.php
* \ingroup project * \ingroup project
* \brief Page to setup project module * \brief Page to setup project module
*/ */
require '../../main.inc.php'; require '../../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
@ -47,7 +47,7 @@ $type='project';
/* /*
* Actions * Actions
*/ */
if ($action == 'updateMask') if ($action == 'updateMask')
{ {
@ -286,15 +286,13 @@ $form=new Form($db);
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>'; $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'setup'); print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'setup');
print "<br>";
$head=project_admin_prepare_head(); $head=project_admin_prepare_head();
dol_fiche_head($head, 'project', $langs->trans("ModuleSetup")); dol_fiche_head($head, 'project', $langs->trans("Project"), 0, 'project');
/* /*
* Projects Numbering model * Projects Numbering model
*/ */
print_titre($langs->trans("ProjectsNumberingModules")); print_titre($langs->trans("ProjectsNumberingModules"));

View File

@ -70,7 +70,7 @@ print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'setup');
$head = project_admin_prepare_head(); $head = project_admin_prepare_head();
dol_fiche_head($head, 'attributes', $langs->trans("Project"), 0, 'user'); dol_fiche_head($head, 'attributes', $langs->trans("Project"), 0, 'project');
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n"; print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";

View File

@ -70,7 +70,7 @@ print_fiche_titre($langs->trans("ProjectsSetup"),$linkback,'setup');
$head = project_admin_prepare_head(); $head = project_admin_prepare_head();
dol_fiche_head($head, 'attributes_task', $langs->trans("Project"), 0, 'user'); dol_fiche_head($head, 'attributes_task', $langs->trans("Project"), 0, 'project');
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n"; print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";