...
|
...
|
@@ -86,10 +86,6 @@ |
|
|
</tr>
|
|
|
<?php endforeach;?>
|
|
|
</table>
|
|
|
<?php $this->_component('Common_Pagination',array(
|
|
|
'pagination' => $this->view->pagination,'show_count' =>true,
|
|
|
));?>
|
|
|
|
|
|
<div id="form_pan" admin="" style="display:none;">
|
|
|
<table class="table table-bordered">
|
|
|
<tbody>
|
...
|
...
|
@@ -123,8 +119,11 @@ |
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
|
|
|
<?php endif;?>
|
|
|
|
|
|
<?php $this->_component('Common_Pagination',array(
|
|
|
'pagination' => $this->view->pagination,'show_count' =>true,
|
|
|
));?>
|
|
|
<?php $this->_endblock();?>
|
|
|
<?php $this->_block('js');?>
|
|
|
|
...
|
...
|
|