Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 91

Přidáno uživatelem Tomáš Dulík před asi 16 roky(ů)

V devices.php zne-povinněny pole "GPS" a "Umístění"

Zobrazit rozdíly:

freenetis/trunk/kohana/application/controllers/devices.php
$form->checkbox('PPPoE_logging_in')->label(url_lang::lang('texts.PPPoE'))->value('1')->checked($device->PPPoE_logging_in);
$form->input('login')->label(url_lang::lang('texts.username').':')->rules('length[0,250]')->value($device->login);
$form->input('password')->label(url_lang::lang('texts.password').':')->rules('length[0,250]')->value($device->password);
$form->input('GPS')->label(url_lang::lang('texts.GPS').':')->rules('required|length[3,100]')->value($device->GPS);
$form->input('location_address')->label(url_lang::lang('texts.location address').':')->rules('required|length[3,254]')->value($device->location_address);
$form->input('GPS')->label(url_lang::lang('texts.GPS').':')->rules('length[3,100]')->value($device->GPS);
$form->input('location_address')->label(url_lang::lang('texts.location address').':')->rules('length[3,254]')->value($device->location_address);
$form->input('location_details')->label(url_lang::lang('texts.location details').':')->rules('length[3,254]')->value($device->location_details);
$form->textarea('comment')->label(url_lang::lang('texts.comment').':')->rules('length[0,254]')->value($device->comment);

Také k dispozici: Unified diff