1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 00:05:56 +00:00

tweak new version notification stuff

This commit is contained in:
Andrew Dolgov
2009-01-23 06:53:31 +01:00
parent 6906f14591
commit 73495fd16f
7 changed files with 32 additions and 29 deletions

View File

@@ -108,6 +108,7 @@ window.onload = init;
<div id="header">
<div class="topLinks">
<?php if (!SINGLE_USER_MODE) { ?>
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
<?php } ?>
@@ -123,8 +124,9 @@ window.onload = init;
<?php } ?>
<img id="newVersionIcon" style="display:none;" onclick="javascript:explainError(2)"
src="images/new_version.png" title="New version is available!"
src="images/new_version.png" title="<?php echo __('New version of Tiny Tiny RSS is available!') ?>"
alt="new_version_icon"/>
</div>
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
</div>