summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-06-21 17:24:03 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-06-21 17:24:03 -0400
commitc2c91647495e343a503f23b56854ada7599b94b8 (patch)
tree586d994fb34d4855099ce372db3c5ce5805eae58 /templates/main.php
parentefd3ac96c8e8a02730ca8d6b7e31363c1bd0d0db (diff)
dropup menu to add feeds
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index 6405055ec..6febe245e 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -3,11 +3,22 @@
<?php echo $this->inc("part.feeds"); ?>
</ul>
</div>
+
<div id="bottomcontrols">
+<div id="addmenu">
+ <ul>
+ <li>
<form>
<button class="svg" id="add" title="<?php echo $l->t('Add Feed/Folder'); ?>"><img class="svg" src="<?php echo OCP\Util::linkTo('news', 'img/add.svg'); ?>" alt="<?php echo $l->t('Add Feed/Folder'); ?>" /></button>
</form>
+ <ul>
+ <li><a href="p1.html">Feed</a></li>
+ <li><a href="p2.hmtl">Folder</a></li>
+ </li>
+ </ul>
</div>
+</div>
+
<div id="rightcontent" class="rightcontent">
<?php ?>
</div>