]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
remove experimental view_settings stuff from master
[tt-rss.git] / index.php
index 371c4aff331b34630ad5498538cce82b85e586bb..0b8a957bb514de2a24cdec154337c5d517a47998 100644 (file)
--- a/index.php
+++ b/index.php
                        <option value="date_reverse"><?php echo __('Oldest first') ?></option>
                </select>
 
-               <!-- deprecated -->
-               <button dojoType="dijit.form.Button" name="update" style="display : none"
-                       onclick="viewCurrentFeed()">
-                       <?php echo __('Update') ?></button>
-
                <select title="<?php echo __('Mark feed as read') ?>"
-                       onchange="catchupCurrentFeed(this)"
+                       onchange="catchupCurrentFeed(event)"
                        dojoType="dijit.form.Select" name="catchup_feed">
                        <option selected="selected" value="default"><?php echo __('Mark as read') ?></option>
                        <option value="all"><?php echo __('All articles') ?></option>
                        <option value="2weeks"><?php echo __('Older than two weeks') ?></option>
                </select>
 
+               <button dojoType="dijit.form.Button"
+                       onclick="viewCurrentFeed()">
+                       <?php echo __('Refresh') ?></button>
+
                </form>
 
                <div class="actionChooser">