From 087bb15e7003cb1f5e271b5b88c1abb99f33c89c 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. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 14 +++++++------- 1 file 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 9a9f3320cc..47ee96ac43 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