summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-03 14:39:15 +0300
committerAndrew Dolgov <[email protected]>2015-02-03 14:39:15 +0300
commitefcc5d365db4d1b0f3a26098011319daf50e018e (patch)
tree503d6ea0a5fe577f1bb19f9fbc2727cd7128daa6 /index.php
parent47cdc58c6065c997b03c311fa6c1d0ebf6b19690 (diff)
add placeholder update checker using git changesets
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 309ca2e29..322635978 100644
--- a/index.php
+++ b/index.php
@@ -252,6 +252,10 @@
<?php } ?>
</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>
</div>
</div> <!-- toolbar -->
</div> <!-- toolbar pane -->