| Line 198: |
Line 198: |
| | wpTagsTeluguUploadLbl: 'Tags Telugu:', | | wpTagsTeluguUploadLbl: 'Tags Telugu:', |
| | wpTagsEnglishUploadLbl: 'Tags English:', | | wpTagsEnglishUploadLbl: 'Tags English:', |
| − | wpTranslationOfUploadLbl: 'Translation of:',
| + | wpTranslationOfUploadLbl: 'Translation of:', |
| − | wpAdaptationUpUploadLbl: 'Adaptation:', | + | wpAdaptationTroerUploadLbl: 'Adaptation:', |
| − | wpContributorUpUploadLbl: 'Contributors:', | + | wpContributorsTroerUploadLbl: 'Contributors:', |
| | wpOtherVersionsUploadLbl: 'Other versions:', | | wpOtherVersionsUploadLbl: 'Other versions:', |
| | wpAdditionalInfoUploadLbl: 'Additional information:', | | wpAdditionalInfoUploadLbl: 'Additional information:', |
| Line 676: |
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 ('wpAdaptationUp', button_imgs, button_lk, max_width, is_reupload); | + | setHelp ('wpAdaptationTroer', button_imgs, button_lk, max_width, is_reupload); |
| − | setHelp ('wpContributionUp', 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,332: |
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++, 'wpAdaptationUp', null, 80, previous_form); | + | addInput (table, idx++, 'wpAdaptationTroer', null, 80, previous_form); |
| − | addInput (table, idx++, 'wpContributionUp', 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,449: |
Line 1,449: |
| | var tagsenglish = document.getElementById ('wpTagsEnglish'); | | var tagsenglish = document.getElementById ('wpTagsEnglish'); |
| | var translationof = document.getElementById ('wpTranslationOf'); | | var translationof = document.getElementById ('wpTranslationOf'); |
| − | var adaptationup = document.getElementById ('wpAdaptationUp'); | + | var adaptationtroer = document.getElementById ('wpAdaptationTroer'); |
| − | var contributionup = document.getElementById ('wpContributionUp'); | + | 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,466: |
Line 1,466: |
| | + '|Assessment =' + (!assessment.disabled ? UploadForm.clean (assessment.value) : "") + '\n' | | + '|Assessment =' + (!assessment.disabled ? UploadForm.clean (assessment.value) : "") + '\n' |
| | + '|Time_required =' + (!timerequir.disabled ? UploadForm.clean (timerequir.value) : "") + '\n' | | + '|Time_required =' + (!timerequir.disabled ? UploadForm.clean (timerequir.value) : "") + '\n' |
| − | + '|Translation_Of =' + (!translationof.disabled ? UploadForm.clean (translationof.value) : "") + '\n'
| |
| − | + '|Adaptation_Up =' + (!adaptationup.disabled ? UploadForm.clean (adaptationup.value) : "") + '\n'
| |
| − | + '|Contribution_Up =' + (!contributionup.disabled ? UploadForm.clean (contributionup.value) : "") + '\n'
| |
| | + '|Tags_Telugu =' + (!tagstelugu.disabled ? UploadForm.clean (tagstelugu.value) : "") + '\n' | | + '|Tags_Telugu =' + (!tagstelugu.disabled ? UploadForm.clean (tagstelugu.value) : "") + '\n' |
| | + '|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' |
| | + | + '|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,576: |
Line 1,576: |
| | var tagsenglish = document.getElementById ('wpTagsEnglish'); | | var tagsenglish = document.getElementById ('wpTagsEnglish'); |
| | var translationof = document.getElementById ('wpTranslationOf'); | | var translationof = document.getElementById ('wpTranslationOf'); |
| − | var adaptationup = document.getElementById ('wpAdaptationUp'); | + | var adaptationtroer = document.getElementById ('wpAdaptationTroer'); |
| − | var contributionup = document.getElementById ('wpContributionUp'); | + | 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'); |