[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes doc-head-cl
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes doc-head-close-addbiblio.inc,1.1.2.2,1.1.2.3 |
Date: |
Mon, 25 Apr 2005 09:36:31 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28646/koha-tmpl/intranet-tmpl/npl/en/includes
Modified Files:
Tag: rel_2_2
doc-head-close-addbiblio.inc
Log Message:
Adding link to marc-editor.css and removing body onload() function left over
from previous version. Forgot to commit this change with other addbiblio
updates on Saturday.
Index: doc-head-close-addbiblio.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-addbiblio.inc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** doc-head-close-addbiblio.inc 4 Feb 2005 19:00:33 -0000 1.1.2.2
--- doc-head-close-addbiblio.inc 25 Apr 2005 16:36:29 -0000 1.1.2.3
***************
*** 2,44 ****
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang'
-->/includes/favicon.ico" type="image/x-icon" />
! <style type="text/css">
! @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
! @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/tabs.css);
</style>
<script language="JavaScript" type="text/javascript">
<!-- Hide from old browsers
function Help() {
! newin=window.open("/cgi-bin/koha/help.pl","Koha
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
}
function openWindow(targeturl, windowname) {
! newwin =
!
window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
}
!
! var newwin;
!
! // Open the popup window if it doesn't already exist and give it focus.
! function PopWin(targeturl, windowname) {
!
! if (!newwin || newwin.closed) newwin =
window.open(targeturl,windowname,
"height=300,width=400,scrollbars=yes,resizable=yes");
! newwin.focus();
! }
!
// Set the value of the form field to the passed value and optionally shift
! // focus and close the popup.
! function FillForm(val,formname,formfield) {
!
! document.forms[formname].elements[formfield].value = val;
!
! // Uncomment below to shift focus after clicking link in popup.
! document.forms[formname].elements[formfield].focus();
!
! // Uncomment below to close popup after clicking link.
! newwin.close();
! }
!
// end hiding -->
</script>
</head>
! <body onload="showPanel(1);">
\ No newline at end of file
--- 2,44 ----
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang'
-->/includes/favicon.ico" type="image/x-icon" />
! <style type="text/css">
! @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
! @import url(<!-- TMPL_VAR NAME='themelang'
-->/includes/marc-editor.css);
</style>
<script language="JavaScript" type="text/javascript">
<!-- Hide from old browsers
function Help() {
! newin=window.open("/cgi-bin/koha/help.pl","Koha
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
}
function openWindow(targeturl, windowname) {
! newwin =
!
window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
}
!
! var newwin;
!
! // Open the popup window if it doesn't already exist and give it
focus.
! function PopWin(targeturl, windowname) {
!
! if (!newwin || newwin.closed) newwin =
window.open(targeturl,windowname,
"height=300,width=400,scrollbars=yes,resizable=yes");
! newwin.focus();
! }
!
// Set the value of the form field to the passed value and optionally shift
! // focus and close the popup.
! function FillForm(val,formname,formfield) {
!
! document.forms[formname].elements[formfield].value = val;
!
! // Uncomment below to shift focus after clicking link in
popup.
! document.forms[formname].elements[formfield].focus();
!
! // Uncomment below to close popup after clicking link.
! newwin.close();
! }
!
// end hiding -->
</script>
</head>
! <body>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes doc-head-close-addbiblio.inc,1.1.2.2,1.1.2.3,
Owen Leonard <=