/[Arh]/lib/Arh/View/Units.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/Arh/View/Units.pm

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

revision 23 by dpavlin, Fri Nov 30 23:23:14 2007 UTC revision 26 by dpavlin, Thu Dec 6 12:53:30 2007 UTC
# Line 97  template 'new_item' => sub { Line 97  template 'new_item' => sub {
97          form {          form {
98    
99                  foreach my $f ( $self->display_columns ) {                  foreach my $f ( $self->display_columns ) {
100                          render_param( $create => $f ) unless $f eq 'material';                          last if $f eq 'material' && ! $id;
101                            render_param( $create => $f ); # unless $f eq 'material';
102                  }                  }
103    
104                  div {                  div {

Legend:
Removed from v.23  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26