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>
But normally you would not have changed or added files here. 6. Remove setting the $VIM and $VIMRUNTIME environment variable and adjust $PATH. $VIM only needs to be removed if you are not going to install another version of Vim. $VIMRUNTIME is mostly not set. Check if $PATH contains the path of the vim directory. Note that $PATH may be set in several places, you will have to find the right one, and only delete the Vim path from it. You can most likely find the lines that set $PATH, $VIM and/or $VIMRUNTIME in C:\autoexec.bat. Under Windows NT you might need to use the "System Properties" editor to change the environment variables, if they are not in the C:\autoexec.bat file. You can start it by selecting Start/Settings/Control Panel and then "System". 7. If you added a Vim entry in the start menu, delete it. 8. If you created icons for Vim on the desktop, delete them. Vim does not use .ini files. The above should remove all Vim files, except the ones that you moved elsewhere yourself.