--- trunk/lib/App/RoomReservation/Reservation.pm 2009/07/02 15:31:41 1159 +++ trunk/lib/App/RoomReservation/Reservation.pm 2009/07/02 15:56:40 1160 @@ -94,6 +94,19 @@ default => sub { 0 }, ); +sub form_labels {{ + ime => 'Ime', + prezime => 'Prezime', + institucija => 'Institucija', + zanimaje => 'Zanimanje', + grad => 'Grad', + drzava => 'Država', + telefon => 'Telefon', + mobitel => 'Mobitel', + email => 'e-mail adresa', + verify => 'unesite ponovo', +}} + sub BUILD { my $self = shift; my $email = $self->email;