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
17be9e34
Commit
17be9e34
authored
Sep 05, 2018
by
Elias Villiger
Browse files
Bug #6484: Download Links mit css class
parent
a8a05937
Pipeline
#825
passed with stage
in 1 minute and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/report/Link.php
View file @
17be9e34
...
@@ -1384,6 +1384,11 @@ EOF;
...
@@ -1384,6 +1384,11 @@ EOF;
return
$vars
;
return
$vars
;
}
}
if
(
$vars
[
NAME_LINK_CLASS
]
!==
''
)
{
// custom class
$bootstrapButton
=
$vars
[
NAME_LINK_CLASS
];
$vars
[
NAME_LINK_CLASS
]
=
''
;
// prevent this class from also being used in the wrapping element
}
$text
=
DOWNLOAD_POPUP_REPLACE_TEXT
;
$text
=
DOWNLOAD_POPUP_REPLACE_TEXT
;
$title
=
DOWNLOAD_POPUP_REPLACE_TITLE
;
$title
=
DOWNLOAD_POPUP_REPLACE_TITLE
;
...
...
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