*** empty log message ***
This commit is contained in:
parent
0abe221b2d
commit
c63212b549
4 changed files with 17 additions and 1 deletions
|
@ -351,6 +351,13 @@ a.parameters:hover {
|
|||
background-color: #86c268;
|
||||
color: #000000;
|
||||
}
|
||||
.bull {
|
||||
color:#777777;
|
||||
}
|
||||
a.bull:hover {
|
||||
background-color: #803010;
|
||||
color: #000000;
|
||||
}
|
||||
.about {
|
||||
color:#777777;
|
||||
}
|
||||
|
@ -358,3 +365,9 @@ a.about:hover {
|
|||
background-color: #86c268;
|
||||
color: #000000;
|
||||
}
|
||||
.help {
|
||||
color:#777777;
|
||||
}
|
||||
a.help:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
|
BIN
koha-tmpl/intranet-tmpl/default/images/Fleche.jpg
Normal file
BIN
koha-tmpl/intranet-tmpl/default/images/Fleche.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
koha-tmpl/intranet-tmpl/default/images/arrow-big.gif
Normal file
BIN
koha-tmpl/intranet-tmpl/default/images/arrow-big.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -1202,7 +1202,7 @@ sub OLDnewbiblio {
|
|||
if ($biblio->{'seriestitle'}) { $series = 1 };
|
||||
$sth->finish;
|
||||
$sth = $dbh->prepare("insert into biblio set biblionumber = ?, title = ?, author = ?, copyrightdate = ?, serial = ?, seriestitle = ?, notes = ?, abstract = ?");
|
||||
$sth->execute($bibnum,$biblio->{'title'},$biblio->{'author'},$biblio->{'copyrightdate'},$series,$biblio->{'seriestitle'},$biblio->{'notes'},$biblio->{'abstract'});
|
||||
$sth->execute($bibnum,$biblio->{'title'},$biblio->{'author'},$biblio->{'copyrightdate'},$biblio->{'serial'},$biblio->{'seriestitle'},$biblio->{'notes'},$biblio->{'abstract'});
|
||||
|
||||
$sth->finish;
|
||||
# $dbh->disconnect;
|
||||
|
@ -2168,6 +2168,9 @@ Paul POULAIN paul.poulain@free.fr
|
|||
|
||||
# $Id$
|
||||
# $Log$
|
||||
# Revision 1.2 2004/07/30 14:21:27 doxulting
|
||||
# *** empty log message ***
|
||||
#
|
||||
# Revision 1.1 2004/05/02 18:06:58 kb2qzv
|
||||
# Replacement file to be used as a temporary fix to get properly formatted records in UTF-8 when importing records from z39.50 server with win1250 (ISO 6937/2) charset.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue