Lines 380-387
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
380 |
<th>Total current on-site checkouts allowed</th> |
380 |
<th>Total current on-site checkouts allowed</th> |
381 |
<th>Hold policy</th> |
381 |
<th>Hold policy</th> |
382 |
<th>Return policy</th> |
382 |
<th>Return policy</th> |
383 |
<th> </th> |
383 |
<th>Actions</th> |
384 |
<th> </th> |
|
|
385 |
</tr> |
384 |
</tr> |
386 |
<tr> |
385 |
<tr> |
387 |
<td><em>Defaults[% UNLESS ( default_rules ) %] (not set)[% END %]</em></td> |
386 |
<td><em>Defaults[% UNLESS ( default_rules ) %] (not set)[% END %]</em></td> |
Lines 437-445
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
437 |
</option> |
436 |
</option> |
438 |
</select> |
437 |
</select> |
439 |
</td> |
438 |
</td> |
440 |
<td><input type="submit" value="Save" class="submit" /></td> |
439 |
<td class="actions"> |
441 |
<td> |
440 |
<button type="submit" class="btn btn-mini"><i class="fa fa-save"></i> Save</button> |
442 |
<a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-cat&categorycode=*&branch=[% current_branch %]">Unset</a> |
441 |
<a class="btn btn-mini" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-cat&categorycode=*&branch=[% current_branch %]"><i class="fa fa-undo"></i> Unset</a> |
443 |
</td> |
442 |
</td> |
444 |
</tr> |
443 |
</tr> |
445 |
</table> |
444 |
</table> |
Lines 489-496
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
489 |
[% END %] |
488 |
[% END %] |
490 |
</td> |
489 |
</td> |
491 |
|
490 |
|
492 |
<td> |
491 |
<td class="actions"> |
493 |
<a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-cat&categorycode=[% branch_cat_rule_loo.categorycode %]&branch=[% current_branch %]">Delete</a> |
492 |
<a class="btn btn-mini" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-cat&categorycode=[% branch_cat_rule_loo.categorycode %]&branch=[% current_branch %]"><i class="fa fa-trash"></i> Delete</a> |
494 |
</td> |
493 |
</td> |
495 |
</tr> |
494 |
</tr> |
496 |
[% END %] |
495 |
[% END %] |
Lines 504-510
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
504 |
</td> |
503 |
</td> |
505 |
<td><input name="maxissueqty" size="3" /></td> |
504 |
<td><input name="maxissueqty" size="3" /></td> |
506 |
<td><input name="maxonsiteissueqty" size="3" /></td> |
505 |
<td><input name="maxonsiteissueqty" size="3" /></td> |
507 |
<td><input type="submit" value="Add" class="submit" /></td> |
506 |
<td class="actions"><button type="submit" class="btn btn-mini"><i class="fa fa-plus"></i> Add</td> |
508 |
</tr> |
507 |
</tr> |
509 |
</table> |
508 |
</table> |
510 |
</form> |
509 |
</form> |
Lines 569-576
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
569 |
Error - unknown option |
568 |
Error - unknown option |
570 |
[% END %] |
569 |
[% END %] |
571 |
</td> |
570 |
</td> |
572 |
<td> |
571 |
<td class="actions"> |
573 |
<a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-item&itemtype=[% branch_item_rule_loo.itemtype %]&branch=[% current_branch %]">Delete</a> |
572 |
<a class="btn btn-mini" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-item&itemtype=[% branch_item_rule_loo.itemtype %]&branch=[% current_branch %]"><i class="fa fa-trash"></i> Delete</a> |
574 |
</td> |
573 |
</td> |
575 |
</tr> |
574 |
</tr> |
576 |
[% END %] |
575 |
[% END %] |
Lines 596-602
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
596 |
<option value="noreturn">Item floats</option> |
595 |
<option value="noreturn">Item floats</option> |
597 |
</select> |
596 |
</select> |
598 |
</td> |
597 |
</td> |
599 |
<td><input type="submit" value="Add" class="submit" /></td> |
598 |
<td class="actions"><button type="submit" class="btn btn-mini"><i class="fa fa-plus"></i> Add</button></td> |
600 |
</tr> |
599 |
</tr> |
601 |
</table> |
600 |
</table> |
602 |
</form> |
601 |
</form> |
603 |
- |
|
|