Skip to content
Snippets Groups Projects
Commit c8a15ecf authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Title in delays setup page

parent 949d548d
No related branches found
No related tags found
No related merge requests found
<?php <?php
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005 Simon Tosser <simon@kornog-computing.com> * Copyright (C) 2005 Simon Tosser <simon@kornog-computing.com>
* Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr> * Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr>
* *
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
*/ */
/** /**
\file htdocs/admin/delais.php * \file htdocs/admin/delais.php
\brief Page d'administration des d?lais de retard * \brief Page to setup late delays
\version $Id$ * \version $Id$
*/ */
require("./pre.inc.php"); require("./pre.inc.php");
...@@ -79,7 +79,7 @@ if ((isset($_GET["action"]) && $_GET["action"] == 'edit')) ...@@ -79,7 +79,7 @@ if ((isset($_GET["action"]) && $_GET["action"] == 'edit'))
$var=true; $var=true;
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td colspan="2" width="60%">'.$langs->trans("DolibarrWorkBoard").'</td><td>'.$langs->trans("Value").'</td></tr>'; print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("DelaysOfToleranceBeforeWarning").'</td><td>'.$langs->trans("Value").'</td></tr>';
// //
if ($conf->agenda->enabled) if ($conf->agenda->enabled)
...@@ -183,7 +183,7 @@ else ...@@ -183,7 +183,7 @@ else
*/ */
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td colspan="2" width="60%">'.$langs->trans("DolibarrWorkBoard").'</td><td>'.$langs->trans("Value").'</td></tr>'; print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("DelaysOfToleranceBeforeWarning").'</td><td>'.$langs->trans("Value").'</td></tr>';
$var=true; $var=true;
$var=!$var; $var=!$var;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment