summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-12 11:23:32 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-12 11:23:32 +0100
commit79197a3aa71a1d39e0cebbe082fcc8d63cec7f2d (patch)
treebb498414b4b3ffc3bcd8d045bb40d070103a3c26 /templates
parenta75e37f56963bc55faf182811237cee8a4172fb7 (diff)
spaces to tabs
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php10
-rw-r--r--templates/part.addnew.php10
2 files changed, 10 insertions, 10 deletions
diff --git a/templates/main.php b/templates/main.php
index 2b8cc1188..cff8611bf 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -10,14 +10,14 @@
<?php print_unescaped($this->inc('part.showall')); ?>
</ul>
- <div id="app-settings" ng-controller="SettingsController">
+ <div id="app-settings" ng-controller="SettingsController">
<div id="app-settings-header">
<button name="app settings"
class="settings-button"
- click-slide-toggle="{
- selector: '#app-settings-content',
- hideOnFocusLost: true
- }"></button>
+ click-slide-toggle="{
+ selector: '#app-settings-content',
+ hideOnFocusLost: true
+ }"></button>
</div>
<div id="app-settings-content">
<?php print_unescaped($this->inc('part.settings')) ?>
diff --git a/templates/part.addnew.php b/templates/part.addnew.php
index c791b86d6..953026e16 100644
--- a/templates/part.addnew.php
+++ b/templates/part.addnew.php
@@ -1,9 +1,9 @@
<li class="add-new" ng-controller="AddNewController">
- <a class="list-title list-title-with-icon" ng-click="showAdd=!showAdd"
- click-slide-toggle="{
- selector: '.add-new-popup',
- hideOnFocusLost: true
- }" href="#">
+ <a class="list-title list-title-with-icon" ng-click="showAdd=!showAdd"
+ click-slide-toggle="{
+ selector: '.add-new-popup',
+ hideOnFocusLost: true
+ }" href="#">
<?php p($l->t('New'))?>
</a>