Skip to content
Snippets Groups Projects

Dev #15141 Merge Agenda From Bron To Opac

Merged Ghislain Loas requested to merge dev_#15141_merge_agenda_from_bron_to_opac into demo_wip_valence
Compare and
+ 176
24
Preferences
Compare changes
Files
@@ -77,13 +77,25 @@
'diaporama_navigation' => $this->_('Diaporama avec navigation'),
'none' => $this->_('Ne pas afficher')]);
echo (new ZendAfi_View_Helper_Admin_PropertiesReader())
->setView($this)
->propertiesReader($this->preferences['mode-affichage'],
$this->preferences);
->setView($this)
->propertiesReader($this->preferences['mode-affichage'],
$this->preferences);
?>
</td>
</tr>
<tr>
</tr>
<tr>
<td class="droite"><?php echo $this->_('Filtre sur les évènements'); ?></td>
<td class="gauche">
<?php echo $this->formSelect('event_filter',
$this->preferences['event_filter'],
'',
['none' => $this->_('aucun'),
'month' => $this->_('par mois')]); ?>
</td>
</tr>
<tr>
<td class="droite">Mode d'affichage des titres</td>
<td class="gauche">
<?php
@@ -148,16 +160,16 @@
<div id='table_selection'>
<?php
echo $this->treeSelect(
'',
$this->preferences["id_categorie"],
true,
$this->url(array('module' => 'admin',
'controller' => 'bib',
'action' => 'articles',
'id_bib' => $this->id_bib,
'categories_only' => 1)),
"form");
echo $this->treeSelect(
'',
$this->preferences["id_categorie"],
true,
$this->url(array('module' => 'admin',
'controller' => 'bib',
'action' => 'articles',
'id_bib' => $this->id_bib,
'categories_only' => 1)),
"form");
?>
</div>