From: Katrin Fischer Date: Thu, 13 Oct 2011 05:33:39 +0000 (+0200) Subject: Bug 6904: Changes 'asked' to 'pending' in suggestions for more consistency X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=087bb15e7003cb1f5e271b5b88c1abb99f33c89c;p=koha.git 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 --- 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