[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-ISBDdetail... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Oct 3 17:27:45 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/10/03 15:27:45

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-ISBDdetail.tmpl 
	                            opac-reserve.tmpl 

Log message:
	Adding missing wrapper div for layout

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-ISBDdetail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.5.2.2&r2=1.1.2.5.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-reserve.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.2&r2=1.1.2.4.2.3

Patches:
Index: opac-ISBDdetail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-ISBDdetail.tmpl,v
retrieving revision 1.1.2.5.2.2
retrieving revision 1.1.2.5.2.3
diff -u -b -r1.1.2.5.2.2 -r1.1.2.5.2.3
--- opac-ISBDdetail.tmpl	6 Sep 2006 14:42:07 -0000	1.1.2.5.2.2
+++ opac-ISBDdetail.tmpl	3 Oct 2006 15:27:45 -0000	1.1.2.5.2.3
@@ -3,6 +3,7 @@
 <body<!-- TMPL_IF NAME="OpacNav" --> id="withnav"<!-- /TMPL_IF -->>
 <!--TMPL_INCLUDE NAME="masthead.inc" -->
 
+<div id="main_wrapper">
 <div id="main">
 	<div class="details"><h3>ISBD</h3>
 	<p><!-- TMPL_VAR name="ISBD" --></p>
@@ -66,6 +67,6 @@
 <form class="inline"><input type="submit" class="icon cart" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->'); return false;" value="Add to Book Bag" /></form>
 </div>
 </div>
-
+</div>
 <!-- TMPL_INCLUDE name="navigation.inc" -->
 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
\ No newline at end of file

Index: opac-reserve.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-reserve.tmpl,v
retrieving revision 1.1.2.4.2.2
retrieving revision 1.1.2.4.2.3
diff -u -b -r1.1.2.4.2.2 -r1.1.2.4.2.3
--- opac-reserve.tmpl	6 Sep 2006 14:42:07 -0000	1.1.2.4.2.2
+++ opac-reserve.tmpl	3 Oct 2006 15:27:45 -0000	1.1.2.4.2.3
@@ -2,7 +2,7 @@
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <body<!-- TMPL_IF NAME="OpacNav" --> id="withnav"<!-- /TMPL_IF -->>
 <!--TMPL_INCLUDE NAME="masthead.inc" -->
-
+<div id="main_wrapper">
 <div id="main">
 <div class="content-block">
 <!--CONTENT-->
@@ -103,5 +103,6 @@
 <!-- /TMPL_IF -->
 </div>
 </div>
+</div>
 <!-- TMPL_INCLUDE name="navigation.inc" -->
 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->





More information about the Koha-cvs mailing list