summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 08:17:37 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 08:17:37 +0100
commit28fa92536747cebed6f7df4359983898e3e79ee8 (patch)
tree853797d4bb903205665b436f384b140ce96fd3ff /tt-rss.php
parent7a9fadaabb5071b39e54de7c1a9cd85a5fdee850 (diff)
konqueror compatibility fixes
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php14
1 files changed, 11 insertions, 3 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 3aa5d52c0..7983afca0 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -82,17 +82,24 @@
<? } ?>
<tr>
<td valign="top" rowspan="3" class="feeds">
+ <table class="innerFeedTable"
+ cellspacing="0" cellpadding="0" height="100%" width="100%">
+ <tr><td>
+ <div id="dispSwitch">
+ <a id="dispSwitchPrompt" href="javascript:toggleTags()">display tags</a>
+ </div>
+ </td></tr>
+ <tr><td height="100%" width="100%" valign="top">
<!-- <div id="feeds">&nbsp;</div> -->
- <div id="dispSwitch">
- <a id="dispSwitchPrompt" href="javascript:toggleTags()">display tags</a>
- </div>
<iframe frameborder="0"
src="backend.php?op=error&msg=Loading,%20please wait..."
id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
+ </td></tr></table>
+
<? if (get_pref($link, 'DISPLAY_FEEDLIST_ACTIONS')) { ?>
<div align="center">All feeds:
@@ -106,6 +113,7 @@
<input type="submit" class="button" onclick="allFeedsMenuGo()" value="Go">
</div>
+
<? } ?>