Moved delete button to the sidebar

This commit is contained in:
Kevin Crider 2013-09-18 16:46:44 -04:00
parent 0cf11adb99
commit bf8f799c4c
1 changed files with 3 additions and 2 deletions

View File

@ -52,7 +52,8 @@ echo $this->Form->inputs(array(
?> ?>
</fieldset> </fieldset>
</div> </div>
<?php echo $this->Form->end(array('label' => 'Search', 'id' => 'EventsButtonSearch')); ?> <?php echo $this->Form->end(array('label' => 'Search', 'id' => 'EventsButtonSearch', 'class' => 'btn btn-default')); ?>
<?php echo $this->Html->link('Delete Selected','#',array('class' => 'btn btn-default', 'onClick' => '$("#EventsDeleteSelectedForm").submit();')); ?>
</div> </div>
<?php $this->end(); ?> <?php $this->end(); ?>
@ -97,7 +98,7 @@ foreach ($events as $key => $value) {
</table> </table>
<? <?
echo $this->Form->end('Delete Selected'); echo $this->Form->end();
?> ?>
<ul class="pagination"> <ul class="pagination">