tweak main toolbar

master
Andrew Dolgov 18 years ago
parent b3dfe8bae7
commit 2df7a74918

@ -1081,7 +1081,9 @@ form {
} }
#main_toolbar_form { #main_toolbar_form {
float : left; margin : 0px;
padding : 0px;
display : inline;
} }
div.feedExtInfo { div.feedExtInfo {

@ -182,14 +182,18 @@ window.onload = init;
'onchange="viewCurrentFeed(0, \'\')"'); 'onchange="viewCurrentFeed(0, \'\')"');
?> ?>
 
<input class="button" type="submit"
onclick="return viewCurrentFeed('ForceUpdate')"
value="<?php echo _('Update') ?>">
</form> </form>
<!-- &nbsp;<input class="button" type="submit" <!-- &nbsp;<input class="button" type="submit"
onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> --> onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
&nbsp;<input class="button" type="submit"
onclick="viewCurrentFeed('ForceUpdate')" value="<?php echo _('Update') ?>">
<!-- <input class="button" type="submit" <!-- <input class="button" type="submit"
onclick="catchupCurrentFeed()" value="Mark as read"> --> onclick="catchupCurrentFeed()" value="Mark as read"> -->

Loading…
Cancel
Save