[Koha-cvs] CVS: koha/opac opac-user.pl,1.14.2.2,1.14.2.3

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 16 17:49:09 CEST 2005


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21579/opac

Modified Files:
      Tag: rel_2_2
	opac-user.pl 
Log Message:
adding opac text messaging to login page.

Index: opac-user.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-user.pl,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -C2 -r1.14.2.2 -r1.14.2.3
*** opac-user.pl	25 Mar 2005 17:04:28 -0000	1.14.2.2
--- opac-user.pl	16 Jun 2005 15:49:05 -0000	1.14.2.3
***************
*** 137,143 ****
  $template->param(WAITING => \@waiting);
  $template->param(waiting_count => $wcount,
! 			     LibraryName => C4::Context->preference("LibraryName"),
! 					suggestion => C4::Context->preference("suggestion"),
! 					virtualshelves => C4::Context->preference("virtualshelves"),
  );
  
--- 137,144 ----
  $template->param(WAITING => \@waiting);
  $template->param(waiting_count => $wcount,
! 				LibraryName => C4::Context->preference("LibraryName"),
! 				suggestion => C4::Context->preference("suggestion"),
! 				virtualshelves => C4::Context->preference("virtualshelves"),
! 				textmessaging => $borr->{textmessaging},
  );
  





More information about the Koha-cvs mailing list