Form->create('Attribute');?>
Search Attribute Form->input('keyword', array('type' => 'textarea', 'label' => 'Containing the following expressions')); echo $this->Form->input('keyword2', array('type' => 'textarea', 'label' => 'Excluding the following events')); ?> Form->input('org', array( 'type' => 'text', 'label' => 'From the following organisation', 'div' => 'input clear')); ?> Form->input('type', array( 'div' => 'input clear', 'between' => $this->Html->div('forminfo', '', array('id' => 'AttributeTypeDiv')) )); echo $this->Form->input('category', array('between' => $this->Html->div('forminfo', '', array('id' => 'AttributeCategoryDiv')))); ?>
Form->button('Search', array('class' => 'btn btn-primary')); echo $this->Form->end(); ?>
Js->writeBuffer(); // Write cached scripts ?>