Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 92

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

Zobrazit rozdíly:

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

Také k dispozici: Unified diff