Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
65a079e4
Commit
65a079e4
authored
Sep 18, 2020
by
Thomas Löffler
Browse files
Add extension to create correct download link
parent
d8dbb1c2
Pipeline
#9642
passed with stages
in 5 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/ter_layout/Resources/Private/Partials/Solr/Result/Document.html
View file @
65a079e4
...
...
@@ -79,7 +79,7 @@
<div
class=
"btn-group d-flex"
role=
"group"
>
<f:if
condition=
"{document.insecure_boolS}"
>
<f:else>
<f:link.action
pageUid=
"3"
rel=
"nofollow"
class=
"btn {f:if(condition:exactMatchFound, then: 'btn-primary-lg', else: 'btn-primary')} btn-block mb-0 w-100"
action=
"download"
controller=
"Extension"
pluginName=
"Pi1"
arguments=
"{extension: document.uid}"
title=
"Downlad version {document.extensionVersion_stringS} of TYPO3 extension {document.extensionKey_stringS}"
>
<f:link.action
pageUid=
"3"
rel=
"nofollow"
class=
"btn {f:if(condition:exactMatchFound, then: 'btn-primary-lg', else: 'btn-primary')} btn-block mb-0 w-100"
action=
"download"
extensionName=
"TerFe2"
controller=
"Extension"
pluginName=
"Pi1"
arguments=
"{extension: document.uid}"
title=
"Downlad version {document.extensionVersion_stringS} of TYPO3 extension {document.extensionKey_stringS}"
>
<i
class=
"fa fa-download"
></i>
v{document.extensionVersion_stringS}
</f:link.action>
</f:else>
...
...
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