discount_list.php

Go to the documentation of this file.
00001 <?php
00002 
00009 class Discount_List extends oxAdminList
00010 {
00011 
00017     protected $_sThisTemplate = 'discount_list.tpl';
00018 
00024     protected $_sListClass = 'oxdiscount';
00025 
00031     protected $_sListType = 'oxdiscountlist';
00032 
00038     protected $_sDefSortField = 'oxtitle';
00039 }