summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-25 21:47:38 +0400
committerAndrew Dolgov <[email protected]>2013-03-25 21:47:38 +0400
commit2e828a4af62ba81e30b5dee1e49f1de6e8fc443a (patch)
tree8290d8346e664f952ddde35d97dc7feb0a4058a8 /index.php
parentf4a2f12ad51085d54da7cfaa137699bef9699586 (diff)
add a button to show release notes before updating; remove obsolete elements
Diffstat (limited to 'index.php')
-rw-r--r--index.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/index.php b/index.php
index 5c5f706d1..5be6d12a4 100644
--- a/index.php
+++ b/index.php
@@ -125,18 +125,6 @@
<div style="display : none" onclick="Element.hide(this)" id="small_article_preview"></div>
-<div id="header">
- <img id="net-alert" style="display : none"
- title="<?php echo __("Communication problem with server.") ?>"
- src="images/alert.png"/>
-
- <img id="newVersionIcon" style="display:none" onclick="newVersionDlg()"
- width="13" height="13"
- src="images/new_version.png"
- title="<?php echo __('New version of Tiny Tiny RSS is available!') ?>"
- alt="new_version_icon"/>
-</div>
-
<div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
<div id="cmdline" style="display : none"></div>
<div id="auxDlg" style="display : none"></div>