Commit b1d1f6bd authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3633 Removed uses of old images

Showing with 3 additions and 3 deletions
+3 -3
......@@ -98,11 +98,11 @@
<!-- Inforamtion popup -->
<div class='solution_visible' id='sol_config_{$key}'>
{if $config[$key].MUST}
<div class='step2_failed_text' style="background-image: url('images/small_error.png')">
<div class='step2_failed_text' style="background-image: url('geticon.php?context=status&icon=dialog-error&size=16')">
{$config[$key].SOLUTION}
<b>{t}FusionDirectory will NOT run without fixing this.{/t}</b>
{else}
<div class='step2_warning_text' style="background-image: url('images/small_warning.png')">
<div class='step2_warning_text' style="background-image: url('geticon.php?context=status&icon=dialog-warning&size=16')">
{$config[$key].SOLUTION}
<b>{t}FusionDirectory will run without fixing this.{/t}</b>
{/if}
......
......@@ -19,7 +19,7 @@
{if $failed_checks == 0}
<div style="color:green">{t}Schema check succeeded{/t}</div>
{else}
<img src='images/small_warning.png' class='center'>
<img src="geticon.php?context=status&icon=dialog-warning&size=16" class="center">
<div style="color:red">{t}Schema check failed{/t}</div>
......
  • bmortier @bmortier

    mentioned in issue #1209 (closed)

    By bmortier on 2017-09-02T15:17:54 (imported from GitLab)

    ·

    mentioned in issue #1209 (closed)

    By bmortier on 2017-09-02T15:17:54 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment