codeBlock('window.location = "'.$url.'"'); ?>
| = $form->label('title', 'Title: ') ?> | = $form->input('Link.title', array( 'label'=>false, 'value' => $siteTitle, 'class' => 'siteTitle' )); ?> |
|---|---|
| = $form->label('url', 'Url: ') ?> | = $form->input('Link.url', array( 'type'=>'text', 'placement'=>array(1=>'input'), 'label'=>false, 'value' => $siteUrl, 'class' => 'siteUrl' ));?> |
| = $form->label('note', 'Notes: ') ?> | = $form->input('Link.note', array( 'type'=>'textarea', 'placement'=>array(1=>'input'), 'label'=>false, 'value' => $siteNote, 'class' => 'siteNote' ));?> |