Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
e32c80b5
Commit
e32c80b5
authored
May 03, 2016
by
Carsten Rose
Browse files
AbstractBuildForm.php: reformat code
parent
aef86484
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/AbstractBuildForm.php
View file @
e32c80b5
...
...
@@ -484,7 +484,7 @@ abstract class AbstractBuildForm {
$required
=
'yes'
;
break
;
case
FE_MODE_READONLY
:
$disabled
=
'yes'
;
// convert the UI status 'readonly' to the HTML/CSS status disabled.
$disabled
=
'yes'
;
// convert the UI status 'readonly' to the HTML/CSS status
'
disabled
'
.
break
;
case
FE_MODE_HIDDEN
:
$hidden
=
'yes'
;
...
...
@@ -782,8 +782,9 @@ abstract class AbstractBuildForm {
break
;
}
$attribute
.
=
Support
::
doAttribute
(
DATA_DISABLED
,
$disabled
);
// Attributes: data-...
$attribute
.
=
Support
::
doAttribute
(
DATA_HIDDEN
,
$hidden
);
$attribute
.
=
Support
::
doAttribute
(
DATA_DISABLED
,
$disabled
);
$attribute
.
=
Support
::
doAttribute
(
DATA_REQUIRED
,
$required
);
return
$attribute
;
...
...
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