1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:25:57 +00:00

move notify box, make it more visible

This commit is contained in:
Andrew Dolgov
2005-10-16 15:10:14 +01:00
parent 14ba5dccff
commit 828a8ecc9a
6 changed files with 41 additions and 24 deletions

View File

@@ -18,20 +18,22 @@
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
<? if (DISPLAY_HEADER) { ?>
<tr>
<td class="header" valign="middle">
<img src="images/ttrss_logo.png" alt="logo">
<td colspan="2">
<table cellspacing="0" cellpadding="0" width="100%"><tr>
<td class="header" valign="middle">
<img src="images/ttrss_logo.png" alt="logo">
</td>
<td align="right" valign="top">
<div id="notify"><span id="notify_body"></div>
</td>
</tr></table>
</td>
</tr>
<? } ?>
<tr>
<td class="prefsToolbar" valign="middle">
<table width='100%' cellspacing='0' cellpadding='0'>
<td><span id="notify"><span id="notify_body"></span></td>
<td align='right'>
<input type="submit" onclick="gotoMain()"
class="button" value="Return to main"></td>
</table>
<td class="prefsToolbar" valign="middle" align="right">
<input type="submit" onclick="gotoMain()" class="button" value="Return to main">
</td>
</tr>
</tr>
<td id="prefContent" class="prefContent" valign="top">