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
cf836009
Commit
cf836009
authored
Sep 04, 2019
by
M. Chardon
Browse files
correction deprecate pix
parent
7a004a49
Changes
1
Hide whitespace changes
Inline
Side-by-side
classes/renderer.php
View file @
cf836009
...
...
@@ -349,9 +349,9 @@ class assignfeedback_editpdfplus_renderer extends plugin_renderer_base {
* @return String
*/
public
function
render_assignfeedback_editpdfplus_widget_admin_toolform
(
$data
)
{
$data
->
map01
=
$this
->
pix
_url
(
'map01'
,
self
::
PLUGIN_NAME
);
$data
->
map02
=
$this
->
pix
_url
(
'map02'
,
self
::
PLUGIN_NAME
);
$data
->
map03
=
$this
->
pix
_url
(
'map03'
,
self
::
PLUGIN_NAME
);
$data
->
map01
=
$this
->
image
_url
(
'map01'
,
self
::
PLUGIN_NAME
);
$data
->
map02
=
$this
->
image
_url
(
'map02'
,
self
::
PLUGIN_NAME
);
$data
->
map03
=
$this
->
image
_url
(
'map03'
,
self
::
PLUGIN_NAME
);
return
$this
->
render_from_template
(
'assignfeedback_editpdfplus/tool_form'
,
$data
);
}
...
...
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