Skip to content
Snippets Groups Projects

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

Compare and Show latest version
2 files
+ 8
7
Preferences
Compare changes
Files
2
@@ -29,6 +29,7 @@ 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');
@@ -57,12 +58,11 @@ class Admin_ModulesController extends ZendAfi_Controller_Action {
$this->view->preferences = $this->preferences;
$this->view->url=$this->_request->getRequestUri();
// $this->view->combo_templates =
// ZendAfi_View_Helper_Accueil_Base::getComboTemplates($this->preferences['boite'],
$this->view->combo_templates =
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->view->id_profil = $this->profil->getId();
$this->view->id_bib = $this->profil->getIdSite();
$this->view->action = $this->_getParam('type_module').'_'.$this->_getParam('action1');
}