Gitlab CSE Unil
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
M. Chardon
moodle-assignfeedback_editpdfplus
Commits
4171ba36
Commit
4171ba36
authored
Jun 05, 2018
by
M. Chardon
Browse files
correction bug affichage
parent
91aa593d
Changes
1
Hide whitespace changes
Inline
Side-by-side
classes/renderer.php
View file @
4171ba36
...
...
@@ -274,7 +274,7 @@ class assignfeedback_editpdfplus_renderer extends plugin_renderer_base {
$toolbartmp
.
=
$this
->
render_toolbar_button
(
''
,
$tool
);
}
}
$toolbarCostum
[]
=
html_writer
::
div
(
$toolbartmp
,
"btn-group btn-group-sm mr-3"
,
array
(
'role'
=>
'group'
,
'id'
=>
'toolbaraxis'
.
$toolbar
[
'axeid'
],
'style'
=>
'display:none;'
));
$toolbarCostum
[]
=
html_writer
::
div
(
$toolbartmp
,
"btn-group btn-group-sm mr-3
customtoolbar
"
,
array
(
'role'
=>
'group'
,
'id'
=>
'toolbaraxis'
.
$toolbar
[
'axeid'
],
'style'
=>
'display:none;'
));
}
foreach
(
$toolbarCostum
as
$toolbarCostumUnit
)
{
$toolbarCostumdiv
.
=
$toolbarCostumUnit
;
...
...
Write
Preview
Markdown
is supported
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