1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

require feed debugging for frontend feed update button

This commit is contained in:
Andrew Dolgov 2010-11-11 16:55:38 +03:00
parent 6946cc50db
commit b0d32d324c

View File

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