diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:57:50 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-07-31 13:57:50 -0400 |
| commit | 234d8073dc607c3726af8ac21ba1c70f73d5b0f7 (patch) | |
| tree | 09cb2b7e7b02ee16f07dd076c787bbbd371b46fb /templates/user_activity.tpl | |
| parent | fe81f9394953662a811ed148c0161dc8af8b443b (diff) | |
| download | users-234d8073dc607c3726af8ac21ba1c70f73d5b0f7.tar.gz users-234d8073dc607c3726af8ac21ba1c70f73d5b0f7.tar.bz2 users-234d8073dc607c3726af8ac21ba1c70f73d5b0f7.zip | |
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
Diffstat (limited to 'templates/user_activity.tpl')
| -rw-r--r-- | templates/user_activity.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_activity.tpl b/templates/user_activity.tpl index 4ca9131..7df7864 100644 --- a/templates/user_activity.tpl +++ b/templates/user_activity.tpl @@ -35,7 +35,7 @@ {if $watches} <tr> - <td><input src="{booticon iname="icon-trash" ipackage="icons" iexplain=remove url=TRUE}" type="image" name="delete" value="{tr}delete{/tr}" /></td> + <td><button class="btn btn-default btn-sm" name="delete" value="{tr}delete{/tr}">{booticon iname="fa-trash" iexplain=Remove}</button></td> </tr> {/if} </table> |
