Diff for /loncom/interface/lonsource.pm between versions 1.30 and 1.31

version 1.30, 2013/06/04 23:12:09 version 1.31, 2013/06/07 16:07:46
Line 55  sub stage_2 { Line 55  sub stage_2 {
     $r->print(&Apache::loncommon::start_page('Copy Problem Source Code to Authoring Space')      $r->print(&Apache::loncommon::start_page('Copy Problem Source Code to Authoring Space')
              .&mt('Please enter the directory that you would like the source code to go into.')               .&mt('Please enter the directory that you would like the source code to go into.')
              .'<p>'               .'<p>'
              .&mt('Note: the path is in reference to the root of your construction space,'               .&mt('Note: the path is in reference to the root of your Authoring Space,'
                  .' and new directories will be automatically created.')                   .' and new directories will be automatically created.')
              .'</p>');               .'</p>');
     $r->print('<form name="copy" action="/adm/source" target="_parent" method="post">      $r->print('<form name="copy" action="/adm/source" target="_parent" method="post">

Removed from v.1.30  
changed lines
  Added in v.1.31


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