summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/index.php b/index.php
index d43384573..40a501f06 100644
--- a/index.php
+++ b/index.php
@@ -161,6 +161,11 @@
<div id="toolbar-frame" dojoType="dijit.layout.ContentPane" region="top">
<div id="toolbar" dojoType="dijit.Toolbar">
+ <div class="net-alert" style="display : none"
+ title="<?php echo __("Communication problem with server.") ?>">
+ <i class="material-icons">error_outline</i>
+ </div>
+
<?php
foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_MAIN_TOOLBAR_BUTTON) as $p) {
echo $p->hook_main_toolbar_button();
@@ -219,11 +224,6 @@
}
?>
- <button id="net-alert" dojoType="dijit.form.Button" style="display : none" disabled="true"
- title="<?php echo __("Communication problem with server.") ?>">
- <img src="images/error.png" />
- </button>
-
<div dojoType="dijit.form.DropDownButton">
<span><?php echo __('Actions...') ?></span>
<div dojoType="dijit.Menu" style="display: none">
@@ -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 -->