1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 04:25:57 +00: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>