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

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

revision 16 by dpavlin, Fri Nov 30 17:16:34 2007 UTC revision 18 by dpavlin, Fri Nov 30 17:35:59 2007 UTC
# Line 9  use Jifty::View::Declare -base; Line 9  use Jifty::View::Declare -base;
9  sub object_type { 'UnitMaterial' };  sub object_type { 'UnitMaterial' };
10    
11  private template search_region => sub {};  private template search_region => sub {};
12    private template 'no_items_found' => sub {};
13    
14  sub display_columns {  sub display_columns {
15          my $self = shift;          my $self = shift;
# Line 17  sub display_columns { Line 18  sub display_columns {
18    
19  sub edit_columns {  sub edit_columns {
20          my $self = shift;          my $self = shift;
21          return ('unit','material');          return ('material');
22  }  }
23    
24  template 'list' => sub {  template 'list' => sub {

Legend:
Removed from v.16  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26