1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 14:11:29 +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

@@ -31,11 +31,18 @@
<body onload="init()">
<table width="100%" height="100%" cellspacing=0 cellpadding=0 class="main">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
<? if (DISPLAY_HEADER) { ?>
<tr>
<td class="header" valign="middle" colspan="2">
<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>
<? } ?>
@@ -43,7 +50,7 @@
<td class="mainToolbar" colspan="2">
<table width='100%' cellspacing='0' cellpadding='0'>
<td><span id="notify"><span id="notify_body"></span></td>
<td><!-- <span id="notify"><span id="notify_body"></span> --></td>
<td align='right'>
<input type="submit" onclick="gotoPreferences()"
class="button" value="Preferences"></td>