@@ -31,8 +31,11 @@ discard block |
||
| 31 | 31 | <div class="input-group-prepend "> |
| 32 | 32 | <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() ); ?></span> |
| 33 | 33 | </div> |
| 34 | - <?php else : ?> |
|
| 35 | - <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() ); ?></span> |
|
| 34 | + <?php else { |
|
| 35 | + : ?> |
|
| 36 | + <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() ); |
|
| 37 | +} |
|
| 38 | +?></span> |
|
| 36 | 39 | <?php endif; ?> |
| 37 | 40 | <?php endif; ?> |
| 38 | 41 | |
@@ -43,8 +46,11 @@ discard block |
||
| 43 | 46 | <div class="input-group-append "> |
| 44 | 47 | <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() ); ?></span> |
| 45 | 48 | </div> |
| 46 | - <?php else : ?> |
|
| 47 | - <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() ); ?></span> |
|
| 49 | + <?php else { |
|
| 50 | + : ?> |
|
| 51 | + <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() ); |
|
| 52 | +} |
|
| 53 | +?></span> |
|
| 48 | 54 | <?php endif; ?> |
| 49 | 55 | <?php endif; ?> |
| 50 | 56 | </div> |
@@ -63,9 +63,12 @@ |
||
| 63 | 63 | <div class="input-group-append "> |
| 64 | 64 | <button class='button button-secondary border' type='button' @click.prevent='active_form_element.options.splice(index, 1)'><span class='dashicons dashicons-trash'></span></button> |
| 65 | 65 | </div> |
| 66 | - <?php else : ?> |
|
| 66 | + <?php else { |
|
| 67 | + : ?> |
|
| 67 | 68 | <button class='button button-secondary border' type='button' @click.prevent='active_form_element.options.splice(index, 1)'><span class='dashicons dashicons-trash'></span></button> |
| 68 | - <?php endif; ?> |
|
| 69 | + <?php endif; |
|
| 70 | +} |
|
| 71 | +?> |
|
| 69 | 72 | </div> |
| 70 | 73 | |
| 71 | 74 | <div class='form-group mb-3'> |
@@ -56,9 +56,12 @@ |
||
| 56 | 56 | <div class="input-group-append "> |
| 57 | 57 | <button class='button button-secondary border' type='button' @click.prevent='active_form_element.options.splice(index, 1)'><span class='dashicons dashicons-trash'></span></button> |
| 58 | 58 | </div> |
| 59 | - <?php else : ?> |
|
| 59 | + <?php else { |
|
| 60 | + : ?> |
|
| 60 | 61 | <button class='button button-secondary border' type='button' @click.prevent='active_form_element.options.splice(index, 1)'><span class='dashicons dashicons-trash'></span></button> |
| 61 | - <?php endif; ?> |
|
| 62 | + <?php endif; |
|
| 63 | +} |
|
| 64 | +?> |
|
| 62 | 65 | </div> |
| 63 | 66 | |
| 64 | 67 | <div class='form-group mb-3'> |