00001 <?php 00002 00006 class SelectList_List extends oxAdminList 00007 { 00008 00014 protected $_sListClass = 'oxselectlist'; 00015 00021 protected $_sThisTemplate = 'selectlist_list.tpl'; 00022 00028 protected $_sDefSortField = 'oxtitle'; 00029 }