Diff for /loncom/interface/lonwishlist.pm between versions 1.12 and 1.13

version 1.12, 2012/05/15 01:41:27 version 1.13, 2012/05/16 11:26:03
Line 1513  sub makePage { Line 1513  sub makePage {
             $inner .= &Apache::loncommon::end_data_table();              $inner .= &Apache::loncommon::end_data_table();
         }          }
         else {          else {
             $inner .= '<span class="LC_info">'.&mt("Your Store Links list is currently empty.").'</span>';              $inner .= '<span class="LC_info">'.&mt("Your Stored Links list is currently empty.").'</span>';
         }          }
         $wishlistHTMLedit = '';          $wishlistHTMLedit = '';
     }      }
Line 1781  sub makePageImport { Line 1781  sub makePageImport {
   
     my $inner = '<h1>'.&mt('Import Resources from Stored Links').'</h1>';      my $inner = '<h1>'.&mt('Import Resources from Stored Links').'</h1>';
     if (!$rat) {      if (!$rat) {
         $inner .= '<p><span class="LC_info">'.&mt("Please note that you  can use the checkboxes corresponding to a folder to ".          $inner .= '<p><span class="LC_info">'.&mt("Please note that you can use the checkboxes corresponding to a folder to ".
                                                   "easily check all links within this folder. The folder structure itself can't be imported. ".                                                    "easily check all links within this folder. The folder structure itself can't be imported. ".
                                                   "All checked links will be imported into the current folder of your course.").'</span></p>';                                                    "All checked links will be imported into the current folder of your course.").'</span></p>';
     }      }
     else {      else {
         $inner .= '<p><span class="LC_info">'.&mt("Please note that you  can use the checkboxes corresponding to a folder to ".          $inner .= '<p><span class="LC_info">'.&mt("Please note that you can use the checkboxes corresponding to a folder to ".
                                                   "easily check all links within this folder. The folder structure itself can't be imported. ")                                                    "easily check all links within this folder. The folder structure itself can't be imported. ")
                                                   .'</span></p>';                                                    .'</span></p>';
     }      }

Removed from v.1.12  
changed lines
  Added in v.1.13


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