newsletter_list.php

Go to the documentation of this file.
00001 <?php
00002 
00008 class Newsletter_List extends oxAdminList
00009 {
00010 
00016     protected $_sThisTemplate = 'newsletter_list.tpl';
00017 
00023     protected $_sListClass = 'oxnewsletter';
00024 
00030     protected $_sDefSortField = "oxtitle";
00031 }