Look: Modification esthtique mineure
This commit is contained in:
parent
78a1f8ddcb
commit
a9771a9951
@ -78,7 +78,7 @@ $form = new Form($db);
|
||||
|
||||
|
||||
# Affiche ligne d'ajout
|
||||
$var=!$var;
|
||||
$var=false;
|
||||
print '<form action="const.php" method="POST">';
|
||||
print '<input type="hidden" name="action" value="add">';
|
||||
|
||||
@ -112,7 +112,7 @@ if ($result)
|
||||
{
|
||||
$num = $db->num_rows($result);
|
||||
$i = 0;
|
||||
$var=True;
|
||||
$var=false;
|
||||
|
||||
while ($i < $num)
|
||||
{
|
||||
|
||||
@ -283,7 +283,7 @@ if ($_GET["id"])
|
||||
|
||||
// Ligne d'ajout
|
||||
if ($tabname[$_GET["id"]]) {
|
||||
$var=False;
|
||||
$var=false;
|
||||
$fieldlist=split(',',$tabfield[$_GET["id"]]);
|
||||
print '<table class="noborder" width="100%">';
|
||||
|
||||
@ -351,7 +351,7 @@ if ($_GET["id"])
|
||||
{
|
||||
$num = $db->num_rows();
|
||||
$i = 0;
|
||||
$var=False;
|
||||
$var=true;
|
||||
if ($num)
|
||||
{
|
||||
// Ligne de titre
|
||||
@ -424,6 +424,7 @@ else
|
||||
*/
|
||||
print_titre($langs->trans("DictionnarySetup"));
|
||||
|
||||
$var=true;
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre"><td>'.$langs->trans("Dictionnary").'</td><td>'.$langs->trans("Table").'</td></tr>';
|
||||
|
||||
|
||||
@ -69,12 +69,13 @@ print '<tr><td valign="top" width="30%">';
|
||||
|
||||
if ($conf->propal->enabled)
|
||||
{
|
||||
print '<form method="post" action="'.DOL_URL_ROOT.'/comm/propal.php">';
|
||||
$var=false;
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<form method="post" action="'.DOL_URL_ROOT.'/comm/propal.php">';
|
||||
print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("SearchAProposal").'</td></tr>';
|
||||
print "<tr $bc[1]><td>";
|
||||
print '<tr '.$bc[$var].'><td>';
|
||||
print $langs->trans("Ref").' : <input type="text" class="flat" name="sf_ref" size="16"> <input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
|
||||
print "</table></form><br>\n";
|
||||
print "</form></table><br>\n";
|
||||
}
|
||||
|
||||
/*
|
||||
@ -95,6 +96,8 @@ if ($resql)
|
||||
$i = 0;
|
||||
if ($num > 0 )
|
||||
{
|
||||
$var=true;
|
||||
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td colspan="2">'.$langs->trans("ProspectsByStatus").'</td></tr>';
|
||||
@ -115,7 +118,6 @@ if ($resql)
|
||||
|
||||
if ($conf->propal->enabled)
|
||||
{
|
||||
|
||||
$sql = "SELECT p.rowid, p.ref";
|
||||
$sql .= " FROM ".MAIN_DB_PREFIX."propal as p";
|
||||
$sql .= " WHERE p.fk_statut = 0";
|
||||
@ -123,6 +125,8 @@ if ($conf->propal->enabled)
|
||||
$resql=$db->query($sql);
|
||||
if ($resql)
|
||||
{
|
||||
$var=true;
|
||||
|
||||
$num = $db->num_rows($resql);
|
||||
$i = 0;
|
||||
if ($num > 0 )
|
||||
@ -163,6 +167,8 @@ if ($resql)
|
||||
$num = $db->num_rows($resql);
|
||||
if ($num > 0)
|
||||
{
|
||||
$var=true;
|
||||
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td colspan="4">'.$langs->trans("ActionsToDo").'</td>';
|
||||
@ -209,6 +215,8 @@ if ( $db->query($sql) )
|
||||
$i = 0;
|
||||
if ($num > 0 )
|
||||
{
|
||||
$var=true;
|
||||
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre"><td colspan="4">'.$langs->trans("ProposalsOpened").'</td></tr>';
|
||||
|
||||
@ -245,6 +253,8 @@ if ( $db->query($sql) )
|
||||
$i = 0;
|
||||
if ($num > 0 )
|
||||
{
|
||||
$var=true;
|
||||
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre"><td colspan="4">'.$langs->trans("ProspectToContact").'</td></tr>';
|
||||
|
||||
@ -268,5 +278,5 @@ print '</table>';
|
||||
$db->close();
|
||||
|
||||
|
||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
||||
llxFooter('$Date$ - $Revision$');
|
||||
?>
|
||||
|
||||
@ -44,12 +44,13 @@ print '<tr><td valign="top" width="30%">';
|
||||
/*
|
||||
* Zone recherche
|
||||
*/
|
||||
print '<form method="post" action="liste.php">';
|
||||
$var=false;
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<form method="post" action="liste.php">';
|
||||
print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("SearchOrder").'</td></tr>';
|
||||
print "<tr $bc[1]><td>";
|
||||
print '<tr '.$bc[$var].'><td colspan="2">';
|
||||
print $langs->trans("Ref").' : <input type="text" class="flat" name="sf_ref" size=18> <input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
|
||||
print "</table></form><br>\n";
|
||||
print "</form></table><br>\n";
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@ -39,12 +39,13 @@ print_titre($langs->trans("Sendings"));
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr><td valign="top" width="30%">';
|
||||
|
||||
print '<form method="post" action="liste.php">';
|
||||
$var=false;
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<form method="post" action="liste.php">';
|
||||
print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("SearchASending").'</td></tr>';
|
||||
print "<tr $bc[1]><td>";
|
||||
print '<tr '.$bc[$var].'><td>';
|
||||
print $langs->trans("Ref").' : <input type="text" class="flat" name="sf_ref" size="18"> <input type="submit" value="'.$langs->trans("Search").'" class="button"></td></tr>';
|
||||
print "</table></form><br />\n";
|
||||
print "</form></table><br />\n";
|
||||
|
||||
/*
|
||||
* Expeditions à valider
|
||||
|
||||
Loading…
Reference in New Issue
Block a user