Ask "are You Sure?" In A Popup While Changing Order Status

I am trying CS cart to ask "Are You Sure" in a popup, and user to confirm YES/NO while changing order status. Is it possible?

For example, for the manage orders page open the following file

design/backend/templates/views/orders/manage.tpl

and add

confirm=true

after the following line

btn_meta="btn btn-info o-status-`$o.status` btn-small"|lower

Then clear cache

Thanks