Anonymous

Changes

From Open Educational Resources
no edit summary
Line 198: Line 198:  
     wpTagsTeluguUploadLbl:  'Tags Telugu:',
 
     wpTagsTeluguUploadLbl:  'Tags Telugu:',
 
     wpTagsEnglishUploadLbl:  'Tags English:',
 
     wpTagsEnglishUploadLbl:  'Tags English:',
 +
    wpTranslationOfUploadLbl:  'Translation of:',
 
     wpOtherVersionsUploadLbl:  'Other versions:',
 
     wpOtherVersionsUploadLbl:  'Other versions:',
 
     wpAdditionalInfoUploadLbl: 'Additional information:',
 
     wpAdditionalInfoUploadLbl: 'Additional information:',
Line 672: Line 673:  
     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 ('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,325: Line 1,327:  
     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++, '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,439: Line 1,442:  
       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 othervers  = document.getElementById ('wpOtherVersions');
 
       var othervers  = document.getElementById ('wpOtherVersions');
 
       desc_text = '\{\{Information\n'
 
       desc_text = '\{\{Information\n'
Line 1,456: Line 1,460:  
                   + '|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'
 
                   + ((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,560: Line 1,565:  
     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 othervers = document.getElementById ('wpOtherVersions');
 
     var othervers = document.getElementById ('wpOtherVersions');
 
     var moreInfo  = document.getElementById ('wpAdditionalInfo');
 
     var moreInfo  = document.getElementById ('wpAdditionalInfo');