Skip to content
Snippets Groups Projects
Commit 6e5e5030 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Style

parent 5e939a3d
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ if ($_GET["action"] == 'create')
print '</td></tr>';
print '<tr><td>'.$langs->trans("Status").'</td><td colspan="3">';
print '<select name="statut">';
print '<select name="statut" class="flat">';
print '<option value="0">'.$langs->trans("WarehouseClosed").'</option>';
print '<option value="1" selected="selected">'.$langs->trans("WarehouseOpened").'</option>';
print '</select>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment