[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes basket.js,1.3.2
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes basket.js,1.3.2.1,1.3.2.2 opac.css,1.17.2.2,1.17.2.3 |
Date: |
Fri, 18 Mar 2005 01:52:23 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3532/koha-tmpl/opac-tmpl/css/en/includes
Modified Files:
Tag: rel_2_2
basket.js opac.css
Log Message:
minor bugfixes
Index: basket.js
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/basket.js,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** basket.js 11 Jan 2005 18:34:52 -0000 1.3.2.1
--- basket.js 18 Mar 2005 09:52:21 -0000 1.3.2.2
***************
*** 296,307 ****
function quit() {
- if (document.myform.records.value) {
- var rep = false;
- rep = confirm(MSG_CONFIRM_DEL_RECORDS);
- if (rep) {
- delSelRecords();
- }
- }
- updateBasket(arrayRecords.length-1,top.opener.document);
window.close();
}
--- 296,299 ----
Index: opac.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v
retrieving revision 1.17.2.2
retrieving revision 1.17.2.3
diff -C2 -r1.17.2.2 -r1.17.2.3
*** opac.css 1 Mar 2005 13:17:07 -0000 1.17.2.2
--- opac.css 18 Mar 2005 09:52:21 -0000 1.17.2.3
***************
*** 341,344 ****
--- 341,345 ----
margin-bottom:10px;
-moz-border-radius: 6px;
+ display:inline;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes basket.js,1.3.2.1,1.3.2.2 opac.css,1.17.2.2,1.17.2.3,
Paul POULAIN <=