[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha Hints,1.3,1.4 modbibitem.pl,1.6,1.7
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha Hints,1.3,1.4 modbibitem.pl,1.6,1.7 |
Date: |
Thu, 20 Jun 2002 10:57:14 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv21564
Modified Files:
Hints modbibitem.pl
Log Message:
merges from rel-1-2. Starting to get a little longer now. Being very
careful.
Index: Hints
===================================================================
RCS file: /cvsroot/koha/koha/Hints,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Hints 10 May 2002 05:03:19 -0000 1.3
--- Hints 20 Jun 2002 17:57:11 -0000 1.4
***************
*** 1,4 ****
Example /etc/koha.conf file entries
!
database=Koha
hostname=localhost
--- 1,4 ----
Example /etc/koha.conf file entries
!
database=Koha
hostname=localhost
***************
*** 6,10 ****
pass=xxxxxx
includes=/usr/local/www/koha/htdocs/includes
! Please note the final line (includes=path) - The path entry can be used as an
alternative to manually editing the path in Output.pm file (see INSTALL manual).
--- 6,13 ----
pass=xxxxxx
includes=/usr/local/www/koha/htdocs/includes
!
! Please note the final line (includes=path) - The path entry can be
! used as an alternative to manually editing the path in Output.pm file
! (see INSTALL manual).
***************
*** 15,19 ****
http://httpd.apache.org/docs/mod/mod_include.html
! If your page headers and footers do not show, then you may need to
re-configure your web server.
Here is an example of entries suitable for Apache httpd.conf:
--- 18,24 ----
http://httpd.apache.org/docs/mod/mod_include.html
!
! If your page headers and footers do not show, then you may need to
! re-configure your web server.
Here is an example of entries suitable for Apache httpd.conf:
***************
*** 88,90 ****
! Read your web server docs for more information about how Server Side Includes
work.
--- 93,99 ----
! Read your web server docs for more information about how Server Side
! Includes work.
!
!
!
Index: modbibitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/modbibitem.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** modbibitem.pl 14 May 2002 04:12:52 -0000 1.6
--- modbibitem.pl 20 Jun 2002 17:57:11 -0000 1.7
***************
*** 30,34 ****
#my ($analyticauthor)=analytic($biblionumber,'a');
print startpage();
! print startmenu();
my %inputs;
--- 30,34 ----
#my ($analyticauthor)=analytic($biblionumber,'a');
print startpage();
! print startmenu('catalogue');
my %inputs;
***************
*** 73,77 ****
<em><a
href=/cgi-bin/koha/detail.pl?bib=$data->{'biblionumber'}&type=intra>$data->{'title'}
($data->{'author'})</a><br>
Modify Group - $data->{'description'}</em></FONT><br>
! <form action="updatebibitem.pl" method="post">
<table border=0 cellspacing=0 cellpadding=5 align=left>
--- 73,77 ----
<em><a
href=/cgi-bin/koha/detail.pl?bib=$data->{'biblionumber'}&type=intra>$data->{'title'}
($data->{'author'})</a><br>
Modify Group - $data->{'description'}</em></FONT><br>
! <form action="updatebibitem.pl" method=post>
<table border=0 cellspacing=0 cellpadding=5 align=left>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha Hints,1.3,1.4 modbibitem.pl,1.6,1.7,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha/C4 Database.pm,1.3,1.4
- Next by Date:
[Koha-cvs] CVS: koha/C4 Groups.pm,1.1,1.2 Scan.pm,1.1.1.1,1.2
- Previous by thread:
[Koha-cvs] CVS: koha/C4 Database.pm,1.3,1.4
- Next by thread:
[Koha-cvs] CVS: koha/C4 Groups.pm,1.1,1.2 Scan.pm,1.1.1.1,1.2
- Index(es):