diff options
| author | 2013-03-18 23:00:43 +0100 | |
|---|---|---|
| committer | 2013-03-18 23:00:43 +0100 | |
| commit | 4b5c458a00f234736402a745dfeca008a9086e59 (patch) | |
| tree | 5ec97b9661aaf5a9beb65e24b71eed64965228c0 /app/views/configure/importExport.phtml | |
| parent | 88a36ec231ba717b05b3c817d484bb682871eadc (diff) | |
Curseur en forme de pointeur au dessus de titre et date de flux_header + ajout de liens de retour à l'accueil au niveau de la conf (fix temporaire du bug #36)
Diffstat (limited to 'app/views/configure/importExport.phtml')
| -rw-r--r-- | app/views/configure/importExport.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/configure/importExport.phtml b/app/views/configure/importExport.phtml index c39b85a5c..cd677c1eb 100644 --- a/app/views/configure/importExport.phtml +++ b/app/views/configure/importExport.phtml @@ -14,6 +14,8 @@ <?php $this->partial ('aside_feed'); ?> <div class="post "> + <a href="<?php echo _url ('index', 'index'); ?>">← Retour à vos flux RSS</a> + <form method="post" action="<?php echo Url::display (array ('c' => 'configure', 'a' => 'importExport', 'params' => array ('q' => 'import'))); ?>" enctype="multipart/form-data"> <legend>Import / export au format OPML</legend> <div class="form-group"> |
