diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index 54867ba9a..0acec1872 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -38,9 +38,9 @@ </div> <input type="submit" value="Valider" /> + <?php } ?> <button formaction="<?php echo Url::display (array ('c' => 'feed', 'a' => 'delete', 'params' => array ('id' => $this->flux->id ()))); ?>">Supprimer</button> - <?php } ?> </form> <?php } else { ?> <div class="nothing">Aucun flux sélectionné</div> |
