]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.php
viewfeed: code cleanups
[tt-rss.git] / tt-rss.php
index 8e785569ef4e0bd010867dcc2c136eba2567d0c2..01765c5177139e8beeef6d70f6a8bc67894bd760 100644 (file)
@@ -108,7 +108,7 @@ window.onload = init;
                        <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
                        (<a href="logout.php"><?= __('Logout') ?></a>)
        <?php } ?>
-       <img id="newVersionIcon" onclick="javascript:explainError(2)" 
+       <img id="newVersionIcon" style="display:none;" onclick="javascript:explainError(2)" 
                src="images/new_version.png" title="New version is available!" 
                alt="new_version_icon">
        </div>
@@ -134,6 +134,7 @@ window.onload = init;
                                        <option style="color : #5050aa" disabled><?php echo __('Feed actions:') ?></option>
                                        <option value="qmcAddFeed"><?php echo __('&nbsp;&nbsp;Subscribe to feed') ?></option>
                                        <option value="qmcEditFeed"><?php echo __('&nbsp;&nbsp;Edit this feed') ?></option>
+                                       <option value="qmcClearFeed"><?php echo __('&nbsp;&nbsp;Clear articles') ?></option>
                                        <option value="qmcRemoveFeed"><?php echo __('&nbsp;&nbsp;Unsubscribe') ?></option>
                                        <!-- <option>Edit this feed</option> -->
                                        <option disabled>--------</option>