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