X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fadmin%2Fsmart-rules.tt;h=03a8bdcf7dd8a6b9d31783eeae83600b1574ef63;hb=5ee536c715f90262c344b2afc9a9456382c858b1;hp=99c03d344323e35690feecd17a5f99d083b09e7d;hpb=84020230ebee553bccf4bfd895719806a7d211f5;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index 99c03d3443..03a8bdcf7d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -1,130 +1,10 @@ [% USE Branches %] +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Circulation and fine rules [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'calendar.inc' %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] @@ -198,6 +78,7 @@ $(document).ready(function() { Cap fine at replacement price Suspension in days (day) Max. suspension duration (day) + Fine day charging interval Renewals allowed (count) Renewal period No renewal before @@ -234,13 +115,13 @@ $(document).ready(function() { [% IF ( rule.unlimited_maxissueqty ) %] - Unlimited + Unlimited [% ELSE %] [% rule.maxissueqty %] [% END %] [% IF rule.unlimited_maxonsiteissueqty %] - Unlimited + Unlimited [% ELSE %] [% rule.maxonsiteissueqty %] [% END %] @@ -262,12 +143,18 @@ $(document).ready(function() { [% END %] [% ELSE %] - None defined + None defined [% END %] [% rule.fine %] [% rule.chargeperiod %] - [% IF rule.chargeperiod_charge_at %]Start of interval[% ELSE %]End of interval[% END %] + + [% IF rule.chargeperiod_charge_at %] + Start of interval + [% ELSE %] + End of interval + [% END %] + [% rule.firstremind %] [% rule.overduefinescap FILTER format("%.2f") %] @@ -279,14 +166,15 @@ $(document).ready(function() { [% rule.finedays %] [% rule.maxsuspensiondays %] + [% rule.suspension_chargeperiod %] [% rule.renewalsallowed %] [% rule.renewalperiod %] [% rule.norenewalbefore %] [% IF ( rule.auto_renew ) %] - Yes + Yes [% ELSE %] - No + No [% END %] [% rule.no_auto_renewal_after %] @@ -295,22 +183,31 @@ $(document).ready(function() { [% rule.holds_per_record %] [% IF rule.onshelfholds == 1 %] - Yes + Yes [% ELSIF rule.onshelfholds == 2 %] - If all unavailable + If all unavailable [% ELSE %] - If any unavailable - [% END %] - [% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %] + If any unavailable + [% END %] + + + [% IF rule.opacitemholds == 'F'%] + Force + [% ELSIF rule.opacitemholds == 'Y'%] + Allow + [% ELSE %] + Don't allow + [% END %] + [% IF rule.article_requests == 'no' %] - No + No [% ELSIF rule.article_requests == 'yes' %] - Yes + Yes [% ELSIF rule.article_requests == 'bib_only' %] - Record only + Record only [% ELSIF rule.article_requests == 'item_only' %] - Item only + Item only [% END %] [% rule.rentaldiscount %] @@ -374,6 +271,7 @@ $(document).ready(function() { + @@ -436,6 +334,7 @@ $(document).ready(function() { Overdue fines cap (amount) Cap fine at replacement price Suspension in days (day) + Fine day charging interval Max. suspension duration (day) Renewals allowed (count) Renewal period @@ -599,13 +498,13 @@ $(document).ready(function() { [% END %] [% IF ( branch_cat_rule_loo.unlimited_maxissueqty ) %] - Unlimited + Unlimited [% ELSE %] [% branch_cat_rule_loo.maxissueqty %] [% END %] [% IF ( branch_cat_rule_loo.unlimited_maxonsiteissueqty ) %] - Unlimited + Unlimited [% ELSE %] [% branch_cat_rule_loo.maxonsiteissueqty %] [% END %] @@ -755,29 +654,29 @@ $(document).ready(function() { [% END %] [% IF ( branch_item_rule_loo.holdallowed_any ) %] - From any library + From any library [% ELSIF ( branch_item_rule_loo.holdallowed_same ) %] - From home library + From home library [% ELSE %] - No holds allowed + No holds allowed [% END %] [% IF ( branch_item_rule_loo.hold_fulfillment_policy == 'any' ) %] - any library + any library [% ELSIF ( branch_item_rule_loo.hold_fulfillment_policy == 'homebranch' ) %] - item's home library + item's home library [% ELSIF ( branch_item_rule_loo.hold_fulfillment_policy == 'holdingbranch' ) %] - item's holding library + item's holding library [% END %] [% IF ( branch_item_rule_loo.returnbranch == 'homebranch' ) %] - Item returns home + Item returns home [% ELSIF ( branch_item_rule_loo.returnbranch == 'holdingbranch' ) %] - Item returns to issuing branch + Item returns to issuing branch [% ELSIF ( branch_item_rule_loo.returnbranch == 'noreturn' ) %] - Item floats + Item floats [% ELSE %] - Error - unknown option + Error - unknown option [% END %] @@ -834,4 +733,127 @@ $(document).ready(function() { [% INCLUDE 'admin-menu.inc' %] + +[% MACRO jsinclude BLOCK %] + + [% INCLUDE 'calendar.inc' %] + +[% END %] [% INCLUDE 'intranet-bottom.inc' %]