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
typo3.org
typo3.org
Commits
66823fee
Commit
66823fee
authored
Jul 10, 2017
by
Thomas Löffler
Browse files
Adds link to detail and registration view
parent
4d85adf1
Pipeline
#1449
passed with stages
in 3 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3org_layout/Resources/Private/Extensions/SfEventMgt/Partials/Event/ListItem.html
View file @
66823fee
...
...
@@ -82,14 +82,14 @@
</f:if>
<div
class=
"event__actions text-right mt-3"
>
<f:if
condition=
"{event.enableRegistration}"
>
<f:link.action
class=
"btn btn-primary"
>
<f:link.action
action=
"registration"
arguments=
"{event : event}"
pageUid=
"{settings.registrationPid}"
class=
"btn btn-primary"
>
<f:translate
key=
"t3o.event.button.signup"
default=
"Signup"
/>
</f:link.action>
</f:if>
<f:link.action
class=
"btn btn-secondary ml-3"
>
<f:link.action
action=
"detail"
arguments=
"{event : event}"
pageUid=
"{settings.detailPid}"
class=
"btn btn-secondary ml-3"
>
<f:translate
key=
"t3o.event.button.detail"
default=
"more info"
/>
</f:link.action>
</div>
</div>
</div>
</div>
\ No newline at end of file
</div>
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