Where Is The 'remove' From Wishlist Button In Wishlist.view Tpl?

Hi, I want to add a confirmation popup if someone wants to remove a product from their wishlist, but I can't seem to find where the 'Remove' button is. I saw that the wishlist.view tpl includes the grid_list.tpl block so I looked there, but I can't find the 'Remove' button there either.

Does anyone know where it is?

Check the following files

design/themes/responsive/templates/addons/wishlist/hooks/products/product_multicolumns_list.pre.tpl

or

design/themes/responsive/templates/addons/wishlist/hooks/products/product_grid_list2.pre.tpl

All you need is to add cm-confirm class to the a tag

worked great, thanks!

You are welcome!