|
Lines 41-47
Link Here
|
| 41 |
<p>To modify a rule, create a new one with the same patron category and item type.</p> |
41 |
<p>To modify a rule, create a new one with the same patron category and item type.</p> |
| 42 |
</div> |
42 |
</div> |
| 43 |
<div> |
43 |
<div> |
| 44 |
[% UNLESS restricted_to_own_library %] |
44 |
[% UNLESS restricted_to_own_library || Branches.all().size == 1 %] |
| 45 |
<form method="get" action="/cgi-bin/koha/admin/smart-rules.pl" id="selectlibrary"> |
45 |
<form method="get" action="/cgi-bin/koha/admin/smart-rules.pl" id="selectlibrary"> |
| 46 |
Select a library : |
46 |
Select a library : |
| 47 |
<select name="branch" id="branch" style="width:20em;"> |
47 |
<select name="branch" id="branch" style="width:20em;"> |
| 48 |
- |
|
|