Look: Style button sur les boutons
This commit is contained in:
parent
b3be675e36
commit
32f6f27452
@ -187,7 +187,7 @@ if ($mil->fetch($_GET["id"]) == 0)
|
|||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
if ($mil->statut == 0)
|
if ($mil->statut == 0)
|
||||||
{
|
{
|
||||||
print '<form action="cibles.php?action=add&rowid='.$mil->id.'&module='.$modulename.'" method="POST"><input type="submit" value="'.$langs->trans("Add").'"></form>';
|
print '<form action="cibles.php?action=add&rowid='.$mil->id.'&module='.$modulename.'" method="POST"><input type="submit" class="button" value="'.$langs->trans("Add").'"></form>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -204,7 +204,7 @@ if ($mil->fetch($_GET["id"]) == 0)
|
|||||||
closedir($handle);
|
closedir($handle);
|
||||||
|
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td> </td><td> </td><td align="center"><form action="cibles.php?action=clear&rowid='.$mil->id.'" method="POST"><input type="submit" value="'.$langs->trans("Clear").'"></form></td>';
|
print '<td> </td><td> </td><td align="center"><form action="cibles.php?action=clear&rowid='.$mil->id.'" method="POST"><input type="submit" class="button" value="'.$langs->trans("Clear").'"></form></td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
print '</table><br>';
|
print '</table><br>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user