From d56db2e97240071940cc121fdacfd701475bc118 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 2 Feb 2010 16:00:54 -0500 Subject: [PATCH] Fix for Bug 4092, suggestion date missing from manage suggestions Date was missing because of incorrect variable name in opac-suggestions.pl Thanks to HDL for the fix. Signed-off-by: Galen Charlton --- .../prog/en/modules/suggestion/suggestion.tmpl | 24 +++++++++++----------- opac/opac-suggestions.pl | 10 ++++----- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl index 35eeb102dd..0e23cfbb8e 100755 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl @@ -10,10 +10,10 @@ new YAHOO.widget.Button("newsuggestion"); } $.tablesorter.addParser({ - id: 'articles', - is: function(s) {return false; }, - format: function(s) { return s.toLowerCase().replace(/^(the|an|a) /,''); }, - type: 'text' + id: 'articles', + is: function(s) {return false; }, + format: function(s) { return s.toLowerCase().replace(/^(the|an|a) /,''); }, + type: 'text' }); /** * displayOther. @@ -72,7 +72,7 @@ $(document).ready(function() { $("h4.collapse a").click(function(){ $(this).parent().parent().find("ol").toggle(); }); -}); +}); // ]]> - + @@ -95,9 +95,9 @@ h4.collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { di

Edit purchase suggestion #

"/> - +

Enter a new purchase suggestion

- +
Bibliographic information
  1. "/>
  2. "/>
  3. @@ -148,7 +148,7 @@ h4.collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { di
Acquisition information
    -
  1. +