summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 10:09:22 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 10:09:22 +0400
commita2a3d5a3aa937441e8cf29fd2d7626e6dade879c (patch)
treec29e451c32a1be5cfc8468d0051fd706221dd29c /index.php
parentb4f83063cc59daff04887a585b1a3c1e5880e9d0 (diff)
add (disabled) per-feed view_settings handling placeholder
Diffstat (limited to 'index.php')
-rw-r--r--index.php15
1 files changed, 7 insertions, 8 deletions
diff --git a/index.php b/index.php
index 371c4aff3..6753ed59d 100644
--- a/index.php
+++ b/index.php
@@ -169,7 +169,7 @@
&lt;&lt;</button>
<select name="view_mode" title="<?php echo __('Show articles') ?>"
- onchange="viewModeChanged()"
+ onchange="viewModeChanged(event)"
dojoType="dijit.form.Select">
<option selected="selected" value="adaptive"><?php echo __('Adaptive') ?></option>
<option value="all_articles"><?php echo __('All Articles') ?></option>
@@ -182,20 +182,15 @@
</select>
<select title="<?php echo __('Sort articles') ?>"
- onchange="viewModeChanged()"
+ onchange="viewModeChanged(event)"
dojoType="dijit.form.Select" name="order_by">
<option selected="selected" value="default"><?php echo __('Default') ?></option>
<option value="feed_dates"><?php echo __('Newest first') ?></option>
<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>
@@ -204,6 +199,10 @@
<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">