summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:33:34 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:33:34 +0100
commitfef624f0c4becc126a8e2d576cd1a8fc3c80cea0 (patch)
tree2157a2b7a5305f81dd5764188f49a6f88816b1bd /templates/main.php
parent5492e60510379add1523454f322def81167be8be (diff)
spaces to tabs
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php44
1 files changed, 22 insertions, 22 deletions
diff --git a/templates/main.php b/templates/main.php
index 91fcaf048..5e3fec9b1 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -1,32 +1,32 @@
<div id="app" ng-app="News">
- <div id="left-content" ng-controller="FeedController">
+ <div id="left-content" ng-controller="FeedController">
- <ul class="with-icon" data-id="0" droppable>
- <?php print_unescaped($this->inc('part.addnew')) ?>
- <?php print_unescaped($this->inc('part.feed.unread')) ?>
- <?php print_unescaped($this->inc('part.feed.starred')) ?>
- <?php print_unescaped($this->inc('part.listfolder')) ?>
- <?php print_unescaped($this->inc('part.listfeed', array('folderId' => '0'))) ?>
- <?php print_unescaped($this->inc('part.showall')); ?>
- </ul>
+ <ul class="with-icon" data-id="0" droppable>
+ <?php print_unescaped($this->inc('part.addnew')) ?>
+ <?php print_unescaped($this->inc('part.feed.unread')) ?>
+ <?php print_unescaped($this->inc('part.feed.starred')) ?>
+ <?php print_unescaped($this->inc('part.listfolder')) ?>
+ <?php print_unescaped($this->inc('part.listfeed', array('folderId' => '0'))) ?>
+ <?php print_unescaped($this->inc('part.showall')); ?>
+ </ul>
- <div id="app-settings" ng-class="{open: showSettings==true}"
- ng-controller="SettingsController" hide-settings-when-focus-lost>
- <div id="app-settings-header">
- <button name="app settings"
- class="settings-button"
- ng-click="showSettings=!showSettings"></button>
- </div>
- <div id="app-settings-content">
- <?php print_unescaped($this->inc('part.settings')) ?>
+ <div id="app-settings" ng-class="{open: showSettings==true}"
+ ng-controller="SettingsController" hide-settings-when-focus-lost>
+ <div id="app-settings-header">
+ <button name="app settings"
+ class="settings-button"
+ ng-click="showSettings=!showSettings"></button>
+ </div>
+ <div id="app-settings-content">
+ <?php print_unescaped($this->inc('part.settings')) ?>
</div>
</div>
</div>
- <div id="right-content" ng-class="{loading: loading.loading>0}"
- ng-controller="ItemController" when-scrolled="scroll()" feed-navigation>
- <?php print_unescaped($this->inc("part.items")); ?>
+ <div id="right-content" ng-class="{loading: loading.loading>0}"
+ ng-controller="ItemController" when-scrolled="scroll()" feed-navigation>
+ <?php print_unescaped($this->inc("part.items")); ?>
</div>
-
+
</div>