aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-30 16:09:08 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-30 16:09:08 +0200
commitb9ddffdade8f6b8ba32684ca7eb640338074e61b (patch)
tree1482657922268db80047025f6ae62de2e8f39959
parent9e0a62727f8ff3c6a68b4ef85089633677ff67ef (diff)
Additional information about cat configuration
See https://github.com/marienfressinaud/FreshRSS/issues/646
-rw-r--r--app/views/configure/categorize.phtml9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml
index 2d9dd65ca..5cd962ae4 100644
--- a/app/views/configure/categorize.phtml
+++ b/app/views/configure/categorize.phtml
@@ -1,6 +1,13 @@
<?php $this->partial('aside_feed'); ?>
-<div>
+<div class="post">
+ <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a>
+
+ <h2><?php echo _t('categories_management'); ?></h2>
+
+ <p class="alert alert-warn">
+ <?php echo _t('feeds_moved_category_deleted', $this->defaultCategory->name()); ?>
+ </p>
<div class="box">
<div class="box-title"><label for="new-category"><?php echo _t('add_category'); ?></label></div>