summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-20 04:43:21 +0100
committerAndrew Dolgov <[email protected]>2008-05-20 04:43:21 +0100
commitd16a515917244bcc3a2ee98cabb2ebc0fd22e7d2 (patch)
tree5ce0854f8f9881b82d9849af9a99597c358fc4c9 /tt-rss.php
parentcfd58e50aa29ef1fbcb83a7e45576ba3b15d0b39 (diff)
add action to reset UI layout, resize_headlines parameter checking
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index e749d43f3..e0a5d0862 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -165,6 +165,8 @@ window.onload = init;
<option disabled>--------</option>
<option style="color : #5050aa" disabled><?php echo __('Other actions:') ?></option>
<option value="qmcAddFilter"><?php echo __('&nbsp;&nbsp;Create filter') ?></option>
+ <option value="qmcResetUI"><?php echo __('&nbsp;&nbsp;Reset UI layout') ?></option>
+
<option value="qmcHKhelp"><?php echo __('&nbsp;&nbsp;Keyboard shortcuts') ?></option>
</select>
</div>