summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-11 20:17:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-11 20:17:42 +0200
commit27a484663fc7ef5d619ea2dbaf7afb5f2100a46d (patch)
treeb57b6def07035de5b5acb6acb6078b25c56ff94b
parent3e4d3fdffba8776ef334b16b57e3f8209a08f1e5 (diff)
Move help to the bottom
-rw-r--r--templates/part.settings.php33
1 files changed, 17 insertions, 16 deletions
diff --git a/templates/part.settings.php b/templates/part.settings.php
index 24300eea6..eaabb33b3 100644
--- a/templates/part.settings.php
+++ b/templates/part.settings.php
@@ -58,21 +58,6 @@
</label>
</p>
- <h3><?php p($l->t('Help')); ?></h3>
-
- <p>
- <a href="#/shortcuts/"><?php p($l->t('Keyboard shortcuts')); ?></a>
- </p>
-
- <p>
- <a target="_blank"
- href="https://github.com/owncloud/news/wiki"><?php p($l->t('Documentation')); ?></a>
- </p>
- <p>
- <a target="_blank"
- href="https://github.com/owncloud/news/issues/new"><?php p($l->t('Report a bug')); ?></a>
- </p>
-
<div class="import-export">
<h3><?php p($l->t('Subscriptions (OPML)')); ?></h3>
@@ -111,7 +96,7 @@
<p class="error" ng-show="Settings.opmlImportEmptyError">
<?php p(
$l->t('Error when importing: OPML is does neither contain ' .
- 'feeds nor folders')
+ 'feeds nor folders')
); ?>
</p>
@@ -150,4 +135,20 @@
</p>
</div>
+
+ <h3><?php p($l->t('Help')); ?></h3>
+
+ <p>
+ <a href="#/shortcuts/"><?php p($l->t('Keyboard shortcuts')); ?></a>
+ </p>
+
+ <p>
+ <a target="_blank"
+ href="https://github.com/owncloud/news/wiki"><?php p($l->t('Documentation')); ?></a>
+ </p>
+ <p>
+ <a target="_blank"
+ href="https://github.com/owncloud/news/issues/new"><?php p($l->t('Report a bug')); ?></a>
+ </p>
+
</div>