|
Lines 133-139
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
| 133 |
|
133 |
|
| 134 |
<form method="post" action="/cgi-bin/koha/admin/smart-rules.pl"> |
134 |
<form method="post" action="/cgi-bin/koha/admin/smart-rules.pl"> |
| 135 |
<input type="hidden" name="op" value="add" /> |
135 |
<input type="hidden" name="op" value="add" /> |
| 136 |
<input type="hidden" name="branch" value="[% branch %]"/> |
136 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
| 137 |
<table id="default-circulation-rules"> |
137 |
<table id="default-circulation-rules"> |
| 138 |
<thead> |
138 |
<thead> |
| 139 |
<tr> |
139 |
<tr> |
| 140 |
- |
|
|