From: Owen Leonard Date: Tue, 2 Feb 2010 21:00:54 +0000 (-0500) Subject: Fix for Bug 4092, suggestion date missing from manage suggestions X-Git-Tag: v3.02.00-alpha~27 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=d56db2e97240071940cc121fdacfd701475bc118;p=koha_ffzg 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 --- 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. +