deliveryset_list.php

Go to the documentation of this file.
00001 <?php
00002 
00009 class DeliverySet_List extends oxAdminList
00010 {
00016     protected $_sListClass = 'oxdeliveryset';
00017 
00023     protected $_sListType = 'oxdeliverysetlist';
00024 
00029     protected $_sThisTemplate = 'deliveryset_list.tpl';
00030 
00036     protected $_sDefSortField = 'oxpos';
00037 }