1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 23:11:27 +00:00

add new version indicator on main chrome

This commit is contained in:
Andrew Dolgov
2007-01-27 12:32:59 +01:00
parent ef16ae3782
commit d9fa39f1d4
6 changed files with 55 additions and 9 deletions

View File

@@ -102,12 +102,15 @@ window.onload = init;
<div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>
<div id="header">
<div style="float : right">
<?php if (!SINGLE_USER_MODE) { ?>
<div style="float : right">
<?php echo _('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
(<a href="logout.php">Logout</a>)
</div>
<?php } ?>
<img id="newVersionIcon" onclick="javascript:explainError(2)"
src="images/new_version.png" title="New version is available!"
alt="new_version_icon">
</div>
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
</div>