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

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Tue May 12 11:09:49 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 244c3d5..f242af9 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
@@ -355,6 +355,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.6.0.4




More information about the Koha-patches mailing list