From 14024aa8b4d64f063f416d5db36c999d427fb21d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 27 Jul 2011 23:50:52 +0000 Subject: [PATCH] Fix: Message at bottom --- htdocs/admin/system/index.php | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/htdocs/admin/system/index.php b/htdocs/admin/system/index.php index 3f03d441008..d2d54e4a8b2 100644 --- a/htdocs/admin/system/index.php +++ b/htdocs/admin/system/index.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2010 Laurent Destailleur + * Copyright (C) 2004-2011 Laurent Destailleur * Copyright (C) 2005-2010 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -20,8 +20,8 @@ /** * \file htdocs/admin/system/index.php - * \brief Page accueil infos systeme - * \version $Id$ + * \brief Home page of system information + * \version $Id: index.php,v 1.48 2011/07/27 23:50:52 eldy Exp $ */ require("../../main.inc.php"); @@ -36,6 +36,13 @@ if (!$user->admin) accessforbidden(); +/* + * Actions + */ + +// None + + /* * View */ @@ -44,8 +51,6 @@ llxHeader(); print_fiche_titre($langs->trans("SummarySystem"),'','setup'); -//print "
\n"; -print info_admin($langs->trans("SystemInfoDesc")).'
'; print ''; print "\n"; @@ -118,5 +123,9 @@ print '
Dolibarr
'; print '
'; -llxFooter('$Date$ - $Revision$'); +//print "
\n"; +print info_admin($langs->trans("SystemInfoDesc")).'
'; + + +llxFooter('$Date: 2011/07/27 23:50:52 $ - $Revision: 1.48 $'); ?>