Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agallavardin
fusiondirectory-plugins
Commits
450b7d34
Commit
450b7d34
authored
Jun 08, 2015
by
Côme Bernigaud
Committed by
Benoit Mortier
Jul 08, 2015
Browse files
Fixes
#3844
Add title option on the ldapdump tr
parent
0c8cb018
Changes
1
Hide whitespace changes
Inline
Side-by-side
ldapdump/addons/ldapdump/ldapdump.tpl
View file @
450b7d34
...
...
@@ -20,7 +20,7 @@
<tbody>
{
foreach
from
=
$node.attrs
key
=
label
item
=
values
}
{
foreach
from
=
$values
item
=
value
}
<tr>
<tr
title=
"
{
$label
}
=
{
$value
|
escape
:
'html'
:
'UTF-8'
}
"
>
<th>
{
$label
}
</th>
<td>
{
$value
|
escape
:
'html'
:
'UTF-8'
}
</td>
</tr>
...
...
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