summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:14:13 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:14:13 +0200
commit85f076385e7a76558732646010ae6c563aec106f (patch)
treef0647439c165ecd1223620f4987031af29ae4beb /templates
parent8f833877eebd93f1c938833dd28255c63037588f (diff)
put the showall into the settings slideup
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php1
-rw-r--r--templates/part.showall.php12
2 files changed, 0 insertions, 13 deletions
diff --git a/templates/main.php b/templates/main.php
index aedf0bc36..d0fd59f3e 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -39,7 +39,6 @@
<?php //print_unescaped($this->inc('part.feed.starred')) ?>
<?php //print_unescaped($this->inc('part.listfeed', ['folderId' => '0'])) ?>
<?php //print_unescaped($this->inc('part.listfolder')) ?>
- <?php //print_unescaped($this->inc('part.showall')); ?>
</ul>
<div id="app-settings" ng-controller="SettingsController as Settings">
diff --git a/templates/part.showall.php b/templates/part.showall.php
deleted file mode 100644
index 374303358..000000000
--- a/templates/part.showall.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<li ui-if="!feedBusinessLayer.isShowAll() && feedBusinessLayer.getNumberOfFeeds() > 0"
- class="show-all">
- <a ng-click="feedBusinessLayer.setShowAll(true)"
- href="#"
- news-click-scroll="{direction: 'down', scrollArea: '#app-navigation > ul'}"><?php p($l->t('Show read articles')); ?></a>
-</li>
-
-<li ui-if="feedBusinessLayer.isShowAll() && feedBusinessLayer.getNumberOfFeeds() > 0"
- class="show-all">
- <a ng-click="feedBusinessLayer.setShowAll(false)"
- href="#"><?php p($l->t('Hide read articles')); ?></a>
-</li>