newsletter_list.php

Go to the documentation of this file.
00001 <?php
00002 
00008 class Newsletter_List extends oxAdminList
00009 {
00014     protected $_sThisTemplate = 'newsletter_list.tpl';
00015 
00021     protected $_sListClass = 'oxnewsletter';
00022 
00028     protected $_sDefSortField = "oxtitle";
00029 }