summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 15:22:52 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 15:22:52 +0300
commit0b8cbc91565a88fc9c1689f6e22b6b650b799165 (patch)
tree9bef44221c7609953f5512fcd5ad950c269a8bfe /index.php
parent7609ccb16d5d10760e44ce7b9087fd24cdfd47ac (diff)
remove some bitmaps and rework stuff using it to use iconfont instead
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 4b2303e4c..40a501f06 100644
--- a/index.php
+++ b/index.php
@@ -252,9 +252,9 @@
</div>
</div>
- <button id="updatesIcon" dojoType="dijit.form.Button" style="display : none">
- <img src="images/new_version.png" title="<?php echo __('Updates are available from Git.') ?>"/>
- </button>
+ <i id="updates-available" class="material-icons icon-new-version"
+ style="display : none" title="<?php echo __('Updates are available from Git.') ?>">new_releases</i>
+
</div>
</div> <!-- toolbar -->
</div> <!-- toolbar pane -->