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
fusiondirectory
fusiondirectory
Commits
bd021436
Commit
bd021436
authored
Apr 10, 2017
by
Côme Chilliet
Browse files
Fixes errors in HTML code caused by last listing class modifications
parent
f3fb2d1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/class_listing.inc
View file @
bd021436
...
...
@@ -352,14 +352,14 @@ class listing
$height
=
$this
->
height
;
}
$result
.
=
'<div id="d_scrollbody" style="width:100%;"
/
>'
.
"
\n
"
;
$result
.
=
'<div id="d_scrollbody" style="width:100%;">'
.
"
\n
"
;
$result
.
=
'<table style="width:100%;" id="t_scrolltable" class="listingTable">'
.
"
\n
"
;
// Build list header
$result
.
=
'<thead><tr>'
.
"
\n
"
;
if
(
$this
->
multiSelect
)
{
$width
=
'24px'
;
$result
.
=
'<th style="text-align:center;padding:0;width:'
.
$width
.
';"><input type="checkbox" id="select_all" name="select_all" title="'
.
_
(
'Select all'
)
.
'" onClick=\'toggle_all_(
\
"listing_selected_[0-9]*$
\
",
\
"select_all
\
");\' ></th>'
.
"
\n
"
;
$result
.
=
'<th style="text-align:center;padding:0;width:'
.
$width
.
';"><input type="checkbox" id="select_all" name="select_all" title="'
.
_
(
'Select all'
)
.
'" onClick=\'toggle_all_("listing_selected_[0-9]*$","select_all");\'
/
></th>'
.
"
\n
"
;
}
foreach
(
$this
->
header
as
$header
)
{
$result
.
=
$header
;
...
...
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