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:
15
tt-rss.php
15
tt-rss.php
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user