Diff for /loncom/interface/londocs.pm between versions 1.627 and 1.629

version 1.627, 2017/05/10 00:03:08 version 1.629, 2017/05/10 20:32:27
Line 678  sub group_import { Line 678  sub group_import {
                     my @deleted;                      my @deleted;
                     if (ref($ltitoolsref->{$toolid}) eq 'HASH') {                      if (ref($ltitoolsref->{$toolid}) eq 'HASH') {
                         $toolhash{'id'} = $toolid;                          $toolhash{'id'} = $toolid;
                         if (($toolhash{'target'} eq 'iframe') || ($toolhash{'target'} eq 'window')) {                          if (($toolhash{'target'} eq 'iframe') || ($toolhash{'target'} eq 'tab') ||
                               ($toolhash{'target'} eq 'window')) {
                             if ($toolhash{'target'} eq 'window') {                              if ($toolhash{'target'} eq 'window') {
                                 foreach my $item ('width','height') {                                  foreach my $item ('width','height') {
                                     $toolhash{$item} =~ s/^\s+//;                                      $toolhash{$item} =~ s/^\s+//;
Line 716  sub group_import { Line 717  sub group_import {
                                     }                                      }
                                 }                                  }
                             }                              }
                           } elsif ($toolhash{'target'} eq 'tab') {
                               foreach my $item ('width','height') {
                                   delete($toolhash{$item});
                                   if ($residx) {
                                       if ($toolsettings{$item}) {
                                           push(@deleted,$item);
                                       }
                                   }
                               }
                         }                          }
                         if (ref($ltitoolsref->{$toolid}->{'crsconf'}) eq 'HASH') {                          if (ref($ltitoolsref->{$toolid}->{'crsconf'}) eq 'HASH') {
                             foreach my $item ('label','title','linktext','explanation') {                              foreach my $item ('label','title','linktext','explanation') {
Line 1339  sub print_paste_buffer { Line 1349  sub print_paste_buffer {
                         } else {                          } else {
                             $canpaste = 0;                              $canpaste = 0;
                             $nopaste = &mt('Paste from another course unavailable.');                              $nopaste = &mt('Paste from another course unavailable.');
                         }                                 }
                     }                      }
                 }                  }
                 if ($canpaste) {                  if ($canpaste) {
                     push(@pasteable,$suffix);                      push(@pasteable,$suffix);
                 }                    }
             }              }
             my $buffer;              my $buffer;
             if ($is_external) {              if ($is_external) {

Removed from v.1.627  
changed lines
  Added in v.1.629


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>