crystal->all : $lang->crystal->moduleList[$currentModule];?>
crystal->id?> | crystal->name?> | crystal->desc?> | crystal->module?> | actions?> |
---|---|---|---|---|
id;?> | name, true); if(empty($name)) $name[$this->app->getClientLang()] = $report->name; echo zget($name, $this->app->getClientLang(), ''); ?> | desc, true); $desc = zget($desc, $this->app->getClientLang(), ''); ?>module, ',')); foreach($modules as $module) echo $lang->crystal->moduleList[$module] . ' '; ?> | id"), $lang->report->useReport, '', $report->vars ? "data-type='iframe' data-toggle='modal'" : ''); if(common::hasPriv('report', 'editReport')) echo html::a(inlink('editReport', "reportID=$report->id"), $lang->report->editReport, '', "data-type='iframe' data-toggle='modal'"); if(common::hasPriv('report', 'deleteReport')) echo html::a(inlink('deleteReport', "reportID=$report->id"), $lang->delete, 'hiddenwin'); ?> |