From f1e15cdd82e99342a58250f62535f4e2e05ba94a Mon Sep 17 00:00:00 2001 From: maTh Date: Fri, 20 Aug 2021 14:07:14 +0200 Subject: Improve the link "back to RSS feeds": set a CSS class (#3761) * templates * improved CSS class names --- app/views/auth/index.phtml | 4 +++- app/views/configure/archiving.phtml | 6 ++++-- app/views/configure/display.phtml | 6 ++++-- app/views/configure/integration.phtml | 4 +++- app/views/configure/queries.phtml | 4 +++- app/views/configure/reading.phtml | 4 +++- app/views/configure/shortcut.phtml | 4 +++- app/views/configure/system.phtml | 4 +++- app/views/extension/index.phtml | 4 +++- app/views/importExport/index.phtml | 4 +++- app/views/index/about.phtml | 4 +++- app/views/index/logs.phtml | 4 +++- app/views/stats/idle.phtml | 4 +++- app/views/stats/index.phtml | 4 +++- app/views/stats/repartition.phtml | 4 +++- app/views/subscription/add.phtml | 4 +++- app/views/subscription/bookmarklet.phtml | 4 +++- app/views/subscription/index.phtml | 4 +++- app/views/tag/index.phtml | 4 +++- app/views/update/apply.phtml | 4 +++- app/views/update/checkInstall.phtml | 4 +++- app/views/update/index.phtml | 4 +++- app/views/user/manage.phtml | 4 +++- app/views/user/profile.phtml | 4 +++- 24 files changed, 74 insertions(+), 26 deletions(-) (limited to 'app') diff --git a/app/views/auth/index.phtml b/app/views/auth/index.phtml index 313a7c14d..cf95e21f6 100644 --- a/app/views/auth/index.phtml +++ b/app/views/auth/index.phtml @@ -1,7 +1,9 @@ partial('aside_configure'); ?>
- +
diff --git a/app/views/configure/archiving.phtml b/app/views/configure/archiving.phtml index 3cc014b15..9d091abf6 100644 --- a/app/views/configure/archiving.phtml +++ b/app/views/configure/archiving.phtml @@ -1,8 +1,10 @@ partial('aside_configure'); ?>
- - + + diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 8e2105333..9ed5d9465 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -1,8 +1,10 @@ partial('aside_configure'); ?>
- - + + diff --git a/app/views/configure/integration.phtml b/app/views/configure/integration.phtml index c6deea5c2..278265aed 100644 --- a/app/views/configure/integration.phtml +++ b/app/views/configure/integration.phtml @@ -1,7 +1,9 @@ partial('aside_configure'); ?>
- +
- + diff --git a/app/views/configure/reading.phtml b/app/views/configure/reading.phtml index 199bd5ab6..c73866486 100644 --- a/app/views/configure/reading.phtml +++ b/app/views/configure/reading.phtml @@ -1,7 +1,9 @@ partial('aside_configure'); ?>
- + diff --git a/app/views/configure/shortcut.phtml b/app/views/configure/shortcut.phtml index 1bc3f775b..49b7fd6ee 100644 --- a/app/views/configure/shortcut.phtml +++ b/app/views/configure/shortcut.phtml @@ -1,7 +1,9 @@ partial('aside_configure'); ?>
- + list_keys as $key) { ?> diff --git a/app/views/configure/system.phtml b/app/views/configure/system.phtml index f185fb1d3..d3ead87a8 100644 --- a/app/views/configure/system.phtml +++ b/app/views/configure/system.phtml @@ -1,7 +1,9 @@ partial('aside_configure'); ?>
- + diff --git a/app/views/extension/index.phtml b/app/views/extension/index.phtml index f3e75cfcc..254479f40 100644 --- a/app/views/extension/index.phtml +++ b/app/views/extension/index.phtml @@ -1,7 +1,9 @@ partial('aside_configure'); ?>
- +

diff --git a/app/views/importExport/index.phtml b/app/views/importExport/index.phtml index e5a24dbc4..c16f4272f 100644 --- a/app/views/importExport/index.phtml +++ b/app/views/importExport/index.phtml @@ -1,7 +1,9 @@ partial('aside_subscription'); ?>
- + diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index 320847886..0c8ef2538 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -1,5 +1,7 @@
- +

diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml index 3bbf233ac..c2b940e5c 100644 --- a/app/views/index/logs.phtml +++ b/app/views/index/logs.phtml @@ -1,5 +1,7 @@
- +

diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml index 7834d23c7..8b5317c2b 100644 --- a/app/views/stats/idle.phtml +++ b/app/views/stats/idle.phtml @@ -1,7 +1,9 @@ partial('aside_stats'); ?>

- +

diff --git a/app/views/stats/index.phtml b/app/views/stats/index.phtml index 661485f75..dd7faa72c 100644 --- a/app/views/stats/index.phtml +++ b/app/views/stats/index.phtml @@ -1,7 +1,9 @@ partial('aside_stats'); ?>
- +

diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml index 4ec843a10..e04418614 100644 --- a/app/views/stats/repartition.phtml +++ b/app/views/stats/repartition.phtml @@ -1,7 +1,9 @@ partial('aside_stats'); ?>
- +

diff --git a/app/views/subscription/add.phtml b/app/views/subscription/add.phtml index 63272dccb..70b9267aa 100644 --- a/app/views/subscription/add.phtml +++ b/app/views/subscription/add.phtml @@ -1,7 +1,9 @@ partial('aside_subscription'); ?>
- + diff --git a/app/views/subscription/bookmarklet.phtml b/app/views/subscription/bookmarklet.phtml index 981304933..48ff44135 100644 --- a/app/views/subscription/bookmarklet.phtml +++ b/app/views/subscription/bookmarklet.phtml @@ -1,7 +1,9 @@ partial('aside_subscription'); ?>
- +

partial('aside_subscription'); ?>

- +

diff --git a/app/views/tag/index.phtml b/app/views/tag/index.phtml index 3d38195c6..e56adbf4f 100644 --- a/app/views/tag/index.phtml +++ b/app/views/tag/index.phtml @@ -1,7 +1,9 @@ partial('aside_subscription'); ?>
- + diff --git a/app/views/update/apply.phtml b/app/views/update/apply.phtml index c5e6884db..b52a31c5b 100644 --- a/app/views/update/apply.phtml +++ b/app/views/update/apply.phtml @@ -1,7 +1,9 @@ partial('aside_configure'); ?>
- +

diff --git a/app/views/update/checkInstall.phtml b/app/views/update/checkInstall.phtml index 8a05fa301..313dc5f24 100644 --- a/app/views/update/checkInstall.phtml +++ b/app/views/update/checkInstall.phtml @@ -1,7 +1,9 @@ partial('aside_configure'); ?>
- +

diff --git a/app/views/update/index.phtml b/app/views/update/index.phtml index 041941e39..1d5c2f5cb 100644 --- a/app/views/update/index.phtml +++ b/app/views/update/index.phtml @@ -1,7 +1,9 @@ partial('aside_configure'); ?>
- +

diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml index bffda64e6..3474cc4b0 100644 --- a/app/views/user/manage.phtml +++ b/app/views/user/manage.phtml @@ -1,7 +1,9 @@ partial('aside_configure'); ?>
- + diff --git a/app/views/user/profile.phtml b/app/views/user/profile.phtml index 799ead160..ae930a957 100644 --- a/app/views/user/profile.phtml +++ b/app/views/user/profile.phtml @@ -5,7 +5,9 @@ ?>
- + -- cgit v1.2.3