delivery_list.php

Go to the documentation of this file.
00001 <?php
00002 
00009 class Delivery_List extends oxAdminList
00010 {
00011 
00017     protected $_sListClass = 'oxdelivery';
00018 
00024     protected $_sListType = 'oxdeliverylist';
00025 
00031     protected $_sThisTemplate = 'delivery_list.tpl';
00032 
00038     protected $_sDefSortField = 'oxsort';
00039 }