mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
added type button to button, to prevent submitting form
This commit is contained in:
parent
76b2b40014
commit
6416e8011e
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
|||
print_r("<i class='fas fa-angle-down'></i>");
|
||||
print_r("</button>");
|
||||
print_r("<div class='dropdown-menu' aria-labelledby='dropdownMenuButtonDataID-" . $item->ID . "'>");
|
||||
print_r("<button class='dropdown-item'><i class='fas fa-edit'></i> Bearbeiten</button>");
|
||||
print_r("<button class='dropdown-item'><i class='fas fa-trash-alt'></i> Löschen</button>");
|
||||
print_r("<button type='button' class='dropdown-item'><i class='fas fa-edit'></i> Bearbeiten</button>");
|
||||
print_r("<button type='button' class='dropdown-item'><i class='fas fa-trash-alt'></i> Löschen</button>");
|
||||
print_r("</div>");
|
||||
print_r("</div>");
|
||||
print_r("</div>");
|
||||
|
|
Loading…
Reference in a new issue