Completed
Branch dev (06fb76)
by
unknown
04:02
created
_view/script/AdminPageFramework_Form_View___Script_RepeatableSection.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -502,7 +502,7 @@  discard block
 block discarded – undo
502 502
                     'min'                       => 0,
503 503
                     'max'                       => 0,
504 504
                     'disabled'                  => false,
505
-               );
505
+                );
506 506
             if ( ! empty( $_aArguments[ 'disabled' ] ) ) {
507 507
                 $_aArguments[ 'disabled' ] = $_aArguments[ 'disabled' ] + array(
508 508
                     'label'      => $oMsg->get( 'repeatable_section_is_disabled' ),
@@ -551,7 +551,7 @@  discard block
 block discarded – undo
551 551
         static private function ___getRemoveButtonAttributes( $sContainerTagID, $oMsg, $iSectionCount ) {
552 552
             return array(
553 553
                 'class'     => 'repeatable-section-remove-button button-secondary '
554
-                               . 'repeatable-section-button button button-large',
554
+                                . 'repeatable-section-button button button-large',
555 555
                 'title'     => $oMsg->get( 'remove_section' ),
556 556
                 'style'     => $iSectionCount <= 1
557 557
                     ? 'display:none'
Please login to merge, or discard this patch.
form/_view/fieldset/AdminPageFramework_Form_View___Fieldset_Base.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@
 block discarded – undo
238 238
             
239 239
             return "<div class='admin-page-framework-repeatable-field-buttons' {$_sSettingsAttributes} >"
240 240
                 . "<a class='repeatable-field-remove-button button-secondary repeatable-field-button button {$_sSmallButtonSelector}{$_sDashiconMinus}' title='{$_sRemove}' {$_sVisibility} data-id='{$sFieldsContainerID}'>"
241
-                  . '-'
241
+                    . '-'
242 242
                 . "</a>"
243 243
                 . "<a class='repeatable-field-add-button button-secondary repeatable-field-button button {$_sSmallButtonSelector}{$_sDashiconPlus}' title='{$_sAdd}' data-id='{$sFieldsContainerID}'>"
244 244
                     . '+'
Please login to merge, or discard this patch.