Revision 8038
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/entryForm.tmpl | ||
---|---|---|
1399 | 1399 |
</div> |
1400 | 1400 |
</div> <!-- end the accordinan --> |
1401 | 1401 |
|
1402 |
<input type="button" class="btn" onClick="sortInputTags(); submitForm('entryForm');" value="Submit Data Set Description" name="submit">
|
|
1402 |
<input id="entryFormSubmit" name="submit" type="button" class="btn" onClick="sortInputTags();" value="Submit Data Set Description">
|
|
1403 | 1403 |
</form> |
1404 | 1404 |
|
1405 | 1405 |
</div> <!-- end the row --> |
Also available in: Unified diff
use event listening in the RegistryView to submit the form.