[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes doc-he... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Sep 6 16:22:52 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/06 14:22:52

Modified files:
	koha-tmpl/opac-tmpl/npl/en/includes: 
	                                     doc-head-close-basket-print.inc 
	                                     doc-head-close-basket.inc 
	                                     doc-head-close-results.inc 

Log message:
	Moving body tag to template files for added control over css layouts using body ids

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3&r2=1.1.2.3.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.5&r2=1.1.2.5.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-results.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: doc-head-close-basket-print.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.3.2.1
diff -u -b -r1.1.2.3 -r1.1.2.3.2.1
--- doc-head-close-basket-print.inc	5 Apr 2006 14:54:09 -0000	1.1.2.3
+++ doc-head-close-basket-print.inc	6 Sep 2006 14:22:52 -0000	1.1.2.3.2.1
@@ -4,8 +4,9 @@
 <!-- TMPL_ELSE -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <!-- /TMPL_IF -->
-<link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico" type="image/x-icon" />
 <meta http-equiv="Content-Language" content="en-us" />
+<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/print.css);
 </style>
@@ -18,4 +19,3 @@
 		var MSG_CONFIRM_DEL_RECORDS = "Are you sure you want to remove the selected items?";
 	</script>
 </head>
-<body onload="print();">

Index: doc-head-close-basket.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.5.2.1
diff -u -b -r1.1.2.5 -r1.1.2.5.2.1
--- doc-head-close-basket.inc	5 Apr 2006 14:54:09 -0000	1.1.2.5
+++ doc-head-close-basket.inc	6 Sep 2006 14:22:52 -0000	1.1.2.5.2.1
@@ -25,4 +25,3 @@
 		var MSG_CONFIRM_DEL_RECORDS = "Are you sure you want to remove the selected items?";
 	</script>
 </head>
-<body>

Index: doc-head-close-results.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/doc-head-close-results.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- doc-head-close-results.inc	23 Aug 2006 16:59:24 -0000	1.1.2.1
+++ doc-head-close-results.inc	6 Sep 2006 14:22:52 -0000	1.1.2.2
@@ -6,6 +6,7 @@
 <!-- /TMPL_IF -->
 <meta http-equiv="Content-Language" content="en-us" />
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang">/includes/favicon.ico" type="image/x-icon" />
+<!-- TMPL_IF NAME="searchdesc" --><!-- TMPL_IF name="total" --><link rel="alternate" type="application/rss+xml" title="RSS" href="http://a9.com/-/opensearch/search/B0007WF826/<!-- TMPL_VAR NAME="searchdesc" -->?count=10&amp;startPage=1" /><!-- /TMPL_IF --><!-- /TMPL_IF -->
     <!-- TMPL_IF name="opacstylesheet" -->
 <style type="text/css">
     @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="opacstylesheet" -->);
@@ -83,4 +84,3 @@
 	var MSG_NO_RECORD_ADDED = "No item was added to your book bag";
 </script>
 </head>
-<body id="withnav">





More information about the Koha-cvs mailing list