diff --git a/module/news/view/config/config.php b/module/news/view/config/config.php index e0cd69dc..ed9a91a5 100755 --- a/module/news/view/config/config.php +++ b/module/news/view/config/config.php @@ -20,46 +20,43 @@
-
-
-

Paramètres du module

-
-
- $this->getData(['module', $this->getUrl(0), 'config', 'feeds']), - 'help' => 'Flux limité aux articles de la première page.' - ]); ?> -
-
- 'Texte de l\'étiquette', - 'value' => $this->getData(['module', $this->getUrl(0), 'config', 'feedsLabel']) - ]); ?> -
+
+
+

Paramètres du module

+
+
+ $this->getData(['module', $this->getUrl(0), 'config', 'feeds']), + 'help' => 'Flux limité aux articles de la première page.' + ]); ?> +
+
+ 'Etiquette RSS', + 'value' => $this->getData(['module', $this->getUrl(0), 'config', 'feedsLabel']) + ]); ?> +
+
+ +
+
+ 'Pagination', + 'selected' => $this->getData(['module', $this->getUrl(0),'config', 'itemsperCol']), + 'help' => 'Nombre de colonnes par page' + ]); ?> +
+
+ 'Articles par page', + 'selected' => $this->getData(['module', $this->getUrl(0),'config', 'itemsperPage']), + 'help' => 'Nombre de news par page' + ]); ?>
-
- -
-

Nombre de news par page

-
-
- 'News par page', - 'selected' => $this->getData(['module', $this->getUrl(0),'config', 'itemsperPage']), - 'help' => 'Nombre de news par page' - ]); ?> -
-
- 'Nombre de colonne', - 'selected' => $this->getData(['module', $this->getUrl(0),'config', 'itemsperCol']), - 'help' => 'Nombre de colonnes par page' - ]); ?>
-