|
@@ -231,6 +231,7 @@
|
|
|
|
|
|
<div class="col-xs-12">
|
|
<div class="col-xs-12">
|
|
<div class="dataTables_length margin-zy">
|
|
<div class="dataTables_length margin-zy">
|
|
|
|
+ <!--
|
|
<div class="tab-con-btn">
|
|
<div class="tab-con-btn">
|
|
<?php
|
|
<?php
|
|
if(isset($list_type) && $list_type==1):
|
|
if(isset($list_type) && $list_type==1):
|
|
@@ -246,6 +247,7 @@
|
|
endif;
|
|
endif;
|
|
?>
|
|
?>
|
|
</div>
|
|
</div>
|
|
|
|
+ -->
|
|
<input type="hidden" name="list_type" value="<?php if(isset($list_type)){echo $list_type;}else{echo 0;}?>" />
|
|
<input type="hidden" name="list_type" value="<?php if(isset($list_type)){echo $list_type;}else{echo 0;}?>" />
|
|
<input type="hidden" name="type" value="<?php echo $printType;?>" />
|
|
<input type="hidden" name="type" value="<?php echo $printType;?>" />
|
|
|
|
|