1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 03:31:29 +00:00

split backend rpc, various interface improvements

This commit is contained in:
Andrew Dolgov
2006-03-29 04:11:48 +01:00
parent 9d87df8f60
commit 01b3e1919a
9 changed files with 278 additions and 345 deletions

View File

@@ -127,34 +127,11 @@ window.onload = init;
</div>
</td></tr>
<tr><td height="100%" width="100%" valign="top">
<? if (get_pref($link, 'DISPLAY_FEEDLIST_ACTIONS')) { ?>
<iframe frameborder="0"
src="backend.php?op=error&msg=Loading,%20please wait..."
id="feeds-frame" name="feeds-frame" class="feedsFrameWithActions"> </iframe>
<div align="center">
<select id="allFeedsChooser" onchange="allFeedsMenuChange()">
<option selected>All feeds...</option>
<? if (!ENABLE_UPDATE_DAEMON) { ?>
<option>Update</option>
<? } ?>
<option>Mark as read</option>
<option>Show only unread</option>
</select>
</div>
<? } else { ?>
<iframe frameborder="0"
src="backend.php?op=error&msg=Loading,%20please wait..."
id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
<? } ?>
</td></tr></table>
</td>