From 64ac2bdb7448895319cc5545b0fb70047d883e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Gro=C3=9Fberndt?= <stephan@grossberndt.de> Date: Mon, 18 Dec 2017 17:12:31 +0100 Subject: [PATCH] [TASK] Remove excess whitespace Releases: master Resolves: #83378 Change-Id: I78d79402a5fa344934ba83feb4c9dbfe126f0261 Reviewed-on: https://review.typo3.org/55151 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by: Alexander Opitz <opitz.alexander@googlemail.com> Tested-by: Alexander Opitz <opitz.alexander@googlemail.com> --- typo3/sysext/core/Configuration/TCA/pages.php | 2 +- .../sysext/form/Documentation/Config/formManager/Index.rst | 2 +- .../Config/proto/finishersDefinition/Index.rst | 2 +- .../form/Documentation/Config/proto/formEditor/Index.rst | 4 ++-- .../JavaScript/Backend/FormEditor/InspectorComponent.js | 6 +++--- .../Public/JavaScript/Backend/FormEditor/ModalsComponent.js | 2 +- .../Public/JavaScript/Backend/FormEditor/StageComponent.js | 4 ++-- typo3/sysext/linkvalidator/Documentation/Settings.cfg | 6 +++--- typo3/sysext/saltedpasswords/Documentation/Settings.cfg | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/typo3/sysext/core/Configuration/TCA/pages.php b/typo3/sysext/core/Configuration/TCA/pages.php index 1b3689ecc5cc..cfc42c635b50 100644 --- a/typo3/sysext/core/Configuration/TCA/pages.php +++ b/typo3/sysext/core/Configuration/TCA/pages.php @@ -950,7 +950,7 @@ return [ --palette--;;access, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:categories, categories, - --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended, + --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended, ' ], // mount page diff --git a/typo3/sysext/form/Documentation/Config/formManager/Index.rst b/typo3/sysext/form/Documentation/Config/formManager/Index.rst index 0c618087a539..82a98081010a 100644 --- a/typo3/sysext/form/Documentation/Config/formManager/Index.rst +++ b/typo3/sysext/form/Documentation/Config/formManager/Index.rst @@ -127,7 +127,7 @@ translationFile :aspect:`Good to know` :ref:`Translate "Start template" options<concepts-formmanager-translation-starttemplate>` - + :aspect:`Description` The translation file(s) which should be used to translate parts of the form manager. diff --git a/typo3/sysext/form/Documentation/Config/proto/finishersDefinition/Index.rst b/typo3/sysext/form/Documentation/Config/proto/finishersDefinition/Index.rst index a2e99eed5ecb..41b3f97b7e4b 100644 --- a/typo3/sysext/form/Documentation/Config/proto/finishersDefinition/Index.rst +++ b/typo3/sysext/form/Documentation/Config/proto/finishersDefinition/Index.rst @@ -346,7 +346,7 @@ FormEngine.label :aspect:`Good to know` - :ref:`"Translate form plugin settings"<concepts-formplugin-translation-formengine>` - + :aspect:`Description` .. include:: properties/formEngine/label.rst diff --git a/typo3/sysext/form/Documentation/Config/proto/formEditor/Index.rst b/typo3/sysext/form/Documentation/Config/proto/formEditor/Index.rst index 1e934cfa9cd0..d90d2f16a038 100644 --- a/typo3/sysext/form/Documentation/Config/proto/formEditor/Index.rst +++ b/typo3/sysext/form/Documentation/Config/proto/formEditor/Index.rst @@ -177,7 +177,7 @@ dynamicRequireJsModules.additionalViewModelModules - :ref:`"Register custom JavaScript modules"<concepts-formeditor-basicjavascriptconcepts-registercustomjavascriptmodules>` :aspect:`Description` - Array with RequireJS paths for custom JavaScript modules. + Array with RequireJS paths for custom JavaScript modules. .. _typo3.cms.form.prototypes.<prototypeidentifier>.formeditor.addinlinesettings: @@ -659,7 +659,7 @@ formElementGroups - :ref:`"TYPO3.CMS.Form.prototypes.\<prototypeIdentifier>.formElementsDefinition.ContentElement.formEditor.group"<typo3.cms.form.prototypes.\<prototypeIdentifier>.formelementsdefinition.contentelement.formeditor.group>` - :ref:`"TYPO3.CMS.Form.prototypes.\<prototypeIdentifier>.formElementsDefinition.DatePicker.formEditor.group"<typo3.cms.form.prototypes.\<prototypeIdentifier>.formelementsdefinition.datepicker.formeditor.group>` - :ref:`"TYPO3.CMS.Form.prototypes.\<prototypeIdentifier>.formElementsDefinition.Textarea.formEditor.group"<typo3.cms.form.prototypes.\<prototypeIdentifier>.formelementsdefinition.textarea.formeditor.group>` - + :aspect:`Good to know` - :ref:`"Form editor"<concepts-formeditor>` diff --git a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/InspectorComponent.js b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/InspectorComponent.js index dcdc00450fe8..d4d843cc4432 100644 --- a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/InspectorComponent.js +++ b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/InspectorComponent.js @@ -615,7 +615,7 @@ define(['jquery', setFormValueFromBrowseWin = function(fieldReference, elValue, elName) { var result; result = elValue.split('_'); - + $(getHelper().getDomElementDataAttribute('contentElementSelectorTarget', 'bracesWithKeyValue', [fieldReference])) .val(result.pop()) .trigger('paste'); @@ -2009,7 +2009,7 @@ define(['jquery', assert('object' === $.type(editorHtml), 'Invalid parameter "editorHtml"', 1475412564); if (getUtility().isUndefinedOrNull(collectionElementIdentifier)) { - + $('button', $(editorHtml)) .addClass( getHelper().getDomElementClassName('buttonFormElementRemove') + ' ' + @@ -2171,7 +2171,7 @@ define(['jquery', return $('<span></span>').text((formElement.get('label') ? formElement.get('label') - : formElement.get('identifier'))); + : formElement.get('identifier'))); }; /** diff --git a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/ModalsComponent.js b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/ModalsComponent.js index ce08eb9807c3..9030bd1f72f4 100644 --- a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/ModalsComponent.js +++ b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/ModalsComponent.js @@ -347,7 +347,7 @@ define(['jquery', return $('<span></span>').text((formElement.get('label') ? formElement.get('label') - : formElement.get('identifier'))); + : formElement.get('identifier'))); }; /* ************************************************************* diff --git a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/StageComponent.js b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/StageComponent.js index fb0c13978845..793c1499325e 100644 --- a/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/StageComponent.js +++ b/typo3/sysext/form/Resources/Public/JavaScript/Backend/FormEditor/StageComponent.js @@ -808,7 +808,7 @@ define(['jquery', } else { selectedFormElementDomElement.prepend(createAbstractViewFormElementToolbar(formElement)); } - + }; /** @@ -1032,7 +1032,7 @@ define(['jquery', collectionElementConfiguration = getFormEditorApp() .getFormEditorDefinition('validators', validators[i]['identifier']); rowTemplate = $($(validatorsTemplateContent).clone()); - + getHelper() .getTemplatePropertyDomElement('_label', rowTemplate) .append(collectionElementConfiguration['label']); diff --git a/typo3/sysext/linkvalidator/Documentation/Settings.cfg b/typo3/sysext/linkvalidator/Documentation/Settings.cfg index bdd15ddbabc4..a1b8e69ee672 100644 --- a/typo3/sysext/linkvalidator/Documentation/Settings.cfg +++ b/typo3/sysext/linkvalidator/Documentation/Settings.cfg @@ -12,9 +12,9 @@ description = This is the documentation of TYPO3's system internal, external and file links. Timed checks can be configured with TYPO3's 'scheduler' extension. Linkvalidator can send status mails, for example when broken links are detected. - + [html_theme_options] - + # Add 'Edit me on Github' button github_branch = master github_repository = TYPO3/TYPO3.CMS @@ -23,4 +23,4 @@ path_to_documentation_dir = typo3/sysext/linkvalidator/Documentation # show as related links project_issues = https://forge.typo3.org/projects/typo3cms-core/issues project_repository = https://git.typo3.org/Packages/TYPO3.CMS.git - + diff --git a/typo3/sysext/saltedpasswords/Documentation/Settings.cfg b/typo3/sysext/saltedpasswords/Documentation/Settings.cfg index 9b5f54935d03..8cd4f421e22c 100644 --- a/typo3/sysext/saltedpasswords/Documentation/Settings.cfg +++ b/typo3/sysext/saltedpasswords/Documentation/Settings.cfg @@ -11,7 +11,7 @@ description = This is the documentation of TYPO3's system framework with integration into system extension 'felogin'. Important: Read all of this manual and use SSL or 'ext:rsaauth' for secure data transmission. - + [html_theme_options] -- GitLab