Skip to content
Snippets Groups Projects

dev#203399 : add libraries multi-select element in profiles

All threads resolved!
Compare and Show latest version
10 files
+ 256
18
Preferences
Compare changes
Files
10
@@ -50,6 +50,7 @@ class Admin_ModulesController extends ZendAfi_Controller_Action {
protected function initViewParams() {
xdebug_break();
$cls_module = new Class_Systeme_ModulesAppli();
$this->view->titre_module = $cls_module->getLibelleModule($this->_getParam('type_module'),
$this->_getParam('action1'));
@@ -60,7 +61,8 @@ class Admin_ModulesController extends ZendAfi_Controller_Action {
ZendAfi_View_Helper_Accueil_Base::getComboTemplates($this->preferences['boite'],
$this->profil);
$this->view->id_profil = $this->profil->getId();
$this->view->id_bib = $this->profil->getIdSite();
//$this->view->id_bib = $this->profil->getIdSite();
$this->view->id_bib = '';
$this->view->action = $this->_getParam('type_module').'_'.$this->_getParam('action1');
}