summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 16:49:39 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 16:49:39 +0100
commitc05608c26e8b65736cc9db0ab3a2ceb08eba85d9 (patch)
treef17ee7bb871e4faf1ef6b6ed9d564142430f30c0 /tt-rss.php
parent54aa1a411311dc4c7fcbad3ba176f527a4f77290 (diff)
notify window close button
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 385ea487e..bd43dacd6 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -21,7 +21,11 @@
<tr>
<td class="toolbar" colspan="2">
<table width="100%" cellspacing="0" cellpadding="0">
- <td valign="middle"> <div id="notify">&nbsp;</div></td>
+ <td valign="middle">
+ <table id="notify"><tr><td width="100%" id="notify_body">&nbsp;</td>
+ <td><img onclick="javascript:notify('')" alt="Close"
+ src="images/close.png"></td></table>
+ </td>
<td class="toolbar" valign="middle" align="right">
<a href="prefs.php" class="button">Preferences</a></td>
</tr></table>