Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
128
Issues
128
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Commits
7e36d7fb
Commit
7e36d7fb
authored
Oct 25, 2020
by
Michael Long
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Confirm with user before adding someone to twitlist
parent
26638e25
Pipeline
#419
passed with stage
in 18 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
webv4/components/twit-button.xjs
webv4/components/twit-button.xjs
+1
-1
No files found.
webv4/components/twit-button.xjs
View file @
7e36d7fb
<? 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="
var result = confirm('Permanently block this sender?'); if (result) { blockSender('%s', '%s', '%s') }
">
<span class="glyphicon glyphicon-ban-circle"></span>
</button>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment