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
mahara
mahara
Commits
27b9b42c
Commit
27b9b42c
authored
Feb 17, 2017
by
Robert Lyon
Committed by
Gerrit Code Review
Feb 17, 2017
Browse files
Merge "Bug 1665493: allow resume editcomposite to have switchbox js"
parents
fa9295ed
89e99474
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/resume/editcomposite.php
View file @
27b9b42c
...
@@ -110,7 +110,7 @@ function editcomposite_callback(form, data) {
...
@@ -110,7 +110,7 @@ function editcomposite_callback(form, data) {
};
};
EOF;
EOF;
$smarty
=
smarty
();
$smarty
=
smarty
(
array
(
'js/switchbox.js'
)
);
$smarty
->
assign
(
'INLINEJAVASCRIPT'
,
$javascript
);
$smarty
->
assign
(
'INLINEJAVASCRIPT'
,
$javascript
);
$smarty
->
assign
(
'compositeform'
,
$compositeform
);
$smarty
->
assign
(
'compositeform'
,
$compositeform
);
$smarty
->
assign
(
'SUBPAGENAV'
,
PluginArtefactResume
::
submenu_items
());
$smarty
->
assign
(
'SUBPAGENAV'
,
PluginArtefactResume
::
submenu_items
());
...
...
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