@@ -255,8 +255,8 @@ discard block |
||
255 | 255 | 'href' => empty( $aArguments[ 'disabled' ] ) |
256 | 256 | ? null |
257 | 257 | : '#TB_inline?width=' . $aArguments[ 'disabled' ][ 'box_width' ] |
258 | - . '&height=' . $aArguments[ 'disabled' ][ 'box_height' ] |
|
259 | - . '&inlineId=' . 'repeatable_field_disabled_' . $sFieldsContainerID, |
|
258 | + . '&height=' . $aArguments[ 'disabled' ][ 'box_height' ] |
|
259 | + . '&inlineId=' . 'repeatable_field_disabled_' . $sFieldsContainerID, |
|
260 | 260 | ); |
261 | 261 | return $this->getAttributes( $_sPlusButtonAttributes ); |
262 | 262 | } |
@@ -268,7 +268,7 @@ discard block |
||
268 | 268 | private function ___getRemvoeButtonAttribtes( $sFieldsContainerID, $sSmallButtonSelector, $iFieldCount ) { |
269 | 269 | $_aMinusButtonAttributes = array( |
270 | 270 | 'class' => 'repeatable-field-remove-button button-secondary repeatable-field-button button' |
271 | - . $sSmallButtonSelector, |
|
271 | + . $sSmallButtonSelector, |
|
272 | 272 | 'title' => $this->oMsg->get( 'remove' ), |
273 | 273 | 'style' => $iFieldCount <= 1 |
274 | 274 | ? 'visibility: hidden' |
@@ -520,7 +520,7 @@ |
||
520 | 520 | return self::getAttributes( |
521 | 521 | array( |
522 | 522 | 'class' => 'repeatable-section-remove-button button-secondary ' |
523 | - . 'repeatable-section-button button button-large', |
|
523 | + . 'repeatable-section-button button button-large', |
|
524 | 524 | 'title' => $oMsg->get( 'remove_section' ), |
525 | 525 | 'style' => $iSectionCount <= 1 |
526 | 526 | ? 'display:none' |