]> git.mxchange.org Git - friendica.git/commitdiff
Fix the "delete" icon
authorMichael <heluecht@pirati.ca>
Mon, 2 Aug 2021 21:36:27 +0000 (21:36 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 2 Aug 2021 21:36:27 +0000 (21:36 +0000)
view/templates/profile/schedule.tpl

index 8bb9caaac70ac7e14243733dfdeeecef291fbcc4..eb5d7ea824649a973d2d72e86f655b78fbbef9d1 100644 (file)
@@ -15,9 +15,7 @@
                                <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>
+                                               <button type="submit" name="delete" value="{{$row.id}}" title="{{$delete}}" class="icon s22 delete"></button>
                                        </form>
                                </td>
                        </tr>