Look: Modif esthétiques mineures
Trad: Quelques corrections sur traduction
This commit is contained in:
parent
4e7cf8d58c
commit
1e5fa7db35
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
/* Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2006 Andre Cianfarani <acianfa@free.fr>
|
* Copyright (C) 2006 Andre Cianfarani <acianfa@free.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
|
||||||
@ -100,19 +100,21 @@ dolibarr_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
|
|||||||
* Formulaire parametres divers
|
* Formulaire parametres divers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
$var=true;
|
||||||
|
|
||||||
// expedition activation/desactivation
|
// expedition activation/desactivation
|
||||||
|
$var=!$var;
|
||||||
|
print "<form method=\"post\" action=\"confexped.php\">";
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td width="140">'.$langs->trans("Name").'</td>';
|
print '<td>'.$langs->trans("Feature").'</td>';
|
||||||
print '<td align="center"> </td>';
|
print '<td align="center" width="20"> </td>';
|
||||||
print '<td align="center">'.$langs->trans("Active").'</td>';
|
print '<td align="center" width="100">'.$langs->trans("Action").'</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
print "<form method=\"post\" action=\"confexped.php\">";
|
|
||||||
print "<input type=\"hidden\" name=\"action\" value=\"sending\">";
|
print "<input type=\"hidden\" name=\"action\" value=\"sending\">";
|
||||||
print "<tr ".$bc[false].">";
|
print "<tr ".$bc[$var].">";
|
||||||
print '<td width="80%">'.$langs->trans("SendingsAbility").'</td>';
|
print '<td>'.$langs->trans("SendingsAbility").'</td>';
|
||||||
print '<td align="center">';
|
print '<td align="center" width="20">';
|
||||||
|
|
||||||
if($conf->global->MAIN_SUBMODULE_EXPEDITION == 1)
|
if($conf->global->MAIN_SUBMODULE_EXPEDITION == 1)
|
||||||
{
|
{
|
||||||
@ -120,7 +122,7 @@ if($conf->global->MAIN_SUBMODULE_EXPEDITION == 1)
|
|||||||
}
|
}
|
||||||
|
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print "<td align=\"center\">";
|
print '<td align="center" width="100">';
|
||||||
|
|
||||||
if($conf->global->MAIN_SUBMODULE_EXPEDITION == 0)
|
if($conf->global->MAIN_SUBMODULE_EXPEDITION == 0)
|
||||||
{
|
{
|
||||||
@ -137,17 +139,13 @@ print '</table>';
|
|||||||
print '</form>';
|
print '</form>';
|
||||||
|
|
||||||
// Bon de livraison activation/desactivation
|
// Bon de livraison activation/desactivation
|
||||||
print '<table class="noborder" width="100%">';
|
$var=!$var;
|
||||||
print '<tr class="liste_titre">';
|
|
||||||
print '<td width="140">'.$langs->trans("Name").'</td>';
|
|
||||||
print '<td align="center"> </td>';
|
|
||||||
print '<td align="center">'.$langs->trans("Active").'</td>';
|
|
||||||
print "</tr>\n";
|
|
||||||
print "<form method=\"post\" action=\"confexped.php\">";
|
print "<form method=\"post\" action=\"confexped.php\">";
|
||||||
|
print '<table class="noborder" width="100%">';
|
||||||
print "<input type=\"hidden\" name=\"action\" value=\"delivery\">";
|
print "<input type=\"hidden\" name=\"action\" value=\"delivery\">";
|
||||||
print "<tr ".$bc[false].">";
|
print "<tr ".$bc[$var].">";
|
||||||
print '<td width="80%">'.$langs->trans("DeliveriesOrderAbility").'</td>';
|
print '<td>'.$langs->trans("DeliveriesOrderAbility").'</td>';
|
||||||
print '<td align="center">';
|
print '<td align="center" width="20">';
|
||||||
|
|
||||||
if($conf->global->MAIN_SUBMODULE_LIVRAISON == 1)
|
if($conf->global->MAIN_SUBMODULE_LIVRAISON == 1)
|
||||||
{
|
{
|
||||||
@ -155,7 +153,7 @@ if($conf->global->MAIN_SUBMODULE_LIVRAISON == 1)
|
|||||||
}
|
}
|
||||||
|
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print "<td align=\"center\">";
|
print '<td align="center" width="100">';
|
||||||
|
|
||||||
if($conf->global->MAIN_SUBMODULE_LIVRAISON == 0)
|
if($conf->global->MAIN_SUBMODULE_LIVRAISON == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -147,7 +147,7 @@ print '<table class="noborder" width="100%">';
|
|||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td width="140">'.$langs->trans("Name").'</td><td>'.$langs->trans("Description").'</td>';
|
print '<td width="140">'.$langs->trans("Name").'</td><td>'.$langs->trans("Description").'</td>';
|
||||||
print '<td align="center"> </td>';
|
print '<td align="center"> </td>';
|
||||||
print '<td align="center" width="60">'.$langs->trans("Active").'</td>';
|
print '<td align="center" width="60">'.$langs->trans("Action").'</td>';
|
||||||
print '<td align="center" width="60">'.$langs->trans("Default").'</td>';
|
print '<td align="center" width="60">'.$langs->trans("Default").'</td>';
|
||||||
print '<td align="center" width="16">'.$langs->trans("Info").'</td>';
|
print '<td align="center" width="16">'.$langs->trans("Info").'</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|||||||
@ -242,7 +242,7 @@ print '<table class="noborder" width="100%">';
|
|||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td width="140">'.$langs->trans("Name").'</td>';
|
print '<td width="140">'.$langs->trans("Name").'</td>';
|
||||||
print '<td>'.$langs->trans("Description").'</td>';
|
print '<td>'.$langs->trans("Description").'</td>';
|
||||||
print '<td align="center" width="60">'.$langs->trans("Activated").'</td>';
|
print '<td align="center" width="60">'.$langs->trans("Action").'</td>';
|
||||||
print '<td align="center" width="60">'.$langs->trans("Default").'</td>';
|
print '<td align="center" width="60">'.$langs->trans("Default").'</td>';
|
||||||
print '<td align="center" width="16">'.$langs->trans("Info").'</td>';
|
print '<td align="center" width="16">'.$langs->trans("Info").'</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user