Skip to content
Snippets Groups Projects

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

Compare and Show latest version
3 files
+ 2
6
Preferences
Compare changes
Files
3
@@ -29,7 +29,6 @@ class Admin_ModulesController extends ZendAfi_Controller_Action {
public function init() {
xdebug_break();
parent::init();
$this->view->titre = $this->_('Propriétés du module');
$this->render = $this->getHelper('ViewRenderer');
@@ -51,7 +50,6 @@ 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'));
@@ -62,7 +60,7 @@ 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_bibs = $this->profil->getLibraryIds();
$this->view->action = $this->_getParam('type_module').'_'.$this->_getParam('action1');
}