1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 02:31:28 +00:00

notify window close button

This commit is contained in:
Andrew Dolgov
2005-09-05 16:49:39 +01:00
parent 54aa1a4113
commit c05608c26e
9 changed files with 117 additions and 8 deletions

View File

@@ -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>