Переглянути джерело

Additional information about cat configuration

See https://github.com/marienfressinaud/FreshRSS/issues/646
Marien Fressinaud 11 роки тому
батько
коміт
b9ddffdade
1 змінених файлів з 8 додано та 1 видалено
  1. 8 1
      app/views/configure/categorize.phtml

+ 8 - 1
app/views/configure/categorize.phtml

@@ -1,6 +1,13 @@
 <?php $this->partial('aside_feed'); ?>
 <?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">
 		<div class="box-title"><label for="new-category"><?php echo _t('add_category'); ?></label></div>
 		<div class="box-title"><label for="new-category"><?php echo _t('add_category'); ?></label></div>