mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
remove alert, looks shitt<
This commit is contained in:
parent
9a87e88007
commit
76b2b40014
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
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 alert alert-danger'><i class='fas fa-trash-alt'></i> Löschen</button>");
|
||||
print_r("<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