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
57b83ff6
Commit
57b83ff6
authored
Jun 21, 2018
by
Alexis Ragot
Browse files
Merge branch 'release/2.2' into 'master'
fix duplicate archive description See merge request
!91
parents
9c09ddfe
14476dc7
Changes
1
Show whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/Presenter/recordsManagement/welcome.php
View file @
57b83ff6
...
...
@@ -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