Diff for /modules/gci/londocsgci.pm between versions 1.1 and 1.2

version 1.1, 2009/09/24 22:18:52 version 1.2, 2009/10/03 03:11:30
Line 139  sub listresources { Line 139  sub listresources {
    foreach my $item (@chosen) {     foreach my $item (@chosen) {
       $chosen{$item}=1;        $chosen{$item}=1;
    }     }
    $r->print('<form name="selecteditems" method="post">');     $r->print('<form name="selecteditems" method="post" action="/adm/coursedocs">');
    $r->print('<p>'.&mt('You may select test items from the list below and then press "Store Problem Selection" at the bottom of the screen.').'</p>');      $r->print('<p>'.&mt('You may select test items from the list below and then press "Store Problem Selection" at the bottom of the screen.').'</p>'); 
    $r->print(&Apache::loncommon::start_data_table().     $r->print(&Apache::loncommon::start_data_table().
              &Apache::loncommon::start_data_table_header_row().               &Apache::loncommon::start_data_table_header_row().

Removed from v.1.1  
changed lines
  Added in v.1.2


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