| Line 199: |
Line 199: |
| | wpTagsEnglishUploadLbl: 'Tags English:', | | wpTagsEnglishUploadLbl: 'Tags English:', |
| | wpTranslationOfUploadLbl: 'Translation of:', | | wpTranslationOfUploadLbl: 'Translation of:', |
| | + | wpAdaptationTroerUploadLbl: 'Adaptation:', |
| | + | wpContributorsTroerUploadLbl: 'Contributors:', |
| | wpOtherVersionsUploadLbl: 'Other versions:', | | wpOtherVersionsUploadLbl: 'Other versions:', |
| | wpAdditionalInfoUploadLbl: 'Additional information:', | | wpAdditionalInfoUploadLbl: 'Additional information:', |
| Line 674: |
Line 676: |
| | setHelp ('wpTagsEnglish', button_imgs, button_lk, max_width, is_reupload); | | setHelp ('wpTagsEnglish', button_imgs, button_lk, max_width, is_reupload); |
| | setHelp ('wpTranslationOf', button_imgs, button_lk, max_width, is_reupload); | | setHelp ('wpTranslationOf', button_imgs, button_lk, max_width, is_reupload); |
| | + | setHelp ('wpAdaptationTroer', button_imgs, button_lk, max_width, is_reupload); |
| | + | setHelp ('wpContributorsTroer', button_imgs, button_lk, max_width, is_reupload); |
| | setHelp ('wpPermission', button_imgs, button_lk, max_width, is_reupload); | | setHelp ('wpPermission', button_imgs, button_lk, max_width, is_reupload); |
| | setHelp ('wpOtherVersions', button_imgs, button_lk, max_width, is_reupload); | | setHelp ('wpOtherVersions', button_imgs, button_lk, max_width, is_reupload); |
| Line 1,328: |
Line 1,332: |
| | addInput (table, idx++, 'wpTimeRequired', null, 80, previous_form); | | addInput (table, idx++, 'wpTimeRequired', null, 80, previous_form); |
| | addInput (table, idx++, 'wpTranslationOf', null, 80, previous_form); | | addInput (table, idx++, 'wpTranslationOf', null, 80, previous_form); |
| | + | addInput (table, idx++, 'wpAdaptationTroer', null, 80, previous_form); |
| | + | addInput (table, idx++, 'wpContributorsTroer', null, 80, previous_form); |
| | addInput (table, idx++, 'wpConceptName', null, 80, previous_form); | | addInput (table, idx++, 'wpConceptName', null, 80, previous_form); |
| | addInput (table, idx++, 'wpAltName', null, 80, previous_form); | | addInput (table, idx++, 'wpAltName', null, 80, previous_form); |
| Line 1,443: |
Line 1,449: |
| | var tagsenglish = document.getElementById ('wpTagsEnglish'); | | var tagsenglish = document.getElementById ('wpTagsEnglish'); |
| | var translationof = document.getElementById ('wpTranslationOf'); | | var translationof = document.getElementById ('wpTranslationOf'); |
| | + | var adaptationtroer = document.getElementById ('wpAdaptationTroer'); |
| | + | var contributorstroer = document.getElementById ('wpContributorsTroer'); |
| | var othervers = document.getElementById ('wpOtherVersions'); | | var othervers = document.getElementById ('wpOtherVersions'); |
| | desc_text = '\{\{Information\n' | | desc_text = '\{\{Information\n' |
| Line 1,461: |
Line 1,469: |
| | + '|Tags_English =' + (!tagsenglish.disabled ? UploadForm.clean (tagsenglish.value) : "") + '\n' | | + '|Tags_English =' + (!tagsenglish.disabled ? UploadForm.clean (tagsenglish.value) : "") + '\n' |
| | + '|Translation_of =' + (!translationof.disabled ? UploadForm.clean (translationof.value) : "") + '\n' | | + '|Translation_of =' + (!translationof.disabled ? UploadForm.clean (translationof.value) : "") + '\n' |
| | + | + '|Adaptationup =' + (!adaptationtroer.disabled ? UploadForm.clean (adaptationtroer.value) : "") + '\n' |
| | + | + '|Contributorup =' + (!contributorstroer.disabled ? UploadForm.clean (contributorstroer.value) : "") + '\n' |
| | + ((other && !other.disabled && other.value != null) | | + ((other && !other.disabled && other.value != null) |
| | ? '|Permission =' + UploadForm.clean (other.value) + '\n' | | ? '|Permission =' + UploadForm.clean (other.value) + '\n' |
| Line 1,566: |
Line 1,576: |
| | var tagsenglish = document.getElementById ('wpTagsEnglish'); | | var tagsenglish = document.getElementById ('wpTagsEnglish'); |
| | var translationof = document.getElementById ('wpTranslationOf'); | | var translationof = document.getElementById ('wpTranslationOf'); |
| | + | var adaptationtroer = document.getElementById ('wpAdaptationTroer'); |
| | + | var contributorstroer = document.getElementById ('wpContributorsTroer'); |
| | var othervers = document.getElementById ('wpOtherVersions'); | | var othervers = document.getElementById ('wpOtherVersions'); |
| | var moreInfo = document.getElementById ('wpAdditionalInfo'); | | var moreInfo = document.getElementById ('wpAdditionalInfo'); |