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
2704a4ee
Commit
2704a4ee
authored
3 years ago
by
enured
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
e500613f
45c687c6
No related branches found
No related tags found
2 merge requests
!419
S13788_datetimepicker_selectable_weekdays
,
!409
S13787 datetimepicker documentation added and JS Correction
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extension/Classes/Core/BuildFormBootstrap.php
+1
-1
1 addition, 1 deletion
extension/Classes/Core/BuildFormBootstrap.php
extension/Classes/Core/Form/Checkbox.php
+2
-2
2 additions, 2 deletions
extension/Classes/Core/Form/Checkbox.php
with
3 additions
and
3 deletions
extension/Classes/Core/BuildFormBootstrap.php
+
1
−
1
View file @
2704a4ee
...
@@ -235,7 +235,7 @@ class BuildFormBootstrap extends AbstractBuildForm {
...
@@ -235,7 +235,7 @@ class BuildFormBootstrap extends AbstractBuildForm {
/**
/**
* Creates a link to open current form loaded in FormEditor
* Creates a link to open current form loaded in FormEditor
*
*
* @return string
- the rendered Checkbox
* @return string
* @throws \CodeException
* @throws \CodeException
* @throws \DbException
* @throws \DbException
* @throws \UserFormException
* @throws \UserFormException
...
...
This diff is collapsed.
Click to expand it.
extension/Classes/Core/Form/Checkbox.php
+
2
−
2
View file @
2704a4ee
...
@@ -193,8 +193,8 @@ class Checkbox {
...
@@ -193,8 +193,8 @@ class Checkbox {
/**
/**
* Build as many Checkboxes as items.
* Build as many Checkboxes as items.
*
*
* Layout: The Bootstrap Layout needs very special setup, the checkboxes are wrapped differently with
<div
* Layout: The Bootstrap Layout needs very special setup, the checkboxes are wrapped differently with
* class=checkbox> depending of if they aligned horizontal or vertical.
*
<div
class=checkbox> depending of if they aligned horizontal or vertical.
* @param array $formElement
* @param array $formElement
* @param string $htmlFormElementName
* @param string $htmlFormElementName
* @param string $attributeBase
* @param string $attributeBase
...
...
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