summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-31 23:40:22 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-31 23:40:22 -0400
commiteca49d72c47eb9b59cb3192f24a442d4d3303092 (patch)
tree70bf63e7cf73fa3642c55b750972273973579cb6 /templates/main.php
parent44510977870d854196a28c644a7b61c7bbe55e6f (diff)
news app welcomes the new settings popup
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index a3bac4921..700acd244 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -14,8 +14,10 @@
<li>
<button class="svg" id="addfeedfolder" title="<?php echo $l->t('Add Feed/Folder'); ?>" onclick="News.DropDownMenu.fade('ul#feedfoldermenu')"><img class="svg" src="<?php echo OCP\Util::linkTo('news', 'img/add.svg'); ?>" alt="<?php echo $l->t('Add Feed/Folder'); ?>" /></button>
</li>
- <li><button class="svg" title="<?php echo $l->t('Change View'); ?>">Eye</button></li>
<li>
+ <button class="svg" title="<?php echo $l->t('Change View'); ?>">Eye</button>
+ </li>
+ <li style="float: right">
<button class="svg" id="settingsbtn" title="<?php echo $l->t('Settings'); ?>"><img class="svg" src="<?php echo OCP\Util::imagePath('core','actions/settings.png'); ?>" alt="<?php echo $l->t('Settings'); ?>" /></button>
</li>
<ul>
@@ -30,6 +32,7 @@
echo $this->inc("part.nofeeds");
}
?>
+ <div id="appsettings" class="popup bottomleft hidden"></div>
</div>
<!-- Dialogs -->