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

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

revision 1146 by dpavlin, Tue Jun 30 15:59:41 2009 UTC revision 1147 by dpavlin, Wed Jul 1 17:35:48 2009 UTC
# Line 53  sub verify_as_markup { Line 53  sub verify_as_markup {
53                          Please print this notice and show it when entering lecture.                          Please print this notice and show it when entering lecture.
54                  |;                  |;
55    
56                    my $url = $self->url_for( 'Confirmation/cancel_as_markup?token=' . $self->token );
57    
58                  my $token = $self->token;                  my $token = $self->token;
59                  $self->send( $email,                  $self->send( $email,
60                          "Lecture seat $seat is assigned to you",                          "Lecture seat $seat is assigned to you",
# Line 60  sub verify_as_markup { Line 62  sub verify_as_markup {
62    
63  If you wish to cancel your reservation please click on link below:  If you wish to cancel your reservation please click on link below:
64    
65  http://FREY_HOSTNAME/App::RoomReservation::Confirmation/cancel_as_markup?token=$token  $url
66  __EMAIL__  __EMAIL__
67                  );                  );
68    

Legend:
Removed from v.1146  
changed lines
  Added in v.1147

  ViewVC Help
Powered by ViewVC 1.1.26