00001 <?php 00002 00015 import('lib.pkp.classes.controllers.grid.GridCategoryRow'); 00016 00017 // Link actions 00018 import('lib.pkp.classes.linkAction.request.AjaxModal'); 00019 00020 class RepresentativesGridCategoryRow extends GridCategoryRow { 00021 00025 function RepresentativesGridCategoryRow() { 00026 parent::GridCategoryRow(); 00027 } 00028 00029 // 00030 // Overridden methods from GridCategoryRow 00031 // 00032 00037 function getCategoryLabel() { 00038 $data =& $this->getData(); 00039 return __($data['name']); 00040 } 00041 } 00042 ?>
1.7.1