summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.addfeed.php3
-rw-r--r--templates/part.navigation.addfolder.php3
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/part.navigation.addfeed.php b/templates/part.navigation.addfeed.php
index 5a4b969e6..58f3b2e76 100644
--- a/templates/part.navigation.addfeed.php
+++ b/templates/part.navigation.addfeed.php
@@ -1,6 +1,7 @@
<li class="add-new">
- <div class="heading icon-add">
+ <div class="heading">
<button
+ class="icon-add"
data-apps-slide-toggle="#new-feed"
news-focus="[name='address']"><?php p($l->t('Subscribe'))?></button>
</div>
diff --git a/templates/part.navigation.addfolder.php b/templates/part.navigation.addfolder.php
index 965d92159..437c35c71 100644
--- a/templates/part.navigation.addfolder.php
+++ b/templates/part.navigation.addfolder.php
@@ -1,6 +1,7 @@
<li class="add-new">
- <div class="heading icon-add">
+ <div class="heading">
<button
+ class="icon-add"
data-apps-slide-toggle="#new-folder"
news-focus="#new-folder [name='folderName']">
<?php p($l->t('New Folder'))?>