payment_list.php

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