Edycja strony: site['name'];?>
'btn btn-sm btn-success', 'text' => 'Zatwierdź', 'js' => 'checkForm( "formularz" );', 'icon' => 'fa-check-circle mr5' ) );?> 'btn btn-sm btn-danger', 'text' => 'Anuluj', 'url' => '/ranker/main_view/id=' . $this -> site['id'], 'icon' => 'fa-times mr5' ) );?>
'name', 'value' => $this -> site['name'], 'class' => 'require', 'label' => 'Nazwa' ) );?> 'url', 'value' => $this -> site['url'], 'class' => 'require', 'label' => 'Url (bez http://)' ) )?> 'subscription', 'class' => 'number-format', 'value' => $this -> site['subscription'] != '0.00' ? $this -> site['subscription'] : null, 'label' => 'Abonament miesięczny' ) );?> 'date_start', 'class' => 'date', 'value' => $this -> site['date_start'] != '0000-00-00' ? $this -> site['date_start'] : null, 'label' => 'Data rozpoczęcia' ) );?> 'date_end', 'class' => 'date', 'value' => $this -> site['date_end'] != '0000-00-00' ? $this -> site['date_end'] : null, 'label' => 'Data zakończenia' ) );?> 'discount', 'class' => 'number-format', 'value' => $this -> site['discount'] != '0.00' ? $this -> site['discount'] : null, 'label' => 'Rabat w %' ) );?> 'comments', 'id' => 'comment', 'value' => $this -> site['comments'], "label" => 'Komentarz' ) );?> 'majestic', 'label' => 'Sprawdzaj parametry Majestic', 'checked' => $this -> site['majestic'] ? 1 : 0, 'values' => [ '1' => 'tak', '0' => 'nie' ] ) );?> 'semstorm', 'label' => 'Sprawdzaj parametry Semstorm', 'checked' => $this -> site['semstorm'] ? 1 : 0, 'values' => [ '1' => 'tak', '0' => 'nie' ] ) );?> 'need_confirm', 'label' => 'Wymagaj potwierdzenia', 'checked' => $this -> site['need_confirm'] ? 1 : 0, 'values' => [ '1' => 'tak', '0' => 'nie' ] ) );?>