. * * Vue table pour les avions * * @package vues */ $this->load->view('bs_header'); $this->load->view('bs_menu'); $this->load->view('bs_banner'); $this->lang->load('reports'); echo '
'; echo heading($this->lang->line("gvv_reports_title_list"), 3); echo form_hidden('controller_url', controller_url($controller), '"id"="controller_url"'); $attrs = array( 'controller' => $controller, 'actions' => array ('edit', 'delete', 'clone_elt', 'csv', 'pdf', 'execute'), 'fields' => array('nom', 'titre'), 'mode' => ($has_modification_rights) ? "rw" : "ro", 'class' => "datatable table"); echo $this->gvvmetadata->table("vue_reports", $attrs, ""); echo '
'; ?>