Correction to masthead.inc--search error messages weren't showing up. Commenting...
authorOwen Leonard <oleonard@myacpl.org>
Wed, 21 Nov 2007 20:56:33 +0000 (14:56 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 22 Nov 2007 00:08:18 +0000 (18:08 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc
koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc

index 4bb81cb..28d122f 100644 (file)
@@ -910,4 +910,9 @@ div.message {
        padding : .3em;
        margin : .3em;
        width : 50%;
+}
+
+#catalogue_detail_biblio table, #catalogue_detail_biblio td, #catalogue_detail_biblio th {
+       background-color : transparent;
+       border : 0;
 }
\ No newline at end of file
index ca9dfd3..e4d2c26 100644 (file)
@@ -35,7 +35,7 @@
     var MSG_NO_RECORD_SELECTED = _("No item was selected");
     var MSG_NO_RECORD_ADDED = _("No item was added to your book bag");
        <!-- TMPL_IF NAME="AmazonContent" --> $(document).ready(function() {
-       verify_images();
+       //verify_images();
  });
  <!-- /TMPL_IF -->
 </script>
index 803ef27..06fdc4d 100644 (file)
        <div id="breadcrumbs" class="yui-g">
 <!-- TMPL_IF NAME="searchdesc" --><p><!-- TMPL_IF name="total" --><strong>&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo; </strong>returned <!-- TMPL_VAR NAME="total" --> results. <!-- TMPL_IF NAME="available" -->Showing only <strong>available</strong> items. <a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->">Show all items</a><!-- TMPL_ELSE -->Limit to <a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;limit=available">currently available items.</a><!-- /TMPL_IF --><!-- TMPL_IF NAME="related" --> (related searches: <!-- TMPL_LOOP NAME="related" --><!-- TMPL_VAR NAME="related_search" --><!-- /TMPL_LOOP -->). <!-- /TMPL_IF -->  <!-- <a href="http://a9.com/-/opensearch/search/B0007WF826/<!-- TMPL_VAR NAME="searchdesc" -->?count=10&amp;startPage=1"><img title="RSS Feed for search <!-- TMPL_VAR NAME="searchdesc" -->" alt="RSS Feed for search <!-- TMPL_VAR NAME="searchdesc" -->" src="<!-- TMPL_VAR NAME="themelang" -->/../images/feed-icon-16x16.png" border="0" /></a> -->
 <!-- TMPL_ELSE -->
-<strong>&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</strong>
-<!-- TMPL_VAR NAME="search_error" --> 
+<!-- TMPL_IF NAME="searchdesc" -->
+<strong>No Result found !</strong>
+<p>
+    No results match your search for <span style="font-weight: bold;">&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</span> in <!-- TMPL_VAR NAME="LibraryName" --> Catalog.
+</p>
+<!-- TMPL_ELSE -->
+<strong> No result found !</strong>
+<p>
+    You did not specify any search criteria.
+</p>
+</div>
+<!-- /TMPL_IF -->
 <!-- /TMPL_IF --></p><!-- /TMPL_IF -->
 </div>
\ No newline at end of file