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=0071ddef7874cfbd5890185dd5d3ab7aecc96d38;hb=df97814f3034a3d5015546c4eca21f08ae951e37;hp=b687595ad111c5892ccc38c478c56c35cdf8910d;hpb=5167c32060609a08e73413986f94994bb10c3e9a;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 b687595ad1..0071ddef78 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1,35 +1,40 @@ +[% USE Branches %] +[% USE AuthorisedValues %] +[% USE KohaDates %] +[% USE Price %] [% 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 %] + [% IF ( suggestionid ) %] + Suggestions › Edit suggestion #[% suggestionid %] [% ELSE %] - Enter a new purchase suggestion + Suggestions › Add suggestion [% END %] + [% ELSIF ( op == 'show' ) %] + Suggestions › Show suggestion #[% suggestionid %] [% ELSE %] Suggestions management [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] -[% IF ( op_else ) %] - +[% IF ( op == 'show' ) %] + +[% END %] +[% IF ( op_else ) %] + +[% INCLUDE 'datatables.inc' %] + [% ELSE %] - +h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { display : none; } +.overlay { top: 180px; left: 50%; position: absolute; margin-left: -100px; width: 200px; text-align: center; display: none; margin-top: -10px; background: #eeffd4; padding: .5em; color: #000; } .note { -moz-border-radius: 3px; border-radius:3px; background: transparent url("[% interface %]/[% theme %]/img/famfamfam/silk/comment.png") top left no-repeat; padding : 1px 3px 1px 18px; font-size : 90%; } +[% END %] +[% IF ( op_save ) %] + [% END %] - + [% INCLUDE 'header.inc' %] @@ -148,12 +179,13 @@ $(document).ready(function() { calcNewsuggTotal(); });