aboutsummaryrefslogtreecommitdiff
path: root/app
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
parent05d9a5ddf8b8e4f557d812c071d1a3166ca029ea (diff)
templates and i18n: link back to rss feeds (#7162)
Diffstat (limited to 'app')
-rw-r--r--app/i18n/cs/gen.php1
-rw-r--r--app/i18n/de/gen.php1
-rw-r--r--app/i18n/el/gen.php1
-rw-r--r--app/i18n/en-us/gen.php1
-rw-r--r--app/i18n/en/gen.php1
-rw-r--r--app/i18n/es/gen.php1
-rw-r--r--app/i18n/fa/gen.php1
-rw-r--r--app/i18n/fi/gen.php1
-rw-r--r--app/i18n/fr/gen.php1
-rw-r--r--app/i18n/he/gen.php1
-rw-r--r--app/i18n/hu/gen.php1
-rw-r--r--app/i18n/id/gen.php1
-rw-r--r--app/i18n/it/gen.php1
-rw-r--r--app/i18n/ja/gen.php1
-rw-r--r--app/i18n/ko/gen.php1
-rw-r--r--app/i18n/lv/gen.php1
-rw-r--r--app/i18n/nl/gen.php1
-rw-r--r--app/i18n/oc/gen.php1
-rw-r--r--app/i18n/pl/gen.php1
-rw-r--r--app/i18n/pt-br/gen.php1
-rw-r--r--app/i18n/ru/gen.php1
-rw-r--r--app/i18n/sk/gen.php1
-rw-r--r--app/i18n/tr/gen.php1
-rw-r--r--app/i18n/zh-cn/gen.php1
-rw-r--r--app/i18n/zh-tw/gen.php1
-rw-r--r--app/layout/aside_configure.phtml7
-rw-r--r--app/layout/aside_subscription.phtml7
-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
53 files changed, 14 insertions, 145 deletions
diff --git a/app/i18n/cs/gen.php b/app/i18n/cs/gen.php
index 84a46bb6e..f8c71eb8b 100644
--- a/app/i18n/cs/gen.php
+++ b/app/i18n/cs/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Aktualizovat kanály',
'add' => 'Přidat',
- 'back' => '← Jít zpět',
'back_to_rss_feeds' => '← Jít zpět na vaše kanály RSS',
'cancel' => 'Zrušit',
'create' => 'Vytvořit',
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php
index 013d1cb27..5c0543d0e 100644
--- a/app/i18n/de/gen.php
+++ b/app/i18n/de/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Feeds aktualisieren',
'add' => 'Hinzufügen',
- 'back' => '← Zurück',
'back_to_rss_feeds' => '← Zurück zu Ihren RSS-Feeds gehen',
'cancel' => 'Abbrechen',
'create' => 'Erstellen',
diff --git a/app/i18n/el/gen.php b/app/i18n/el/gen.php
index 8855dfea9..3edc4a3b7 100644
--- a/app/i18n/el/gen.php
+++ b/app/i18n/el/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Update feeds', // TODO
'add' => 'Add', // TODO
- 'back' => '← Go back', // TODO
'back_to_rss_feeds' => '← Go back to your RSS feeds', // TODO
'cancel' => 'Cancel', // TODO
'create' => 'Create', // TODO
diff --git a/app/i18n/en-us/gen.php b/app/i18n/en-us/gen.php
index 4ce0f10be..1409ef465 100644
--- a/app/i18n/en-us/gen.php
+++ b/app/i18n/en-us/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Update feeds', // IGNORE
'add' => 'Add', // IGNORE
- 'back' => '← Go back', // IGNORE
'back_to_rss_feeds' => '← Go back to your RSS feeds', // IGNORE
'cancel' => 'Cancel', // IGNORE
'create' => 'Create', // IGNORE
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php
index 836e6d2ee..74b627bbe 100644
--- a/app/i18n/en/gen.php
+++ b/app/i18n/en/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Update feeds',
'add' => 'Add',
- 'back' => '← Go back',
'back_to_rss_feeds' => '← Go back to your RSS feeds',
'cancel' => 'Cancel',
'create' => 'Create',
diff --git a/app/i18n/es/gen.php b/app/i18n/es/gen.php
index bdf3d1977..b93e82fe2 100644
--- a/app/i18n/es/gen.php
+++ b/app/i18n/es/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Actualizar fuentes',
'add' => 'Añadir',
- 'back' => '← Volver',
'back_to_rss_feeds' => '← regresar a tus fuentes RSS',
'cancel' => 'Cancelar',
'create' => 'Crear',
diff --git a/app/i18n/fa/gen.php b/app/i18n/fa/gen.php
index 27beb5c36..6db2a685b 100644
--- a/app/i18n/fa/gen.php
+++ b/app/i18n/fa/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => ' فیدها را به روز کنید',
'add' => ' اضافه کنید',
- 'back' => '← به عقب برگرد',
'back_to_rss_feeds' => '← به فیدهای RSS خود برگردید',
'cancel' => ' لغو',
'create' => ' ایجاد کنید',
diff --git a/app/i18n/fi/gen.php b/app/i18n/fi/gen.php
index 79273ed65..762b04842 100644
--- a/app/i18n/fi/gen.php
+++ b/app/i18n/fi/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Päivitä syötteet',
'add' => 'Lisää',
- 'back' => '← Palaa',
'back_to_rss_feeds' => '← Palaa RSS-syötteisiin',
'cancel' => 'Peruuta',
'create' => 'Luo',
diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php
index 39d0df59d..14a2c99b4 100644
--- a/app/i18n/fr/gen.php
+++ b/app/i18n/fr/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Actualiser flux',
'add' => 'Ajouter',
- 'back' => '← Retour',
'back_to_rss_feeds' => '← Retour à vos flux RSS',
'cancel' => 'Annuler',
'create' => 'Créer',
diff --git a/app/i18n/he/gen.php b/app/i18n/he/gen.php
index 3f05a6cbe..ac0cd96de 100644
--- a/app/i18n/he/gen.php
+++ b/app/i18n/he/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'מימוש',
'add' => 'Add', // TODO
- 'back' => '← Go back', // TODO
'back_to_rss_feeds' => '← חזרה להזנות הRSS שלך',
'cancel' => 'ביטול',
'create' => 'יצירה',
diff --git a/app/i18n/hu/gen.php b/app/i18n/hu/gen.php
index cd8b28bf5..1947f8e4d 100644
--- a/app/i18n/hu/gen.php
+++ b/app/i18n/hu/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Hírforrások frissítése',
'add' => 'Hozzáad',
- 'back' => '← Vissza',
'back_to_rss_feeds' => '← Vissza az RSS hírforrásokhoz',
'cancel' => 'Mégsem',
'create' => 'Létrehoz',
diff --git a/app/i18n/id/gen.php b/app/i18n/id/gen.php
index eb6a57d0a..6cbff2de8 100644
--- a/app/i18n/id/gen.php
+++ b/app/i18n/id/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Update feeds', // TODO
'add' => 'Add', // TODO
- 'back' => '← Go back', // TODO
'back_to_rss_feeds' => '← Go back to your RSS feeds', // TODO
'cancel' => 'Cancel', // TODO
'create' => 'Create', // TODO
diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php
index 04710f836..6aec6c5b2 100644
--- a/app/i18n/it/gen.php
+++ b/app/i18n/it/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Aggiorna feeds',
'add' => 'Aggiungi',
- 'back' => '← Torna indietro',
'back_to_rss_feeds' => '← Indietro',
'cancel' => 'Annulla',
'create' => 'Crea',
diff --git a/app/i18n/ja/gen.php b/app/i18n/ja/gen.php
index 9c44cc99c..29c7e1481 100644
--- a/app/i18n/ja/gen.php
+++ b/app/i18n/ja/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'フィードを更新する',
'add' => '追加',
- 'back' => '← 戻る',
'back_to_rss_feeds' => '← RSSフィードに戻る',
'cancel' => 'キャンセル',
'create' => '作成',
diff --git a/app/i18n/ko/gen.php b/app/i18n/ko/gen.php
index 5419242f2..471e07b0c 100644
--- a/app/i18n/ko/gen.php
+++ b/app/i18n/ko/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => '새 글 가져오기',
'add' => '추가',
- 'back' => '← 돌아가기',
'back_to_rss_feeds' => '← RSS 피드로 돌아가기',
'cancel' => '취소',
'create' => '생성',
diff --git a/app/i18n/lv/gen.php b/app/i18n/lv/gen.php
index 40857d848..c32e65abf 100644
--- a/app/i18n/lv/gen.php
+++ b/app/i18n/lv/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Atjaunināt barotnes',
'add' => 'Pievienot',
- 'back' => '← Atgriezties',
'back_to_rss_feeds' => '← Atgriezieties pie RSS barotnēm',
'cancel' => 'Atcelt',
'create' => 'Uztaisīt',
diff --git a/app/i18n/nl/gen.php b/app/i18n/nl/gen.php
index e7b02019c..1477eebbd 100644
--- a/app/i18n/nl/gen.php
+++ b/app/i18n/nl/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Feeds actualiseren',
'add' => 'Toevoegen',
- 'back' => '← Terug',
'back_to_rss_feeds' => '← Ga terug naar je RSS feeds',
'cancel' => 'Annuleren',
'create' => 'Opslaan',
diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php
index aac0bb090..294f7862a 100644
--- a/app/i18n/oc/gen.php
+++ b/app/i18n/oc/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Actualizar flux',
'add' => 'Ajustar',
- 'back' => '← Tornar',
'back_to_rss_feeds' => '← Tornar a vòstres fluxes RSS',
'cancel' => 'Anullar',
'create' => 'Crear',
diff --git a/app/i18n/pl/gen.php b/app/i18n/pl/gen.php
index 9df4e3468..3c14af170 100644
--- a/app/i18n/pl/gen.php
+++ b/app/i18n/pl/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Aktualizuj kanały',
'add' => 'Dodaj',
- 'back' => '← Wróć',
'back_to_rss_feeds' => '← Wróć do subskrybowanych kanałów RSS',
'cancel' => 'Anuluj',
'create' => 'Stwórz',
diff --git a/app/i18n/pt-br/gen.php b/app/i18n/pt-br/gen.php
index 6ae0e8ad8..aa9406f3c 100644
--- a/app/i18n/pt-br/gen.php
+++ b/app/i18n/pt-br/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Atualizar feeds',
'add' => 'Adicionar',
- 'back' => '← Voltar',
'back_to_rss_feeds' => '← Volte para o seu feeds RSS',
'cancel' => 'Cancelar',
'create' => 'Criar',
diff --git a/app/i18n/ru/gen.php b/app/i18n/ru/gen.php
index 71277f208..bb7fb5159 100644
--- a/app/i18n/ru/gen.php
+++ b/app/i18n/ru/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Обновить ленту',
'add' => 'Добавить',
- 'back' => '← Вернуться',
'back_to_rss_feeds' => '← Вернуться к вашим RSS-лентам',
'cancel' => 'Отменить',
'create' => 'Создать',
diff --git a/app/i18n/sk/gen.php b/app/i18n/sk/gen.php
index eae7c58c7..4e0e8b2bc 100644
--- a/app/i18n/sk/gen.php
+++ b/app/i18n/sk/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Aktualizovať kanály',
'add' => 'Pridať',
- 'back' => '← Späť',
'back_to_rss_feeds' => '← Späť na vaše RSS kanály',
'cancel' => 'Zrušiť',
'create' => 'Vytvoriť',
diff --git a/app/i18n/tr/gen.php b/app/i18n/tr/gen.php
index 99d92abda..264e30926 100644
--- a/app/i18n/tr/gen.php
+++ b/app/i18n/tr/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => 'Yenile akışlarınız',
'add' => 'Ekle',
- 'back' => '← Geri dön',
'back_to_rss_feeds' => '← RSS akışlarınız için geri gidin',
'cancel' => 'İptal',
'create' => 'Oluştur',
diff --git a/app/i18n/zh-cn/gen.php b/app/i18n/zh-cn/gen.php
index dbbe45e02..c6bd135b8 100644
--- a/app/i18n/zh-cn/gen.php
+++ b/app/i18n/zh-cn/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => '更新订阅源',
'add' => '添加',
- 'back' => '← 返回',
'back_to_rss_feeds' => '← 返回订阅源',
'cancel' => '取消',
'create' => '创建',
diff --git a/app/i18n/zh-tw/gen.php b/app/i18n/zh-tw/gen.php
index 7e9a435a7..43ba35b77 100644
--- a/app/i18n/zh-tw/gen.php
+++ b/app/i18n/zh-tw/gen.php
@@ -14,7 +14,6 @@ return array(
'action' => array(
'actualize' => '更新提要',
'add' => '新增',
- 'back' => '← 返回',
'back_to_rss_feeds' => '← 返回訂閱源',
'cancel' => '取消',
'create' => '創建',
diff --git a/app/layout/aside_configure.phtml b/app/layout/aside_configure.phtml
index af366005c..d107e7f63 100644
--- a/app/layout/aside_configure.phtml
+++ b/app/layout/aside_configure.phtml
@@ -6,6 +6,13 @@
<ul>
<li class="item nav-section">
+ <ul>
+ <li class="item">
+ <a href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
+ </li>
+ </ul>
+ </li>
+ <li class="item nav-section">
<div class="item nav-header"><?= _t('gen.menu.account') ?>: <?= htmlspecialchars(Minz_User::name() ?? '', ENT_NOQUOTES, 'UTF-8') ?></div>
<ul>
<li class="item<?= Minz_Request::controllerName() === 'user' && Minz_Request::actionName() === 'profile' ? ' active' : '' ?>">
diff --git a/app/layout/aside_subscription.phtml b/app/layout/aside_subscription.phtml
index 9c41603ee..61b0ee38e 100644
--- a/app/layout/aside_subscription.phtml
+++ b/app/layout/aside_subscription.phtml
@@ -5,6 +5,13 @@
<a class="toggle_aside" href="#close"><?= _i('close') ?></a>
<ul>
<li class="item nav-section">
+ <ul>
+ <li class="item">
+ <a href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
+ </li>
+ </ul>
+ </li>
+ <li class="item nav-section">
<div class="nav-header"><?= _t('sub.menu.subscription_management') ?></div>
<ul>
<li class="item<?= Minz_Request::controllerName() === 'subscription' && Minz_Request::actionName() === 'add' ? ' active' : '' ?>">
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>