Diff for /loncom/interface/lonsyllabus.pm between versions 1.62 and 1.63

version 1.62, 2007/07/27 00:24:50 version 1.63, 2008/01/16 17:13:57
Line 189  sub handler { Line 189  sub handler {
        }         }
        if ($allowed) {         if ($allowed) {
           $r->print('<p>'.            $r->print('<p>'.
 &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes','Help with filling in text boxes').'</p><p>'.&mt('This syllabus can be publicly viewed at')  &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes')).'</p><p>'.&mt('This syllabus can be publicly viewed at')
     .' <tt>http://'.      .' <tt>http://'.
     &Apache::lonnet::hostname($homeserver).$r->uri.'</tt>'.      &Apache::lonnet::hostname($homeserver).$r->uri.'</tt>'.
                &Apache::loncommon::help_open_topic('Syllabus_ExtLink').'</p>'.                 &Apache::loncommon::help_open_topic('Syllabus_ExtLink').'</p>'.
Line 327  sub handler { Line 327  sub handler {
        if ($allowed) {         if ($allowed) {
    $r->print('<br /><textarea cols="80" rows="12" name="'.$field.'" id="'.$field.'">'.     $r->print('<br /><textarea cols="80" rows="12" name="'.$field.'" id="'.$field.'">'.
      &HTML::Entities::encode($syllabus{$field},'"&<>').       &HTML::Entities::encode($syllabus{$field},'"&<>').
      '</textarea> <input type="submit" name="storesyl" value="Save" />');       '</textarea> <input type="submit" name="storesyl" value="'.&mt('Save').'" />');
        }         }
    }     }
        }         }
Line 338  sub handler { Line 338  sub handler {
        if ($target ne 'tex') {$r->print('</p>');} else {$r->print('\\\\');}         if ($target ne 'tex') {$r->print('</p>');} else {$r->print('\\\\');}
     } else {      } else {
  if ($target ne 'tex') {$r->print('<p>');} else {$r->print('\par ');}    if ($target ne 'tex') {$r->print('<p>');} else {$r->print('\par ');} 
  $r->print('No syllabus information provided.');   $r->print(&mt('No syllabus information provided.'));
  if ($target ne 'tex') {$r->print('</p>');}   if ($target ne 'tex') {$r->print('</p>');}
     }      }
     if ($target ne 'tex') {      if ($target ne 'tex') {

Removed from v.1.62  
changed lines
  Added in v.1.63


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