/**
  * @return string
  */
 public function getTitle()
 {
     return parent::getTitle() . ' - ' . Zurmo::t('ReportsModule', 'Rows And Columns');
 }
 public static function getFormId()
 {
     return ReportWizardView::getFormId();
 }
 protected function registerScripts()
 {
     parent::registerScripts();
     Yii::app()->clientScript->registerScriptFile(Yii::app()->getAssetManager()->publish(Yii::getPathOfAlias('application.core.elements.assets')) . '/SelectInputUtils.js', CClientScript::POS_END);
     $this->registerLinkedRemovalScript();
 }
 /**
  * @return string
  */
 public function getTitle()
 {
     return parent::getTitle() . ' - ' . Zurmo::t('ReportsModule', 'Matrix');
 }