attribute_list.php

Go to the documentation of this file.
00001 <?php
00002 
00009 class Attribute_List extends oxAdminList
00010 {
00015     protected $_sThisTemplate = 'attribute_list.tpl';
00016 
00022     protected $_sListClass = 'oxattribute';
00023 
00029     protected $_sDefSortField = 'oxtitle';
00030 }