1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 00:11:28 +00:00

rework version checking

This commit is contained in:
Andrew Dolgov
2010-11-23 10:30:36 +03:00
parent 6ef0c9c342
commit 63855db147
5 changed files with 64 additions and 69 deletions

View File

@@ -107,7 +107,7 @@
| <a href="logout.php"><?php echo __('Logout') ?></a>
<?php } ?>
<img id="newVersionIcon" style="display:none;" onclick="javascript:explainError(2)"
<img id="newVersionIcon" style="display:none;" onclick="newVersionDlg()"
width="13" height="13"
src="<?php echo theme_image($link, 'images/new_version.png') ?>"
title="<?php echo __('New version of Tiny Tiny RSS is available!') ?>"