@@ -502,7 +502,7 @@ discard block |
||
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 |
||
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' |
@@ -238,7 +238,7 @@ |
||
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 | . '+' |