selectlist_list.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class SelectList_List extends oxAdminList
00007 {
00013     protected $_sListClass = 'oxselectlist';
00014 
00019     protected $_sThisTemplate = 'selectlist_list.tpl';
00020 
00026     protected $_sDefSortField = 'oxtitle';
00027 }