Anonymous

Changes

From Open Educational Resources
1,476 bytes added ,  15:11, 30 November 2016
no edit summary
Line 198: Line 198:  
     wpTagsTeluguUploadLbl:  'Tags Telugu:',
 
     wpTagsTeluguUploadLbl:  'Tags Telugu:',
 
     wpTagsEnglishUploadLbl:  'Tags English:',
 
     wpTagsEnglishUploadLbl:  'Tags English:',
 +
    wpTranslationOfUploadLbl:  'Translation of:',
 +
    wpAdaptationTroerUploadLbl:  'Adaptation:',
 +
    wpContributorsTroerUploadLbl:  'Contributors:',
 
     wpOtherVersionsUploadLbl:  'Other versions:',
 
     wpOtherVersionsUploadLbl:  'Other versions:',
 
     wpAdditionalInfoUploadLbl: 'Additional information:',
 
     wpAdditionalInfoUploadLbl: 'Additional information:',
Line 672: Line 675:  
     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 ('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,325: Line 1,331:  
     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++, '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,439: Line 1,448:  
       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 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,456: Line 1,468:  
                   + '|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,560: Line 1,575:  
     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 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');