aboutsummaryrefslogtreecommitdiff
path: root/app/views
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
parent05d9a5ddf8b8e4f557d812c071d1a3166ca029ea (diff)
templates and i18n: link back to rss feeds (#7162)
Diffstat (limited to 'app/views')
-rw-r--r--app/views/auth/index.phtml4
-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
-rw-r--r--app/views/extension/index.phtml4
-rw-r--r--app/views/importExport/index.phtml4
-rw-r--r--app/views/index/about.phtml6
-rw-r--r--app/views/index/logs.phtml4
-rw-r--r--app/views/index/tos.phtml18
-rw-r--r--app/views/stats/idle.phtml4
-rw-r--r--app/views/stats/index.phtml4
-rw-r--r--app/views/stats/repartition.phtml4
-rw-r--r--app/views/subscription/add.phtml4
-rw-r--r--app/views/subscription/bookmarklet.phtml4
-rw-r--r--app/views/subscription/index.phtml4
-rw-r--r--app/views/tag/index.phtml4
-rw-r--r--app/views/update/apply.phtml4
-rw-r--r--app/views/update/checkInstall.phtml4
-rw-r--r--app/views/update/index.phtml4
-rw-r--r--app/views/user/manage.phtml4
-rw-r--r--app/views/user/profile.phtml4
26 files changed, 0 insertions, 120 deletions
diff --git a/app/views/auth/index.phtml b/app/views/auth/index.phtml
index ebdd8a992..c36134177 100644
--- a/app/views/auth/index.phtml
+++ b/app/views/auth/index.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('gen.menu.authentication') ?></h1>
<form method="post" action="<?= _url('auth', 'index') ?>">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
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') ?>">
diff --git a/app/views/extension/index.phtml b/app/views/extension/index.phtml
index 9f5bf821b..24b72e920 100644
--- a/app/views/extension/index.phtml
+++ b/app/views/extension/index.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.extensions.title') ?></h1>
<form id="form-extension" method="post">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
diff --git a/app/views/importExport/index.phtml b/app/views/importExport/index.phtml
index 1f32acfcb..7a8e56b4a 100644
--- a/app/views/importExport/index.phtml
+++ b/app/views/importExport/index.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_subscription');
?>
<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('sub.menu.import_export') ?></h1>
<h2><?= _t('sub.category.dynamic_opml') ?></h2>
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml
index 1c41cf4d6..8a633f7cc 100644
--- a/app/views/index/about.phtml
+++ b/app/views/index/about.phtml
@@ -6,12 +6,6 @@
}
?>
<main class="post content<?= !FreshRSS_Auth::hasAccess() ? ' centered' : ''?>">
- <?php if (FreshRSS_Auth::hasAccess()) {?>
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
- <?php } ?>
-
<h1><?= _t('index.about') ?></h1>
<p><?= _t('index.about.freshrss_description') ?></p>
diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml
index 60b593344..5e4812a3a 100644
--- a/app/views/index/logs.phtml
+++ b/app/views/index/logs.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('index.log') ?></h1>
<?php
diff --git a/app/views/index/tos.phtml b/app/views/index/tos.phtml
index 6a2aa7ce8..a6ce7274a 100644
--- a/app/views/index/tos.phtml
+++ b/app/views/index/tos.phtml
@@ -6,24 +6,6 @@
}
?>
<main class="post content<?= !FreshRSS_Auth::hasAccess() ? ' centered' : ''?>">
- <?php if (FreshRSS_Auth::hasAccess()) {?>
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
- <?php } elseif ($this->can_register) { ?>
- <div class="link-back-wrapper">
- <a href="<?= _url('auth', 'register') ?>">
- <?= _t('gen.action.back') ?>
- </a>
- </div>
- <?php } else { ?>
- <div class="link-back-wrapper">
- <a href="<?= _url('index', 'index') ?>">
- <?= _t('gen.action.back') ?>
- </a>
- </div>
- <?php } ?>
-
<h1><?= _t('index.tos.title')?></h1>
<?= $this->terms_of_service ?>
</main>
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml
index cfef022c6..b01e246fd 100644
--- a/app/views/stats/idle.phtml
+++ b/app/views/stats/idle.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_subscription');
?>
<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.stats.idle') ?></h1>
<?php
diff --git a/app/views/stats/index.phtml b/app/views/stats/index.phtml
index 31e6e51f9..f3fc3e986 100644
--- a/app/views/stats/index.phtml
+++ b/app/views/stats/index.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_subscription');
?>
<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.stats.main') ?></h1>
<div class="stat-grid">
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml
index c8edbf338..e212e79bf 100644
--- a/app/views/stats/repartition.phtml
+++ b/app/views/stats/repartition.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_subscription');
?>
<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.stats.repartition') ?></h1>
<select id="feed_select" class="select-change">
diff --git a/app/views/subscription/add.phtml b/app/views/subscription/add.phtml
index e25f595e9..c3b240975 100644
--- a/app/views/subscription/add.phtml
+++ b/app/views/subscription/add.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_subscription');
?>
<main class="post drop-section">
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
-
<h1><?= _t('sub.menu.add') ?></h1>
<h2><?= _t('sub.title.add_category') ?></h2>
<form action="<?= _url('category', 'create') ?>" method="post">
diff --git a/app/views/subscription/bookmarklet.phtml b/app/views/subscription/bookmarklet.phtml
index 0ea81b153..8e53a5b30 100644
--- a/app/views/subscription/bookmarklet.phtml
+++ b/app/views/subscription/bookmarklet.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_subscription');
?>
<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('sub.menu.subscription_tools') ?></h1>
<h2><?= _t('sub.bookmarklet.title') ?></h2>
<p><a class="btn btn-important"
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml
index 47f549faf..e1ec221f0 100644
--- a/app/views/subscription/index.phtml
+++ b/app/views/subscription/index.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_subscription');
?>
<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('sub.title') ?></h1>
<?php if ($this->onlyFeedsWithError): ?>
diff --git a/app/views/tag/index.phtml b/app/views/tag/index.phtml
index 9b86b7496..1a4b8d029 100644
--- a/app/views/tag/index.phtml
+++ b/app/views/tag/index.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_subscription');
?>
<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('sub.menu.label_management') ?></h1>
<h2><?= _t('sub.title.add_label') ?></h2>
diff --git a/app/views/update/apply.phtml b/app/views/update/apply.phtml
index 96a271542..2c7f5ea18 100644
--- a/app/views/update/apply.phtml
+++ b/app/views/update/apply.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.update') ?></h1>
<?php
diff --git a/app/views/update/checkInstall.phtml b/app/views/update/checkInstall.phtml
index 19e3d2e1e..68a1b5e24 100644
--- a/app/views/update/checkInstall.phtml
+++ b/app/views/update/checkInstall.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('gen.menu.check_install') ?></h1>
<h2><?= _t('admin.check_install.php') ?></h2>
diff --git a/app/views/update/index.phtml b/app/views/update/index.phtml
index 4dee4d786..63d7cca75 100644
--- a/app/views/update/index.phtml
+++ b/app/views/update/index.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.update') ?></h1>
<?php if (!empty($this->message)) { ?>
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml
index 897ad4e58..84e8afb0a 100644
--- a/app/views/user/manage.phtml
+++ b/app/views/user/manage.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('gen.menu.user_management') ?></h1>
<h2><?= _t('admin.user.create') ?></h2>
<form method="post" action="<?= _url('user', 'create') ?>" autocomplete="off">
diff --git a/app/views/user/profile.phtml b/app/views/user/profile.phtml
index f0ae7b2fb..74f6911cd 100644
--- a/app/views/user/profile.phtml
+++ b/app/views/user/profile.phtml
@@ -7,10 +7,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>
-
<form method="post" action="<?= _url('user', 'profile') ?>">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
<h1><?= _t('conf.profile') ?></h1>