| Line 198: |
Line 198: |
| | wpTagsTeluguUploadLbl: 'Tags Telugu:', | | wpTagsTeluguUploadLbl: 'Tags Telugu:', |
| | wpTagsEnglishUploadLbl: 'Tags English:', | | wpTagsEnglishUploadLbl: 'Tags English:', |
| − | wpTranslationOfUploadLbl: 'Translation of:',
| |
| − | wpAdaptationUpUploadLbl: 'Adaptation:',
| |
| − | wpContributorUpUploadLbl: 'Contributors:',
| |
| | wpOtherVersionsUploadLbl: 'Other versions:', | | wpOtherVersionsUploadLbl: 'Other versions:', |
| | wpAdditionalInfoUploadLbl: 'Additional information:', | | wpAdditionalInfoUploadLbl: 'Additional information:', |
| Line 675: |
Line 672: |
| | setHelp ('wpTagsTelugu', button_imgs, button_lk, max_width, is_reupload); | | setHelp ('wpTagsTelugu', button_imgs, button_lk, max_width, is_reupload); |
| | 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 ('wpAdaptationUp', button_imgs, button_lk, max_width, is_reupload);
| |
| − | setHelp ('wpContributionUp', 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,331: |
Line 1,325: |
| | 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++, 'wpTranslationOf', null, 80, previous_form);
| |
| − | addInput (table, idx++, 'wpAdaptationUp', null, 80, previous_form);
| |
| − | addInput (table, idx++, 'wpContributionUp', 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,448: |
Line 1,439: |
| | var tagstelugu = document.getElementById ('wpTagsTelugu'); | | var tagstelugu = document.getElementById ('wpTagsTelugu'); |
| | var tagsenglish = document.getElementById ('wpTagsEnglish'); | | var tagsenglish = document.getElementById ('wpTagsEnglish'); |
| − | var translationof = document.getElementById ('wpTranslationOf');
| |
| − | var adaptationup = document.getElementById ('wpAdaptationUp');
| |
| − | var contributionup = document.getElementById ('wpContributionUp');
| |
| | var othervers = document.getElementById ('wpOtherVersions'); | | var othervers = document.getElementById ('wpOtherVersions'); |
| | desc_text = '\{\{Information\n' | | desc_text = '\{\{Information\n' |
| Line 1,466: |
Line 1,454: |
| | + '|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' |
| Line 1,575: |
Line 1,560: |
| | var tagstelugu = document.getElementById ('wpTagsTelugu'); | | var tagstelugu = document.getElementById ('wpTagsTelugu'); |
| | var tagsenglish = document.getElementById ('wpTagsEnglish'); | | var tagsenglish = document.getElementById ('wpTagsEnglish'); |
| − | var translationof = document.getElementById ('wpTranslationOf');
| |
| − | var adaptationup = document.getElementById ('wpAdaptationUp');
| |
| − | var contributionup = document.getElementById ('wpContributionUp');
| |
| | var othervers = document.getElementById ('wpOtherVersions'); | | var othervers = document.getElementById ('wpOtherVersions'); |
| | var moreInfo = document.getElementById ('wpAdditionalInfo'); | | var moreInfo = document.getElementById ('wpAdditionalInfo'); |