/[Perly]/lib/Perly/View.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Perly/View.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by dpavlin, Sun Jun 8 18:34:21 2008 UTC revision 47 by dpavlin, Sun Jun 8 18:44:27 2008 UTC
# Line 53  private template 'code_editor' => sub { Line 53  private template 'code_editor' => sub {
53          form {          form {
54                  my $action = new_action( class => $op . 'Code', arguments => { $code ? $code->as_hash : undef } );                  my $action = new_action( class => $op . 'Code', arguments => { $code ? $code->as_hash : undef } );
55                  render_param( $action => 'name' );                  render_param( $action => 'name' );
56                  render_param( $action => 'source', cols => 80, rows => 25, language => 'perl', render_as => codepress->{render_as} );                  render_param( $action => 'source', cols => 80, rows => 35, language => 'perl', render_as => codepress->{render_as} );
57                  #render_action( $action => [ 'source' => { cols => 80, rows => 30 }, ] );                  #render_action( $action => [ 'source' => { cols => 80, rows => 30 }, ] );
58                  form_submit( label => _($op) );                  form_submit( label => _($op) );
59                  # IE problem http://support.microsoft.com/kb/281197                  # IE problem http://support.microsoft.com/kb/281197

Legend:
Removed from v.46  
changed lines
  Added in v.47

  ViewVC Help
Powered by ViewVC 1.1.26