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=4a64f4138ff549ab6469997ba77a5b0b5169baa4;hb=850594234447aec6fb1fe35590bd11019cab1427;hp=fb73fd15ea9957b0a6052f8d3ad3a3fe5e07528b;hpb=0d4acbba5c5db238eb42ed37dc9ba3dc2f36974b;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 fb73fd15ea..4a64f4138f 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 KohaAuthorisedValues %] +[% USE KohaBranchName %] [% 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-strings.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 %] @@ -148,12 +160,13 @@ $(document).ready(function() { calcNewsuggTotal(); });