Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
df8a3a1b
Commit
df8a3a1b
authored
Mar 20, 2021
by
Carsten Rose
Browse files
fa-pencil renamed to fa-pencil-alt
parent
dc4271bf
Pipeline
#5055
failed with stages
in 2 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/TablesorterController.js
View file @
df8a3a1b
...
...
@@ -153,7 +153,7 @@ var QfqNS = QfqNS || {};
// create edit view dropdown
var
viewDropdownHtml
=
'
<div class="btn-group qfq-tablesorter-menu-item" style="right: 53px;">
'
+
'
<button type="button" class="btn btn-default form-control qfq-view-editor dropdown-toggle" data-toggle="dropdown">
'
+
'
<i class="fa fa-pencil"></i>
'
+
'
<i class="fa fa-pencil
-alt
"></i>
'
+
'
</button>
'
+
'
<ul class="dropdown-menu pull-right" role="menu">
'
+
'
<li><a href="#" data-save-private-view>Save Private View</a></li>
'
+
...
...
Write
Preview
Supports
Markdown
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