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
6e996933
Commit
6e996933
authored
Jan 05, 2009
by
Richard Mansfield
Browse files
Add institution selector to institution files page (bug #3084)
parent
dd044622
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/institutionfiles.php
View file @
6e996933
...
...
@@ -63,6 +63,7 @@ uploader.uploadscript += '?institution={$institution}';
JS;
$smarty
->
assign
(
'institution'
,
$institution
);
$smarty
->
assign
(
'institutionselector'
,
$s
[
'institutionselector'
]);
$smarty
->
assign
(
'INLINEJAVASCRIPT'
,
$s
[
'institutionselectorjs'
]
.
$javascript
);
$smarty
->
assign
(
'heading'
,
TITLE
);
...
...
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