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
3adc9163
Commit
3adc9163
authored
Dec 02, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Dec 02, 2014
Browse files
Fixes
#3364
we can’t cancel manager selection
parent
bf4501f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/class_listing.inc
View file @
3adc9163
...
...
@@ -2,7 +2,7 @@
/*
This code is part of FusionDirectory (http://www.fusiondirectory.org/)
Copyright (C) 2003-2010 Cajus Pollmeier
Copyright (C) 2011-201
3
FusionDirectory
Copyright (C) 2011-201
4
FusionDirectory
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -493,6 +493,7 @@ class listing {
$smarty
->
assign
(
"FILTER"
,
$this
->
filter
->
render
());
$smarty
->
assign
(
"SIZELIMIT"
,
print_sizelimit_warning
());
$smarty
->
assign
(
"LIST"
,
$result
);
$smarty
->
assign
(
"MULTISELECT"
,
$this
->
multiSelect
);
// Assign navigation elements
$nav
=
$this
->
renderNavigation
();
...
...
Côme Chilliet
@cchilliet
mentioned in issue
#1121 (closed)
·
Sep 02, 2017
mentioned in issue
#1121 (closed)
mentioned in issue #1121
Toggle commit list
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