From 3623a5421df8198651d8e8a9d676f0661c307cf9 Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 19 Oct 2021 15:08:32 +0200 Subject: enhancement subscription management page (#3893) * wip * wip2 * i18n * Update app/views/helpers/category/update.phtml Co-authored-by: Frans de Jonge * fixed box layout * Revert "i18n" This reverts commit a2e4d8ace661df806997a8310f069a67d71910f4. * i18n This reverts commit 55236930cfc7165ff883ea2a9538d3502b8922eb. Co-authored-by: Frans de Jonge --- app/views/subscription/index.phtml | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) (limited to 'app/views/subscription/index.phtml') diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index 0d58b5436..fe28ae45d 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -7,25 +7,28 @@

-

- default_category->name()) ?> -

- -

- -

- onlyFeedsWithError): ?> -

+

+

+ + onlyFeedsWithError && $this->signalError){ ?> +
+ +
+ + categories as $cat) { $feeds = $cat->feeds(); ?> @@ -57,17 +60,19 @@ ?>
  • +
  • -
      - onlyFeedsWithError): ?> -
    • - -
    • - -
    +
    +
    + ✚ +
    +
      +
    +
    + displaySlider ? ' class="active"' : ''; ?> -- cgit v1.2.3