@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -168,6 +168,7 @@ $(document).ready(function() { Patron category Item type + Actions Current checkouts allowed Current on-site checkouts allowed Loan period @@ -211,6 +212,11 @@ $(document).ready(function() { [% rule.translated_description %] [% END %] + + Edit + Delete + + [% IF ( rule.unlimited_maxissueqty ) %] Unlimited [% ELSE %] @@ -295,7 +301,8 @@ $(document).ready(function() { Edit Delete - + + [% END %] @@ -315,6 +322,11 @@ $(document).ready(function() { [% END %] + + + + + @@ -395,6 +407,7 @@ $(document).ready(function() { Patron category Item type +   Current checkouts allowed Current on-site checkouts allowed Loan period @@ -420,7 +433,7 @@ $(document).ready(function() { Item level holds Article requests Rental discount (%) -   +   --