Skip to content

Use print_form_button() to display "Detach" buttons in view page

Created by: dregad

Current use of print_small_button() generates a complex GET URL showing the form security token. It would be better to use print_form_button() so the token is handled as hidden form parameter.

Moreover multiple tokens are generated (one per issue), which is not efficient,