summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parent54aa1a411311dc4c7fcbad3ba176f527a4f77290 (diff)
notify window close button
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 974101b1c..80270fe75 100644
--- a/prefs.php
+++ b/prefs.php
@@ -20,7 +20,9 @@
</tr>
<tr>
<td class="toolbar" valign="middle">
- <div id="notify">&nbsp;</div>
+ <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" colspan="2" align="right">
<a href="tt-rss.php" class="button">Return to main</a>