Look: Modifications esthétiques mineures
This commit is contained in:
parent
9b568fc000
commit
67e8c2cc97
@ -18,7 +18,6 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -200,7 +199,7 @@ if ($_GET["id"])
|
|||||||
print '<input type="file" name="userfile" size="30" maxlength="80"><br />';
|
print '<input type="file" name="userfile" size="30" maxlength="80"><br />';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
print '<tr><td colspan="2" align="center">';
|
print '<tr><td colspan="2" align="center">';
|
||||||
print '<input type="submit">';
|
print '<input type="submit" class="button" value="'.$langs->trans("Send").'">';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
print '</table></form>';
|
print '</table></form>';
|
||||||
}
|
}
|
||||||
@ -214,7 +213,7 @@ if ($_GET["id"])
|
|||||||
print $html->select_date();
|
print $html->select_date();
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
print '<tr><td colspan="2" align="center">';
|
print '<tr><td colspan="2" align="center">';
|
||||||
print '<input type="submit">';
|
print '<input type="submit" class="button" value="'.$langs->trans("Send").'">';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
print '</table></form>';
|
print '</table></form>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user