Put the sidebar into the Bootstrap sidebar
This commit is contained in:
parent
d9b6140bf8
commit
fa3725d377
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue