From 99e8297f1cf9c20962aacb022308cccd75e0ae47 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 13 Oct 2011 07:33:39 +0200 Subject: [PATCH] Bug 6904: Changes 'asked' to 'pending' in suggestions for more consistency In some places the suggestions were 'pending' in others the same status was named 'pending'. This patch changes the status to 'pending' in all places on the suggestion page to make it more consistent. --- .../prog/en/modules/suggestion/suggestion.tt | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 9a9f332..47ee96a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -130,8 +130,8 @@ $(document).ready(function() { calcNewsuggTotal(); });
Suggestion management
    [% IF ( suggestionid ) %]
  1. - [% IF (statusselected_ASKED ) %] - [% ELSE %][% END %] + [% IF (statusselected_ASKED ) %] + [% ELSE %][% END %] [% IF (statusselected_ACCEPTED ) %] [% ELSE %][% END %] [% IF (statusselected_CHECKED ) %] @@ -338,8 +338,8 @@ $(document).ready(function() { calcNewsuggTotal(); });

    Suggestion information