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