attribute_list.php

Go to the documentation of this file.
00001 <?php
00002 
00009 class Attribute_List extends oxAdminList
00010 {
00011 
00017     protected $_sThisTemplate = 'attribute_list.tpl';
00018 
00024     protected $_sListClass = 'oxattribute';
00025 
00031     protected $_sDefSortField = 'oxtitle';
00032 }