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=4a92f85b0f37bac71beb3999716b405ae778b49f;hb=b20c2d6857629eed3f3eaf44cdca68dda36f4216;hp=47ee96ac43889b752d139d9f32ae821a5ef21f43;hpb=c8df6bdcc9fe2523a77c839270b31304d8e13ee5;p=srvgit 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 47ee96ac43..4a92f85b0f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1,5 +1,19 @@ -[% INCLUDE 'doc-head-open.inc' %]Koha › Acquisitions › -[% IF ( op_save ) %][% IF ( suttesionid ) %]Edit purchase suggestion #[% suggestionid %][% ELSE %]Enter a new purchase suggestion[% END %][% ELSE %]Suggestions Management[% END %] +[% INCLUDE 'doc-head-open.inc' %] +Koha › Acquisitions › + [% IF ( op_save ) %] + [% IF ( suggestionid) %] + [% IF ( op == 'show' ) %] + Show purchase suggestion #[% suggestionid %] + [% ELSE %] + Edit purchase suggestion #[% suggestionid %] + [% END %] + [% ELSE %] + Enter a new purchase suggestion + [% END %] + [% ELSE %] + Suggestions management + [% END %] + [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% IF ( op_else ) %] @@ -88,10 +102,117 @@ $(document).ready(function() { calcNewsuggTotal(); }); [% END %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - + + +[% IF ( op == 'show' ) %] +
+
+
+
+ +
+ Bibliographic information +
    +
  1. Title:[% title |html %]
  2. +
  3. Author:[% author %]
  4. +
  5. Copyright date:[% copyrightdate %]
  6. +
  7. ISBN or ISSN or other standard number:[% isbn %]
  8. +
  9. Publisher:[% publishercode %]
  10. +
  11. Publication place:[% place %]
  12. +
  13. Collection title:[% collectiontitle %]
  14. +
  15. Document type: + [% FOREACH itemtypeloo IN itemtypeloop %] + [% IF ( itemtypeloo.selected ) %][% itemtypeloo.description %][% END %] + [% END %] +
  16. + [% IF ( patron_reason_loop ) %] +
  17. Reason for suggestion: + [% FOREACH patron_reason_loo IN patron_reason_loop %] + [% IF ( patron_reason_loo.selected ) %][% patron_reason_loo.lib %][% END %] + [% END %] +
  18. + [% END %] +
  19. Notes:[% note %]
  20. +
+
+
Suggestion management +
    +
  1. + Status: + [% IF ( STATUS == 'ASKED' ) %]Pending + [% ELSIF ( STATUS == 'ACCEPTED' ) %]Accepted + [% ELSIF ( STATUS == 'CHECKED' ) %]Checked + [% ELSIF ( STATUS == 'REJECTED' ) %]Rejected + [% ELSE %]No Status + [% END %] +
  2. +
  3. + + + + + + + + + + + + + + + + + + + +
     DateBy
    Suggestion creation [% suggesteddate %][% IF ( suggestedby_borrowernumber ) %][% suggestedby_surname %], [% suggestedby_firstname %] [% suggestedby_branchcode %] ([% suggestedby_description %])[% END %] +
    Suggestion management [% manageddate %][% IF ( managedby_borrowernumber ) %][% managedby_surname %], [% managedby_firstname %] [% managedby_branchcode %] ([% managedby_description %])[% END %]
    Suggestion accepted [% accepteddate %][% IF ( acceptedby_borrowernumber ) %][% acceptedby_surname %], [% acceptedby_firstname %] [% acceptedby_branchcode %] ([% acceptedby_description %])[% END %]
+
+
Acquisition information +
    +
  1. + Library: [% branchname %] +
  2. +
  3. + Budget: [% budgetname %] +
  4. +
  5. + Copies:[% quantity %] +
  6. +
  7. + Currency:[% currency %] +
  8. +
  9. + Price:[% price %] +
  10. +
  11. + Total[% total %] +
  12. +
+
+ + <<Back to the list + +
+
+
+[% ELSE %] [% IF ( op_save ) %]
[% ELSE %]
[% END %]
@@ -111,9 +232,9 @@ $(document).ready(function() { calcNewsuggTotal(); });
  • -
  • -
  • -
  • +
  • +
  • +
  • [% IF ( managedby_borrowernumber ) %][% managedby_surname %], [% managedby_firstname %] [% managedby_branchcode %] ([% managedby_description %])[% END %] - + [% IF ( acceptedby_borrowernumber ) %][% acceptedby_surname %], [% acceptedby_firstname %] [% acceptedby_branchcode %] ([% acceptedby_description %])[% END %] @@ -189,7 +310,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
  • -
    [% IF ( suggestionid ) %] Cancel[% ELSE %] Cancel[% END %] +
    [% IF ( suggestionid ) %] Cancel[% ELSE %] Cancel[% END %]
    [% END %] @@ -200,7 +321,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
  • New purchase suggestion
  • -

    Suggestions Management

    +

    Suggestions management

    [% UNLESS ( notabs ) %]
    Sorting...
    @@ -227,7 +348,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
    [% IF ( suggestion.suggestions_loop ) %] -

    Check All | Uncheck All

    +

    Check all | Uncheck all

    @@ -245,9 +366,9 @@ $(document).ready(function() { calcNewsuggTotal(); });
      - - [% suggestions_loo.title |html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %] - + + [% suggestions_loo.title |html %][% IF ( suggestions_loo.author ) %], by [% suggestions_loo.author %][% END %] + [edit]
    [% IF ( suggestions_loo.copyrightdate ) %]© [% suggestions_loo.copyrightdate %] [% END %] [% IF ( suggestions_loo.volumedesc ) %]; Volume:[% suggestions_loo.volumedesc %] [% END %] @@ -306,7 +427,7 @@ $(document).ready(function() { calcNewsuggTotal(); }); [% ELSE %] - No Results. + No results. [% END %] [% END %] @@ -314,13 +435,13 @@ $(document).ready(function() { calcNewsuggTotal(); }); - [% UNLESS ( op_save ) %]
    + [% UNLESS ( op_save ) %] [% UNLESS ( op == 'show' ) %]
    @@ -333,7 +454,7 @@ $(document).ready(function() { calcNewsuggTotal(); });
  • -
  • +
  • Suggestion information

      @@ -347,13 +468,13 @@ $(document).ready(function() { calcNewsuggTotal(); }); [% IF ( statusselected_REJECTED ) %] [% ELSE %][% END %] -
    1. [% FOREACH suggestedby_loo IN suggestedby_loop %][% IF ( suggestedby_loo.selected ) %][% ELSE %][% END %][% END %]
    2. [% suggesteddate %] - - - -
      from :Show Calendar + from :Show calendar
      to :Show Calendar + to :Show calendar
      to :Show Calendar + to :Show calendar
      to :Show Calendar + to :Show calendar