summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-02-15 08:03:49 +0100
committerAndrew Dolgov <[email protected]>2007-02-15 08:03:49 +0100
commit2df7a7491859942fa99197047d1fecf96ddaa943 (patch)
tree0a3fa4c8e6746b4fc0f3bd7a5ae85ce439a7813f /tt-rss.php
parentb3dfe8bae76190ab58758e0d3ba1f7fe28cf847a (diff)
tweak main toolbar
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 80f90aa17..2b62c1d8a 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -182,14 +182,18 @@ window.onload = init;
'onchange="viewCurrentFeed(0, \'\')"');
?>
+
+ &nbsp;
+
+ <input class="button" type="submit"
+ onclick="return viewCurrentFeed('ForceUpdate')"
+ value="<?php echo _('Update') ?>">
+
</form>
<!-- &nbsp;<input class="button" type="submit"
onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
- &nbsp;<input class="button" type="submit"
- onclick="viewCurrentFeed('ForceUpdate')" value="<?php echo _('Update') ?>">
-
<!-- <input class="button" type="submit"
onclick="catchupCurrentFeed()" value="Mark as read"> -->