[Koha-patches] [PATCH] (bug #3079) show summary in opac results

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Wed Apr 1 14:04:26 CEST 2009


This add the summary in opac search results
---
 .../opac-tmpl/prog/en/modules/opac-results.tmpl    |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
index c283cd6..09c706f 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
@@ -227,6 +227,11 @@ $(document).ready(function(){
                         <!-- TMPL_IF name="size" --> <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
                         <!-- TMPL_IF name="timestamp" --> <i>(modified on <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF -->
                 </span>
+                <!-- TMPL_IF NAME="summary" -->
+                <span class="result_summary">
+                	<!-- TMPL_VAR name="summary" -->
+                </span>
+                <!-- /TMPL_IF -->
                 <!-- TMPL_IF NAME="copyrightdate" --><span class="results_summary"><span class="label">Date:</span><!-- TMPL_VAR NAME="copyrightdate" --></span><!-- /TMPL_IF -->
 
 				<span class="results_summary">
-- 
1.5.6.3




More information about the Koha-patches mailing list