|
|
@@ -1,8 +1,10 @@
|
|
|
<?php $this->partial('aside_configure'); ?>
|
|
|
|
|
|
<div class="post">
|
|
|
- <a href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
|
|
|
-
|
|
|
+ <div class="link-back-wrapper">
|
|
|
+ <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
|
|
|
+ </div>
|
|
|
+
|
|
|
<form method="post" action="<?= _url('configure', 'archiving') ?>">
|
|
|
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
|
|
|
<legend><?= _t('conf.archiving') ?></legend>
|