added newline under edit form
This commit is contained in:
parent
4a2f1bbd51
commit
71009bd737
@ -86,6 +86,7 @@ foreach (get_users_cupboards_array() as $row) {
|
||||
<label>Description : </label><input type="text" name="description" value="<?php echo $edit_description; ?>">
|
||||
<button type="publish" name="edit_completed" value="<?php echo $edit_id; ?>">Valider</button>
|
||||
</form>
|
||||
<br>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
@ -120,6 +120,7 @@ foreach (get_users_products_array() as $row) {
|
||||
</select>
|
||||
<button type="publish" name="edit_completed" value="<?php echo $edit_id; ?>">Valider</button>
|
||||
</form>
|
||||
<br>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user