mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 23:52:24 +01:00
Modif style html et mise aux normes HTML
This commit is contained in:
@@ -107,7 +107,7 @@ if ($action == 'setmod')
|
||||
|
||||
print_titre("Module de num<75>rotation");
|
||||
|
||||
print '<table border="1" cellpadding="3" cellspacing="0">';
|
||||
print '<table class="border" cellpadding="3" cellspacing="0">';
|
||||
print '<TR class="liste_titre">';
|
||||
print '<td>Nom</td>';
|
||||
print '<td>Info</td>';
|
||||
@@ -146,7 +146,7 @@ if ($handle)
|
||||
|
||||
print "</td><td>\n";
|
||||
|
||||
print '<a href="propale.php?action=setmod&value='.$file.'">activer</a>';
|
||||
print '<a href="propale.php?action=setmod&value='.$file.'">activer</a>';
|
||||
|
||||
print '</td></tr>';
|
||||
}
|
||||
@@ -187,7 +187,7 @@ $dir = "../includes/modules/propale/";
|
||||
|
||||
print_titre("Mod<EFBFBD>les de propale pdf");
|
||||
|
||||
print '<table border="1" cellpadding="3" cellspacing="0">';
|
||||
print '<table class="border" cellpadding="3" cellspacing="0">';
|
||||
print '<TR class="liste_titre">';
|
||||
print '<td>Nom</td>';
|
||||
print '<td>Info</td>';
|
||||
@@ -220,13 +220,13 @@ while (($file = readdir($handle))!==false)
|
||||
{
|
||||
print '<img src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/tick.png" border="0"></a>';
|
||||
print "</td><td>\n";
|
||||
print '<a href="propale.php?action=del&value='.$name.'">d<>sactiver</a>';
|
||||
print '<a href="propale.php?action=del&value='.$name.'">d<>sactiver</a>';
|
||||
}
|
||||
else
|
||||
{
|
||||
print " ";
|
||||
print "</td><td>\n";
|
||||
print '<a href="propale.php?action=set&value='.$name.'">activer</a>';
|
||||
print '<a href="propale.php?action=set&value='.$name.'">activer</a>';
|
||||
}
|
||||
|
||||
print '</td><td align="center">';
|
||||
@@ -242,7 +242,7 @@ while (($file = readdir($handle))!==false)
|
||||
|
||||
print "</td><td>\n";
|
||||
|
||||
print '<a href="propale.php?action=setpdf&value='.$name.'">activer</a>';
|
||||
print '<a href="propale.php?action=setpdf&value='.$name.'">activer</a>';
|
||||
|
||||
print '</td></tr>';
|
||||
}
|
||||
@@ -251,14 +251,13 @@ closedir($handle);
|
||||
|
||||
print '</table>';
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
*/
|
||||
print_titre("Formulaire de cr<63>ation");
|
||||
print '<form method="post" action="propale.php?action=nbprod">';
|
||||
print '<table border="1" cellpadding="3" cellspacing="0">';
|
||||
print '<table class="border" cellpadding="3" cellspacing="0">';
|
||||
print '<TR class="liste_titre">';
|
||||
print '<td>Nom</td>';
|
||||
print '<td>Valeur</td><td> </td>';
|
||||
|
||||
Reference in New Issue
Block a user