Diff for /loncom/interface/lontemplate.pm between versions 1.2 and 1.4

version 1.2, 2008/11/20 10:27:56 version 1.4, 2008/11/28 10:56:31
Line 1 Line 1
 # The LearningOnline Network  # The LearningOnline Network
 # "Template" Functions to generate html output  # "Template" Functions to generate html output
 #  #
 #  lontemplate.pm  # $Id$
 #  #
 # Copyright Michigan State University Board of Trustees  # Copyright Michigan State University Board of Trustees
 #  #
Line 57  sub print_editbox_template Line 57  sub print_editbox_template
  $r->print('<br /><textarea cols="80" rows="6" name="'.$field.'">'.   $r->print('<br /><textarea cols="80" rows="6" name="'.$field.'">'.
                            &HTML::Entities::encode($content,'"&<>').                             &HTML::Entities::encode($content,'"&<>').
            '</textarea><input type="submit" name="storesyl" value="'.             '</textarea><input type="submit" name="storesyl" value="'.
                            &mt('Save').'" />');                             &mt('Save All').'" />');
   
 }  }
   

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


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