In many administration-related pages of Tuleap, we need to open confirmation modals.
Most of the time, we need to repeat the code that selects a button by its ID, checks if it exists, then selects a modal element by its ID, check if it exists, and finally open the TLP modal.
We should extract a lib to let Tuleap developers simplify this process.