aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-12-29 23:45:50 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-29 23:45:50 +0100
commit27c2e2490af9075524e663ca01061a71abf99d2f (patch)
tree6abda6b304034fedabf8a4cd317980c0838b3d71 /app/views/configure
parent05d9a5ddf8b8e4f557d812c071d1a3166ca029ea (diff)
templates and i18n: link back to rss feeds (#7162)
Diffstat (limited to 'app/views/configure')
-rw-r--r--app/views/configure/archiving.phtml4
-rw-r--r--app/views/configure/display.phtml4
-rw-r--r--app/views/configure/integration.phtml4
-rw-r--r--app/views/configure/privacy.phtml4
-rw-r--r--app/views/configure/queries.phtml4
-rw-r--r--app/views/configure/reading.phtml4
-rw-r--r--app/views/configure/shortcut.phtml4
-rw-r--r--app/views/configure/system.phtml4
8 files changed, 0 insertions, 32 deletions
diff --git a/app/views/configure/archiving.phtml b/app/views/configure/archiving.phtml
index 61095205e..10f8774cd 100644
--- a/app/views/configure/archiving.phtml
+++ b/app/views/configure/archiving.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_configure');
?>
<main class="post">
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
-
<h1><?= _t('conf.archiving') ?></h1>
<p class="help"><?= _i('help') ?> <?= _t('conf.archiving.help') ?></p>
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml
index de07f1ab2..1f2828f82 100644
--- a/app/views/configure/display.phtml
+++ b/app/views/configure/display.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_configure');
?>
<main class="post">
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
-
<h1><?= _t('conf.display') ?></h1>
<form method="post" action="<?= _url('configure', 'display') ?>">
diff --git a/app/views/configure/integration.phtml b/app/views/configure/integration.phtml
index 7d4cfd765..8368f916b 100644
--- a/app/views/configure/integration.phtml
+++ b/app/views/configure/integration.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_configure');
?>
<main class="post">
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
-
<h1><?= _t('conf.sharing') ?></h1>
<form method="post" action="<?= _url('configure', 'integration') ?>" class="draggableList">
diff --git a/app/views/configure/privacy.phtml b/app/views/configure/privacy.phtml
index d64358382..6daf8a62b 100644
--- a/app/views/configure/privacy.phtml
+++ b/app/views/configure/privacy.phtml
@@ -4,10 +4,6 @@
?>
<main class="post">
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
-
<h1><?= _t('conf.privacy') ?></h1>
<form method="post" action="<?= _url('configure', 'privacy') ?>">
diff --git a/app/views/configure/queries.phtml b/app/views/configure/queries.phtml
index e8ff32bdd..1e925d19c 100644
--- a/app/views/configure/queries.phtml
+++ b/app/views/configure/queries.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_configure');
?>
<main class="post">
- <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', 'queries') ?>" class="draggableList">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
<h1><?= _t('conf.query') ?></h1>
diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml
index 86cfcfe20..ed468f717 100644
--- a/app/views/configure/reading.phtml
+++ b/app/views/configure/reading.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_configure');
?>
<main class="post">
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
-
<h1><?= _t('conf.reading') ?></h1>
<form method="post" action="<?= _url('configure', 'reading') ?>">
diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml
index b7930f263..822bcf6b3 100644
--- a/app/views/configure/shortcut.phtml
+++ b/app/views/configure/shortcut.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_configure');
?>
<main class="post">
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
-
<h1><?= _t('conf.shortcut') ?></h1>
<datalist id="keys">
diff --git a/app/views/configure/system.phtml b/app/views/configure/system.phtml
index bd1c91fd1..8954c6f55 100644
--- a/app/views/configure/system.phtml
+++ b/app/views/configure/system.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_configure');
?>
<main class="post">
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
-
<h1><?= _t('admin.system') ?></h1>
<form method="post" action="<?= _url('configure', 'system') ?>">