Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
b1d1f6bd
Commit
b1d1f6bd
authored
Mar 10, 2015
by
Côme Bernigaud
Committed by
Benoit Mortier
Mar 10, 2015
Browse files
Fixes
#3633
Removed uses of old images
parent
91ed21be
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup/setup_checks.tpl
View file @
b1d1f6bd
...
...
@@ -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
}
...
...
setup/setup_schema.tpl
View file @
b1d1f6bd
...
...
@@ -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)
·
Sep 02, 2017
mentioned in issue
#1209 (closed)
mentioned in issue #1209
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment