[Koha-cvs] CVS: koha/koha-curses circ.pl,1.1,1.2

Chris Cormack rangi at users.sourceforge.net
Sun May 15 02:03:28 CEST 2005


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

Modified Files:
	circ.pl 
Log Message:
Just changed the intro text


Index: circ.pl
===================================================================
RCS file: /cvsroot/koha/koha/koha-curses/circ.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** circ.pl	14 May 2005 23:57:28 -0000	1.1
--- circ.pl	15 May 2005 00:03:26 -0000	1.2
***************
*** 73,77 ****
  my $texteditor =
    $win1->add( "text", "TextEditor",
!     -text => "Here is some text\n" . "And some more" );
  
  $cui->set_binding( sub { $menu->focus() }, "\cX" );
--- 73,78 ----
  my $texteditor =
    $win1->add( "text", "TextEditor",
!     -text => "This is the first cut of a \ncirculations system using Curses::UI\n".
!   "Use the menus (or the keyboard\nshortcuts) to choose issues or \nreturns");
  
  $cui->set_binding( sub { $menu->focus() }, "\cX" );





More information about the Koha-cvs mailing list