From 1061cde797984cdf3c997ec6c7aad030bdcb84a0 Mon Sep 17 00:00:00 2001 From: Michael <heluecht@pirati.ca> Date: Mon, 2 Aug 2021 21:47:59 +0000 Subject: [PATCH] The frio-button now looks fine --- view/theme/frio/templates/profile/schedule.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/templates/profile/schedule.tpl b/view/theme/frio/templates/profile/schedule.tpl index 29575be05b..2a769307e4 100644 --- a/view/theme/frio/templates/profile/schedule.tpl +++ b/view/theme/frio/templates/profile/schedule.tpl @@ -16,8 +16,8 @@ <td> <form action="{{$baseurl}}/profile/{{$nickname}}/schedule" method="post"> <input type="hidden" name="form_security_token" value="{{$form_security_token}}"> - <button type="submit" name="delete" value="{{$row.id}}" title="{{$delete}}"> - <i class="fa fa-trash" aria-hidden="true"> + <button class="btn btn-default" type="submit" name="delete" value="{{$row.id}}" title="{{$delete}}"> + <i class="fa fa-trash" aria-hidden="true"></i> </button> </form> </td>