Skip to content
GitLab
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
246ed675
Commit
246ed675
authored
Jun 14, 2018
by
Mathias Brodala
Browse files
[TASK] Make packagist confirm checkbox label clickable
This is where users are going to click
parent
1753abd9
Pipeline
#4603
passed with stages
in 5 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/ter_fe2/Resources/Private/Templates/Extension/Edit.html
View file @
246ed675
...
...
@@ -19,7 +19,9 @@
</label>
<div
class=
"col-9"
>
<f:form.checkbox
id=
"packagistConfirm"
name=
"packagistConfirm"
value=
"1"
checked=
"{f:if(condition: '{extension.composerName}', then: '1', else: '0')}"
/>
<f:translate
key=
"tx_terfe2_domain_model_extension.packagist_confirm_message"
/>
<label
for=
"packagistConfirm"
>
<f:translate
key=
"tx_terfe2_domain_model_extension.packagist_confirm_message"
/>
</label>
</div>
</div>
<div
class=
"form-group row js-composer-name-input"
>
...
...
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