=$notes[0]['Note']['body'];?>
=__d('Note', 'No notes found');?>
=$this->Form->create('Note');?>
=$this->Form->input('uri', array(
'value' => $this->here,
'label' => false,
'div' => false,
'type' => 'hidden'
));?>
-
=$this->Form->input('title', array(
'label' => false,
'div' => false
));?>
-
=$this->Form->input('body', array(
'rows' => '3',
'label' => false,
'div' => false,
'style' => 'overflow: hidden;width: 100%;'
));?>
=$this->Form->end(array(
'label' => __d('Note', 'Add'),
'div' => false,
'class' => 'btn btn-action',
'id' => 'btnAddNote'
));?>