From fdd1c6041c924bd5e9a319327c7e4e8da0b1f277 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 30 Apr 2017 23:36:58 +0200 Subject: fix menu and settings area in 12 --- appinfo/info.xml | 4 +- css/settings.css | 2 +- templates/part.navigation.feed.php | 72 +++++++++++------------ templates/part.navigation.folder.php | 18 +++--- templates/part.navigation.unreadfeed.php | 8 ++- templates/part.settings.php | 98 ++++++++++++++++---------------- 6 files changed, 102 insertions(+), 100 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 899e316d9..7b7f7570d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises. **Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]> - 10.2.0 + 10.2.1 agpl Bernhard Posselt Alessandro Cosentino @@ -35,7 +35,7 @@ Before you update to a new version, [check the changelog](https://github.com/nex SimpleXML iconv - + 168040 diff --git a/css/settings.css b/css/settings.css index 74e9ebf28..cba254fe4 100644 --- a/css/settings.css +++ b/css/settings.css @@ -58,7 +58,7 @@ #app-settings .import-export button, #app-settings .import-export a { - width: 112px; + width: 110px; height: 30px; margin: 0; vertical-align: middle; diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php index adef2b76d..3d80651ed 100644 --- a/templates/part.navigation.feed.php +++ b/templates/part.navigation.feed.php @@ -88,73 +88,73 @@
  • -
  • -
  • -
diff --git a/templates/part.navigation.folder.php b/templates/part.navigation.folder.php index 849c43d38..1194eb33e 100644 --- a/templates/part.navigation.folder.php +++ b/templates/part.navigation.folder.php @@ -110,21 +110,21 @@
  • -
  • -
  • -
diff --git a/templates/part.navigation.unreadfeed.php b/templates/part.navigation.unreadfeed.php index 2f6bff1bb..a5de750d2 100644 --- a/templates/part.navigation.unreadfeed.php +++ b/templates/part.navigation.unreadfeed.php @@ -29,9 +29,11 @@
    -
  • +
  • +
diff --git a/templates/part.settings.php b/templates/part.settings.php index b3a99e399..fbb2a5b19 100644 --- a/templates/part.settings.php +++ b/templates/part.settings.php @@ -9,55 +9,55 @@

t('Settings')); ?>

-

- -

- -

- -

- -

- -

- -

- -

- -

- -

+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+

t('Subscriptions (OPML)')); ?>

-- cgit v1.2.3