. * * Vue planche (table) pour le plan comptable * * @package vues */ $this->load->view('header'); $this->load->view('banner'); $this->load->view('sidebar'); $this->load->view('menu'); echo '
'; echo heading("Plan comptable", 3); echo form_hidden('controller_url', controller_url($controller), '"id"="controller_url"'); $attrs = array( 'controller' => $controller, 'actions' => array ('edit', 'delete'), 'fields' => array('pcode', 'pdesc'), 'mode' => ($has_modification_rights) ? "rw" : "ro", 'width' => array(50, 400), 'class' => "datatable_style datatable_server"); echo $this->gvvmetadata->empty_table("planc", $attrs); echo '
'; ?>