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

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

revision 1170 by dpavlin, Thu Jul 2 21:55:44 2009 UTC revision 1171 by dpavlin, Sun Jul 5 21:25:25 2009 UTC
# Line 11  sub room { Line 11  sub room {
11          App::RoomReservation::Room->new;          App::RoomReservation::Room->new;
12  }  }
13    
14    around 'title' => sub {
15            my ( $real_title, $self ) = @_;
16            return ( 'Seat Reservation' );
17    };
18    
19  sub form_header {  sub form_header {
20          my $self = shift;          my $self = shift;
21          $self->room->description;          $self->room->description;

Legend:
Removed from v.1170  
changed lines
  Added in v.1171

  ViewVC Help
Powered by ViewVC 1.1.26