summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-16 14:43:43 +0300
committerAndrew Dolgov <[email protected]>2010-11-16 14:43:43 +0300
commit6f3976c9a3a0409b16d1125802b88651213b0aae (patch)
tree8e054d61d4eabf671a4f6582c274d537f5758745 /tt-rss.php
parent07bb58c7217cdcdc89d7209780c0f6b952e70e7e (diff)
support opening articles in new tab, misc fixes
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 6d7155df7..98e68af4b 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -126,7 +126,9 @@
<div id="feedTree"></div>
</div>
-<div dojoType="dijit.layout.BorderContainer" region="center" id="content-wrap">
+<div dojoType="dijit.layout.TabContainer" region="center" id="content-tabs">
+<div dojoType="dijit.layout.BorderContainer" region="center" id="content-wrap"
+ title="News">
<div id="toolbar" dojoType="dijit.layout.ContentPane" region="top">
@@ -215,6 +217,7 @@
</div>
</div>
+</div>
<!-- <div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
<a href="http://tt-rss.org/">Tiny Tiny RSS</a>