Revision 9785
Added by ben leinfelder over 8 years ago
lib/style/common/templates/metacatui/genericResponse.tmpl | ||
---|---|---|
65 | 65 |
<input type="hidden" name="funding" value="[%funding%]"> |
66 | 66 |
|
67 | 67 |
[% cnt = 1 %] |
68 |
[% numIdentifier = 0 %] |
|
69 |
[% numIdentifier = identifierCount %] |
|
68 | 70 |
[% WHILE cnt <= numIdentifier %] |
69 | 71 |
[% SET id = "identifierValue${cnt}" %] |
70 | 72 |
<input type="hidden" name="[% id %]" value="[% $id %]" /> |
Also available in: Unified diff
merge from 2.6 branch: include multiple alternate identifiers in hidden form if there is an error that needs to be corrected and resubmitted.