00001 <?php 00002 00009 class Delivery_List extends oxAdminList 00010 { 00016 protected $_sListClass = 'oxdelivery'; 00017 00023 protected $_sListType = 'oxdeliverylist'; 00024 00029 protected $_sThisTemplate = 'delivery_list.tpl'; 00030 00036 protected $_sDefSortField = 'oxsort'; 00037 }