diff options
| author | 2013-11-08 19:51:22 +0100 | |
|---|---|---|
| committer | 2013-11-08 19:51:22 +0100 | |
| commit | f3a91fb819783f58cf4ae95dba776a4a373dd227 (patch) | |
| tree | 0e3989911ee5887c8828c298e7da59acf41e5e1c /app/views | |
| parent | 7de22cdf4c08a407f3f550942dd0fa44cfaaf317 (diff) | |
Fix issue #177: déplacement menu gestion catégories
Le menu de gestion des catégories a été déplacé au niveau de la gestion
des abonnements (le regroupement est plus logique)
Le lien pour accéder au flux RSS a été déplacé dans le menu "affichage"
(peut être sujet à discussion)
Une prochaine pourrait être de splitter le menu "Général et lecture" en
plusieurs vues
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/categorize.phtml | 4 | ||||
| -rw-r--r-- | app/views/configure/feed.phtml | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml index 9dac49ff8..d8aa5f31d 100644 --- a/app/views/configure/categorize.phtml +++ b/app/views/configure/categorize.phtml @@ -1,10 +1,10 @@ -<?php $this->partial ('aside_configure'); ?> +<?php $this->partial ('aside_feed'); ?> <div class="post"> <a href="<?php echo _url ('index', 'index'); ?>"><?php echo Translate::t ('back_to_rss_feeds'); ?></a> <form method="post" action="<?php echo _url ('configure', 'categorize'); ?>"> - <legend><?php echo Translate::t ('categories_management'); ?> - <a href="<?php echo _url ('configure', 'feed'); ?>"><?php echo Translate::t ('rss_feed_management'); ?></a></legend> + <legend><?php echo Translate::t ('categories_management'); ?></legend> <p class="alert alert-warn"><?php echo Translate::t ('feeds_moved_category_deleted', $this->defaultCategory->name ()); ?></p> diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index 49e2f3cf1..2f88475f1 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -66,7 +66,6 @@ </option> <?php } ?> </select> - <a href="<?php echo _url ('configure', 'categorize'); ?>"><?php echo Translate::t ('categories_management'); ?></a> </div> </div> |
