|
|
@ -226,9 +226,13 @@
|
|
|
|
<option value="score"><?php echo __('Score') ?></option>
|
|
|
|
<option value="score"><?php echo __('Score') ?></option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if (defined('_ENABLE_FEED_DEBUGGING')) { ?>
|
|
|
|
|
|
|
|
|
|
|
|
<button name="update" onclick="return viewCurrentFeed('ForceUpdate')">
|
|
|
|
<button name="update" onclick="return viewCurrentFeed('ForceUpdate')">
|
|
|
|
<?php echo __('Update') ?></button>
|
|
|
|
<?php echo __('Update') ?></button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
<button onclick="return catchupCurrentFeed()">
|
|
|
|
<button onclick="return catchupCurrentFeed()">
|
|
|
|
<?php echo __('Mark as read') ?></button>
|
|
|
|
<?php echo __('Mark as read') ?></button>
|
|
|
|
|
|
|
|
|
|
|
|