Continuing integration of breadcrumbs and resident search form, now on member pages...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / member-quicksearch-results.tmpl
index a18c50a..2e1aff7 100644 (file)
@@ -1,9 +1,7 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
 <title>Koha &rsaquo; Patron Quick Search</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-</head>
-<body>
-<!-- TMPL_INCLUDE NAME="header.inc" --><script type="text/javascript">
+<script type="text/javascript">
   // Set the value of the form field to the passed value and optionally shift
     // focus and close the popup.
     function FillForm(val,formname,formfield) {
         newwin.close();
     }
 </script>
+</head>
+<body>
+<!-- TMPL_INCLUDE NAME="header.inc" -->
 
-<div id="doc3" class="yui-t2">
-   
+<div id="doc" class="yui-t7">
    <div id="bd">
-       <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
 
 <div class="searchresults">
 <table>
@@ -50,8 +48,5 @@
   <!-- TMPL_ELSE -->No results found<!-- /TMPL_IF -->
 
 </div>
-</div>
-</div>
 
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->