Revision 7868
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/entryForm.tmpl | ||
---|---|---|
3 | 3 |
<script language="JavaScript"> |
4 | 4 |
var contextUrl = '[% contextUrl %]'; |
5 | 5 |
</script> |
6 |
<script language="JavaScript" type="text/javascript" src="[% styleCommonPath %]/templates/entryForm.js"> |
|
6 |
<script language="JavaScript" type="text/javascript" src="[% styleCommonPath %]/templates/metacatui/entryForm.js">
|
|
7 | 7 |
</script> |
8 | 8 |
|
9 | 9 |
[% IF form != 're_entry' %] |
Also available in: Unified diff
Include the 'metacatui' portion of the path to .js file. https://projects.ecoinformatics.org/ecoinfo/issues/5951