Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
typo3.org
typo3.org
Commits
66823fee
Commit
66823fee
authored
Jul 10, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
html/typo3conf/ext/t3org_layout/Resources/Private/Extensions/SfEventMgt/Partials/Event/ListItem.html
...rivate/Extensions/SfEventMgt/Partials/Event/ListItem.html
+3
-3
No files found.
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
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