Skip to content
Snippets Groups Projects
Commit a90ea524 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #30973 place usage table before import

parent 6a206584
Branches
Tags
5 merge requests!1553Master,!1502Master,!1501Stable,!1328Dev#30973 pnb backoffice table,!1294Dev#30973 pnb backoffice table
......@@ -40,10 +40,8 @@ $license_expiration = function($model, $attrib) {
};
echo $this->tag('h2', $this->_('Import des offres Dilicom/PNB'));
echo $this->form_import_dilicom;
echo $this->tag('h2', $this->_('Utilisation des ressources PNB Dilicom'));
echo $this->tagModelTable($this->albums,
echo $this->tag('h2', $this->_('Utilisation des ressources PNB Dilicom')) .
$this->tagModelTable($this->albums,
[$this->_('Titre'),
$this->_('Nombre de prêts'),
$this->_('Nombre de prêts simultanés'),
......@@ -62,5 +60,7 @@ echo $this->tagModelTable($this->albums,
'live_quantity_of_loans_done' => $live_quantity_of_loans_done,
'loan_duration' => $loan_duration,
'license_expiration' => $license_expiration],
true);
true).
$this->tag('h2', $this->_('Import des offres Dilicom/PNB')).
$this->form_import_dilicom;
?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment