summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/configure/categorize.phtml2
-rw-r--r--app/views/configure/feed.phtml12
2 files changed, 9 insertions, 5 deletions
diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml
index aa87129aa..502bd86e5 100644
--- a/app/views/configure/categorize.phtml
+++ b/app/views/configure/categorize.phtml
@@ -2,7 +2,7 @@
<div class="post">
<form method="post" action="<?php echo _url ('configure', 'categorize'); ?>">
- <legend>Gestion des catégories</legend>
+ <legend>Gestion des catégories - <a href="<?php echo _url ('configure', 'feed'); ?>">gestion des flux</a></legend>
<?php $i = 0; foreach ($this->categories as $cat) { $i++; ?>
<div class="form-group">
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml
index 145d79348..8b8b8ed7c 100644
--- a/app/views/configure/feed.phtml
+++ b/app/views/configure/feed.phtml
@@ -14,6 +14,13 @@
<span class="control"><a target="_blank" href="<?php echo $this->flux->website (); ?>"><?php echo $this->flux->website (); ?></a></span>
</div>
</div>
+
+ <div class="form-group">
+ <label class="group-name">URL du flux</label>
+ <div class="group-controls">
+ <span class="control"><a target="_blank" href="<?php echo $this->flux->url (); ?>"><?php echo $this->flux->url (); ?></a></span>
+ </div>
+ </div>
<div class="form-group">
<label class="group-name">Nombre d'articles</label>
@@ -22,8 +29,7 @@
</div>
</div>
- <?php if (!empty ($this->categories)) { ?>
- <legend>Catégorie</legend>
+ <legend>Catégorie - <a href="<?php echo _url ('configure', 'categorize'); ?>">gestion</a></legend>
<div class="form-group">
<label class="group-name">Ranger dans une catégorie</label>
<div class="group-controls">
@@ -35,8 +41,6 @@
<?php } ?>
</div>
</div>
-
- <?php } ?>
<legend>Avancé</legend>
<div class="form-group">