summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-18 16:29:10 +0400
committerAndrew Dolgov <[email protected]>2011-04-18 16:46:52 +0400
commitda497babda5b85504f3d0471751490c88f025b57 (patch)
treec4750dfa3e47d32273bbd018171e2e055cd7f51e /tt-rss.php
parentff9e70af47c26b99b122b1d3e841b9f90ddd9e2f (diff)
about dialog, UI tweaks
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index fad6dcdac..c294ee589 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -110,8 +110,6 @@
</div>
<div dojoType="dijit.layout.BorderContainer" region="center" id="header-wrap" gutters="false">
-<!-- <div dojoType="dijit.layout.ContentPane" region="top">
-</div> -->
<div dojoType="dijit.layout.TabContainer" region="center" id="content-tabs">
<div dojoType="dijit.layout.BorderContainer" region="center" id="content-wrap"
title="<?php echo __("News") ?>">
@@ -176,6 +174,7 @@
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcAddLabel')"><?php echo __('Create label...') ?></div>
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcAddFilter')"><?php echo __('Create filter...') ?></div>
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcHKhelp')"><?php echo __('Keyboard shortcuts help') ?></div>
+ <div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcAbout')"><?php echo __('About...') ?></div>
</div>
</div>
</div>