X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fsuggestion%2Fsuggestion.tt;h=47ee96ac43889b752d139d9f32ae821a5ef21f43;hb=087bb15e7003cb1f5e271b5b88c1abb99f33c89c;hp=8bcf5cb0a84b29c94763eba0fde4b48fecac49b5;hpb=d1cea14fae6525b7478548aa19108871395e198d;p=koha_fer 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 8bcf5cb0a8..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,10 +130,14 @@ $(document).ready(function() { calcNewsuggTotal(); });
Suggestion management
    [% IF ( suggestionid ) %]
  1. [% END %]
  2. @@ -204,7 +208,15 @@ $(document).ready(function() { calcNewsuggTotal(); }); @@ -256,7 +268,7 @@ $(document).ready(function() { calcNewsuggTotal(); }); [% suggestions_loo.budget_name %] [% END %] @@ -265,10 +277,14 @@ $(document).ready(function() { calcNewsuggTotal(); });
  3. Suggestion information

    -
    1. +
        +
     DateBy
    - [% IF ( suggestions_loo.ASKED ) %]Asked[% END %] [% IF ( suggestions_loo.ACCEPTED ) %]Accepted[% END %] [% IF ( suggestions_loo.ORDERED ) %]Ordered[% END %] [% IF ( suggestions_loo.REJECTED ) %]Rejected[% END %] [% IF ( suggestions_loo.CHECKED ) %]Checked[% END %] [% IF ( suggestions_loo.reason ) %]
    ([% suggestions_loo.reason %])[% END %] + [% IF ( suggestions_loo.ASKED ) %]Pending[% END %] [% IF ( suggestions_loo.ACCEPTED ) %]Accepted[% END %] [% IF ( suggestions_loo.ORDERED ) %]Ordered[% END %] [% IF ( suggestions_loo.REJECTED ) %]Rejected[% END %] [% IF ( suggestions_loo.CHECKED ) %]Checked[% END %] [% IF ( suggestions_loo.reason ) %]
    ([% suggestions_loo.reason %])[% END %]