Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
3e4e714e
Commit
3e4e714e
authored
May 11, 2016
by
Carsten Rose
Browse files
Radio: selected value accidently overwridden
AbstractBuildForm.php: additional variable.
parent
75afd5db
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/AbstractBuildForm.php
View file @
3e4e714e
...
...
@@ -1248,9 +1248,9 @@ abstract class AbstractBuildForm {
}
// ' ' - This is necessary to correctly align an empty input.
$
v
alue
=
(
$itemValue
[
$ii
]
===
''
)
?
' '
:
$itemValue
[
$ii
];
$
tmpV
alue
=
(
$itemValue
[
$ii
]
===
''
)
?
' '
:
$itemValue
[
$ii
];
$htmlElement
=
'<input '
.
$attribute
.
'>'
.
$
v
alue
;
$htmlElement
=
'<input '
.
$attribute
.
'>'
.
$
tmpV
alue
;
// With ALIGN_HORIZONTAL: the label causes some trouble: skip it
if
((
$orientation
===
ALIGN_VERTICAL
))
{
...
...
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