Skip to content
Snippets Groups Projects
Commit 676d7608 authored by echicken's avatar echicken :chicken:
Browse files

Merge branch 'patch-1' into 'master'

Confirm with user before adding someone to twitlist

See merge request sbbs/sbbs!16
parents fd92ff0c 06f9869f
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!16Confirm with user before adding someone to twitlist
Pipeline #424 passed
<? var _bs = locale.get('button_block_sender', 'page_forum'); ?> <? 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> <span class="glyphicon glyphicon-ban-circle"></span>
</button> </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