Skip to content
Snippets Groups Projects
Commit ba3adb48 authored by Kayz's avatar Kayz Committed by echicken
Browse files

Confirm with user before adding someone to twitlist

parent dae06b6d
No related branches found
No related tags found
No related merge requests found
<? var _bs = locale.get('button_block_sender', 'page_forum'); ?>
<button id="bsb-%s" class="btn btn-default icon" aria-label="<? write(_bs); ?>" title="<? write(_bs); ?>" onclick="blockSender('%s', '%s', '%s')">
<button id="bsb-%s" class="btn btn-default icon" aria-label="<? write(_bs); ?>" title="<? write(_bs); ?>" onclick="if (confirm('Permanently block this sender?')) { blockSender('%s', '%s', '%s') }">
<span class="glyphicon glyphicon-ban-circle"></span>
</button>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment