Fix: Message at bottom

This commit is contained in:
Laurent Destailleur 2011-07-27 23:50:52 +00:00
parent f902e174f1
commit a65218b9d4

View File

@ -1,6 +1,6 @@
<?php <?php
/* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2010 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2010 Regis Houssin <regis@dolibarr.fr> * Copyright (C) 2005-2010 Regis Houssin <regis@dolibarr.fr>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -20,8 +20,8 @@
/** /**
* \file htdocs/admin/system/index.php * \file htdocs/admin/system/index.php
* \brief Page accueil infos systeme * \brief Home page of system information
* \version $Id$ * \version $Id: index.php,v 1.48 2011/07/27 23:50:52 eldy Exp $
*/ */
require("../../main.inc.php"); require("../../main.inc.php");
@ -36,6 +36,13 @@ if (!$user->admin)
accessforbidden(); accessforbidden();
/*
* Actions
*/
// None
/* /*
* View * View
*/ */
@ -44,8 +51,6 @@ llxHeader();
print_fiche_titre($langs->trans("SummarySystem"),'','setup'); print_fiche_titre($langs->trans("SummarySystem"),'','setup');
//print "<br>\n";
print info_admin($langs->trans("SystemInfoDesc")).'<br>';
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print "<tr class=\"liste_titre\"><td colspan=\"2\">Dolibarr</td></tr>\n"; print "<tr class=\"liste_titre\"><td colspan=\"2\">Dolibarr</td></tr>\n";
@ -118,5 +123,9 @@ print '</table>';
print '<br>'; print '<br>';
llxFooter('$Date$ - $Revision$'); //print "<br>\n";
print info_admin($langs->trans("SystemInfoDesc")).'<br>';
llxFooter('$Date: 2011/07/27 23:50:52 $ - $Revision: 1.48 $');
?> ?>