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
6642eb1f
Commit
6642eb1f
authored
Dec 08, 2020
by
Benni Mack
Browse files
Merge branch 'add-login-label' into 'main'
[TASK] Add label to clarify demo login usage See merge request
!13
parents
bfb2b9d7
1598ce72
Pipeline
#10155
passed with stages
in 6 minutes and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/demologin/Resources/Private/Language/locallang.xlf
View file @
6642eb1f
...
...
@@ -7,6 +7,9 @@
<trans-unit
id=
"login.link"
resname=
"login.link"
>
<source>
Use Demo-Login
</source>
</trans-unit>
<trans-unit
id=
"login.username.label"
>
<source>
Choose any username
</source>
</trans-unit>
</body>
</file>
...
...
src/extensions/demologin/Resources/Private/Templates/DemoLogin.html
View file @
6642eb1f
...
...
@@ -8,6 +8,7 @@
<f:section
name=
"loginFormFields"
>
<div
class=
"form-group t3js-login-username-section"
id=
"t3-login-username-section"
>
<div
class=
"form-control-wrap"
>
<label
for=
"t3-username"
><f:translate
key=
"login.username.label"
extensionName=
"demologin"
/></label>
<div
class=
"form-control-holder"
>
<input
type=
"text"
id=
"t3-username"
name=
"username"
value=
"{presetUsername}"
aria-label=
"{f:translate(key: 'login.username')}"
placeholder=
"{f:translate(key: 'login.username')}"
class=
"form-control input-login t3js-clearable t3js-login-username-field"
autofocus=
"autofocus"
required=
"required"
/>
</div>
...
...
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