Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
ff9a35d4
Commit
ff9a35d4
authored
5 years ago
by
Carsten Rose
Browse files
Options
Downloads
Patches
Plain Diff
Fixed that label of 'checkbox' are bold and label of 'checkbox-inline' are normal.
parent
8b616dd1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!221
B9720 checkbox various setups
Pipeline
#2963
passed
5 years ago
Stage: before
Stage: build
Stage: selenium
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
extension/Classes/Core/Constants.php
+17
-0
17 additions, 0 deletions
extension/Classes/Core/Constants.php
extension/Classes/Core/Form/Checkbox.php
+2
-0
2 additions, 0 deletions
extension/Classes/Core/Form/Checkbox.php
less/qfq-bs.css.less
+1
-0
1 addition, 0 deletions
less/qfq-bs.css.less
with
20 additions
and
0 deletions
extension/Classes/Core/Constants.php
+
17
−
0
View file @
ff9a35d4
...
@@ -1953,3 +1953,20 @@ const SETTING_TABLESORTER_MODE = 'mode';
...
@@ -1953,3 +1953,20 @@ const SETTING_TABLESORTER_MODE = 'mode';
const
SETTING_TABLESORTER_MODE_DELETE
=
'delete'
;
const
SETTING_TABLESORTER_MODE_DELETE
=
'delete'
;
const
SETTING_TABLESORTER_CLEAR
=
'Clear'
;
const
SETTING_TABLESORTER_CLEAR
=
'Clear'
;
// Object: Type
const
T_LABEL
=
't_label'
;
const
T_INPUT
=
't_input'
;
const
T_NOTE
=
't_note'
;
const
T_
=
't_note'
;
// Object: Item
const
I_TYPE
=
'type'
;
const
I_ID
=
'id'
;
const
I_VALUE
=
'value'
;
const
I_CLASS
=
'class'
;
const
I_ATTRIBUTE
=
'attribute'
;
// Object: extra for checkboxes
const
I_CHECKED
=
'checked'
;
const
I_UNCHECKED
=
'unchecked'
;
This diff is collapsed.
Click to expand it.
extension/Classes/Core/Form/Checkbox.php
+
2
−
0
View file @
ff9a35d4
...
@@ -368,6 +368,8 @@ class Checkbox {
...
@@ -368,6 +368,8 @@ class Checkbox {
}
}
/**
/**
* Helper Function to collect hidden checkbox elements.
*
* @param array $formElement
* @param array $formElement
* @param string $htmlFormElementName
* @param string $htmlFormElementName
* @param string $htmlHidden
* @param string $htmlHidden
...
...
This diff is collapsed.
Click to expand it.
less/qfq-bs.css.less
+
1
−
0
View file @
ff9a35d4
...
@@ -146,6 +146,7 @@ i.@{spinner_class} {
...
@@ -146,6 +146,7 @@ i.@{spinner_class} {
-moz-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-user-select: none;
user-select: none;
user-select: none;
font-weight: normal;
}
}
.checkbox-inline input:read-only ~ .checkmark {
.checkbox-inline input:read-only ~ .checkmark {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment