Dodanie obsługi punktów Orlen w zamówieniach oraz poprawa logiki i formatowania w różnych plikach
This commit is contained in:
@@ -131,13 +131,12 @@ ob_start();
|
||||
'id' => 'free_delivery',
|
||||
'value' => $this -> settings['free_delivery']
|
||||
] );?>
|
||||
<?= \Html::textarea( [
|
||||
'label' => 'Ankieta Ekomi',
|
||||
'name' => 'ekomi_survey',
|
||||
'id' => 'ekomi_survey',
|
||||
'value' => $this -> settings['ekomi_survey'],
|
||||
'rows' => 10
|
||||
] );?>
|
||||
<?= \Html::input( [
|
||||
'label' => 'Orlen Paczka map token',
|
||||
'name' => 'orlen_paczka_map_token',
|
||||
'id' => 'orlen_paczka_map_token',
|
||||
'value' => $this -> settings['orlen_paczka_map_token']
|
||||
] );?>
|
||||
</div>
|
||||
<div>
|
||||
<div id="languages-main">
|
||||
|
||||
Reference in New Issue
Block a user