Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
demo.typo3.org
demo.typo3.org TYPO3 Installation
Commits
a69c2af7
Commit
a69c2af7
authored
Jan 15, 2021
by
David Steeb
Browse files
[TASK] Use „login“ as event label (instead of „click“)
Related: T3DEMO-297
parent
dde2567d
Pipeline
#10230
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/site_t3demo/Resources/Private/Plugins/Felogin/Templates/Login/Login.html
View file @
a69c2af7
...
...
@@ -54,7 +54,8 @@
</div>
<div
class=
"b_login__row b_login__row--submit"
>
<f:form.submit
value=
"{f:translate(key: 'login.login', extensionName: 'site_t3demo')}"
name=
"submit"
class=
"b_button b_button--login-submit umami--click--frontend-login"
/>
<f:form.submit
value=
"{f:translate(key: 'login.login', extensionName: 'site_t3demo')}"
name=
"submit"
class=
"b_button b_button--login-submit"
onclick=
"umami.trackEvent('Frontend Login', 'login');"
/>
</div>
<div
class=
"b_login__container b_login__container--hidden"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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