From: Alex Arnaud Date: Fri, 25 Jun 2010 08:59:37 +0000 (+0200) Subject: (MT #3651) Fix problems on search filters. X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=b592c3a0f51625da35a37b8334a04eaad6f25549;p=koha.git (MT #3651) Fix problems on search filters. removing of useless value "no tabs" in organize by combo. removing of useless value "Sort 1" in organize by combo. Adding combodate for suggesteddate, manageddate, accepteddate. Adding research on dates in query. 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 694002ad32..f2227a8e7e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl @@ -1,6 +1,7 @@ Koha › Acquisitions › <!-- TMPL_IF name="op_save" --><!-- TMPL_IF name="suttesionid" -->Edit purchase suggestion #<!-- TMPL_VAR name="suggestionid" --><!--TMPL_ELSE-->Enter a new purchase suggestion<!-- /TMPL_IF --><!--TMPL_ELSE-->Suggestions Management<!-- /TMPL_IF --> + + + + to :/lib/calendar/cal.gif" id="suggesteddate_to_button" alt="Show Calendar" /> + + + +
  • -
  • +
  • + + + + + + + +
    from :/lib/calendar/cal.gif" id="manageddate_from_button" alt="Show Calendar" /> +
    to :/lib/calendar/cal.gif" id="manageddate_to_button" alt="Show Calendar" /> +
    +
  • -
  • +
  • + + + + + + + +
    from :/lib/calendar/cal.gif" id="accepteddate_from_button" alt="Show Calendar" /> +
    to :/lib/calendar/cal.gif" id="accepteddate_to_button" alt="Show Calendar" /> +
    +
  • +
  • Acquistion information

    diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 876c26ab4e..57a1ba7381 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -282,5 +282,5 @@ foreach my $field qw(managedby acceptedby suggestedby budgetid STATUS) { $hashlists{lc($field)."_loop"}=\@codes_list; } $template->param(%hashlists); - +$template->param(DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),); output_html_with_http_headers $input, $cookie, $template->output;