Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
14476dc7
Verified
Commit
14476dc7
authored
Jun 21, 2018
by
Alexis Ragot
Browse files
fix duplicate archive description
parent
6b4f834d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/Presenter/recordsManagement/welcome.php
View file @
14476dc7
...
...
@@ -419,8 +419,6 @@ class welcome
if
(
$type
==
'boolean'
)
{
$textValue
=
$value
?
'<i class="fa fa-check" data-value="1"/>'
:
'<i class="fa fa-times" data-value="0"/>'
;
}
$descriptionHtml
.
=
'<td title="'
.
$value
.
'">'
.
$textValue
.
'</td>'
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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