tweak main toolbar

This commit is contained in:
Andrew Dolgov 2007-02-15 08:03:49 +01:00
parent b3dfe8bae7
commit 2df7a74918
2 changed files with 10 additions and 4 deletions

View File

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

View File

@ -182,14 +182,18 @@ window.onload = init;
'onchange="viewCurrentFeed(0, \'\')"');
?>
 
<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"> -->