Line 1,312: |
Line 1,312: |
| UploadFormFull.form_type = 1; | | UploadFormFull.form_type = 1; |
| } | | } |
− | addInput (table, idx++, 'wpOtherVersions', null, 80, previous_form);
| |
| addInput (table, idx++, 'wpResourceLink', null, 80, previous_form); | | addInput (table, idx++, 'wpResourceLink', null, 80, previous_form); |
| addInput (table, idx++, 'wpConceptName', null, 80, previous_form); | | addInput (table, idx++, 'wpConceptName', null, 80, previous_form); |
Line 1,322: |
Line 1,321: |
| addInput (table, idx++, 'wpAssessment', null, 80, previous_form); | | addInput (table, idx++, 'wpAssessment', null, 80, previous_form); |
| addInput (table, idx++, 'wpTimeRequired', null, 80, previous_form); | | addInput (table, idx++, 'wpTimeRequired', null, 80, previous_form); |
| + | addInput (table, idx++, 'wpOtherVersions', null, 80, previous_form); |
| addInput (table, idx++, 'wpPermission', null, 80, previous_form); | | addInput (table, idx++, 'wpPermission', null, 80, previous_form); |
| new_field = document.createElement ('textarea'); | | new_field = document.createElement ('textarea'); |
Line 1,422: |
Line 1,422: |
| var date = document.getElementById ('wpDate'); | | var date = document.getElementById ('wpDate'); |
| var other = document.getElementById ('wpPermission'); | | var other = document.getElementById ('wpPermission'); |
− | var othervers = document.getElementById ('wpOtherVersions');
| |
| var resourceli = document.getElementById ('wpResourceLink'); | | var resourceli = document.getElementById ('wpResourceLink'); |
| var conceptname = document.getElementById ('wpConceptName'); | | var conceptname = document.getElementById ('wpConceptName'); |
Line 1,432: |
Line 1,431: |
| var assessment = document.getElementById ('wpAssessment'); | | var assessment = document.getElementById ('wpAssessment'); |
| var timerequir = document.getElementById ('wpTimeRequired'); | | var timerequir = document.getElementById ('wpTimeRequired'); |
− | | + | var othervers = document.getElementById ('wpOtherVersions'); |
| desc_text = '\{\{Information\n' | | desc_text = '\{\{Information\n' |
| + '|Description ='+ desc_text + '\n' | | + '|Description ='+ desc_text + '\n' |