use a different network error image
This commit is contained in:
parent
84700dc2c9
commit
baf3fcf93a
2 changed files with 1 additions and 1 deletions
BIN
images/error.png
Normal file
BIN
images/error.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 666 B |
|
@ -210,7 +210,7 @@
|
|||
<button id="net-alert" dojoType="dijit.form.Button" style="display : none" disabled="true"
|
||||
title="<?php echo __("Communication problem with server.") ?>">
|
||||
<img
|
||||
src="images/alert.png" />
|
||||
src="images/error.png" />
|
||||
</button>
|
||||
|
||||
<button id="newVersionIcon" dojoType="dijit.form.Button" style="display : none">
|
||||
|
|
Loading…
Reference in a new issue