From ae5c33d6d1f9fa97e54aa513b23c4173b1a59b0b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 13 Oct 2011 07:33:39 +0200 Subject: [PATCH] [SIGNED-OFF] 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. Signed-off-by: Nicole C. Engard --- .../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