/[Frey]/trunk/lib/Frey/ORM/Layout.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 /trunk/lib/Frey/ORM/Layout.pm

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

trunk/lib/Frey/Web/Layout.pm revision 168 by dpavlin, Tue Aug 12 22:28:00 2008 UTC trunk/lib/Frey/ORM/Layout.pm revision 969 by dpavlin, Fri Jan 9 16:02:33 2009 UTC
# Line 1  Line 1 
1  package Frey::Web::Layout;  package Frey::ORM::Layout;
2  use Moose::Role;  use Moose::Role;
3    
4  =head1 NAME  =head1 NAME
5    
6  Frey::Web::Layout - display collection items in div/table/columns layout  Frey::ORM::Layout - display collection items in div/table/columns layout
7    
8  =cut  =cut
9    
# Line 155  sub layout_picker { Line 155  sub layout_picker {
155          my $self = shift;          my $self = shift;
156    
157          qq|<div class="layout">layout: | .          qq|<div class="layout">layout: | .
158          Frey::Web::Links->new(          Frey::ORM::Links->new(
159                  name => 'layout',                  name => 'layout',
160                  current => $self->layout,                  current => $self->layout,
161                  values => [ @LayoutsAvailable ],                  values => [ @LayoutsAvailable ],

Legend:
Removed from v.168  
changed lines
  Added in v.969

  ViewVC Help
Powered by ViewVC 1.1.26