Put the sidebar into the Bootstrap sidebar

This commit is contained in:
Kyle Johnson 2013-09-10 20:19:03 -04:00
parent d9b6140bf8
commit fa3725d377
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<?php $this->start('sidebar'); ?>
<div id="sidebar">
<?php
echo $this->Form->create('Events', array('default' => false, 'inputDefaults' => array(
@ -53,6 +54,7 @@ echo $this->Form->inputs(array(
</div>
<?php echo $this->Form->end(array('label' => 'Search', 'id' => 'EventsButtonSearch')); ?>
</div>
<?php $this->end(); ?>
<div id="Events">
<div style="clear:both;"><?php echo $this->Paginator->numbers(); ?></div>