Revize 18ac9009
Přidáno uživatelem Ondřej Fibich před asi 9 roky(ů)
application/controllers/messages.php | ||
---|---|---|
->rules('length[1,760]')
|
||
->style('width: 100%; max-width: 633px; height: 150px')
|
||
->value($message->sms_text);
|
||
|
||
$form->input('counter')
|
||
->style('width:100%; max-width: 633px;')
|
||
->label('<span></span>'); //use empty span element to prevent adding ":" after empty label
|
||
}
|
||
|
||
$form->submit('Edit');
|
Také k dispozici: Unified diff
Fix merge issue that removed all staff from developer branch :-).