Ajouts des minmax et modification criteres
This commit is contained in:
parent
9fb82f87a1
commit
57c2bfa9a1
5
application/modules/frontend/models/Objects/Minmax.php
Normal file
5
application/modules/frontend/models/Objects/Minmax.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
class Object_Minmax extends Libs_Row
|
||||
{
|
||||
|
||||
}
|
5
application/modules/frontend/models/Tables/Minmaxs.php
Normal file
5
application/modules/frontend/models/Tables/Minmaxs.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
class Table_MinMaxs extends Libs_Table
|
||||
{
|
||||
protected $_name = 'minmax';
|
||||
}
|
@ -16,5 +16,5 @@
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; ?>
|
||||
<?php endforeach;?>
|
||||
</table>
|
@ -1,5 +1,5 @@
|
||||
<div id="panel">
|
||||
|
||||
|
||||
</div>
|
||||
<div id="tabs">
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user