discount_list.php

Go to the documentation of this file.
00001 <?php
00002 
00009 class Discount_List extends oxAdminList
00010 {
00015     protected $_sThisTemplate = 'discount_list.tpl';
00016 
00022     protected $_sListClass = 'oxdiscount';
00023 
00029     protected $_sListType = 'oxdiscountlist';
00030 
00036     protected $_sDefSortField = 'oxtitle';
00037 }