Lines 173-179
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
173 |
<th>On shelf holds allowed</th> |
173 |
<th>On shelf holds allowed</th> |
174 |
<th>Item level holds</th> |
174 |
<th>Item level holds</th> |
175 |
<th>Rental discount (%)</th> |
175 |
<th>Rental discount (%)</th> |
176 |
<th colspan="2"> </th> |
176 |
<th>Actions</th> |
177 |
</tr> |
177 |
</tr> |
178 |
</thead> |
178 |
</thead> |
179 |
<tbody> |
179 |
<tbody> |
Lines 251-259
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
251 |
<td>[% IF rule.onshelfholds %]Yes[% ELSE %]No[% END %]</td> |
251 |
<td>[% IF rule.onshelfholds %]Yes[% ELSE %]No[% END %]</td> |
252 |
<td>[% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td> |
252 |
<td>[% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td> |
253 |
<td>[% rule.rentaldiscount %]</td> |
253 |
<td>[% rule.rentaldiscount %]</td> |
254 |
<td><a href="#" class="editrule">Edit</a></td> |
254 |
<td class="actions"> |
255 |
<td> |
255 |
<a href="#" class="editrule btn btn-mini"><i class="fa fa-pencil"></i> Edit</a> |
256 |
<a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype %]&categorycode=[% rule.categorycode %]&branch=[% rule.current_branch %]">Delete</a> |
256 |
<a class="btn btn-mini" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype %]&categorycode=[% rule.categorycode %]&branch=[% rule.current_branch %]"><i class="fa fa-trash"></i> Delete</a> |
257 |
</td> |
257 |
</td> |
258 |
</tr> |
258 |
</tr> |
259 |
[% END %] |
259 |
[% END %] |
Lines 329-338
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
329 |
</select> |
329 |
</select> |
330 |
</td> |
330 |
</td> |
331 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
331 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
332 |
<td colspan="2"> |
332 |
<td class="actions"> |
333 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
333 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
334 |
<input type="submit" value="Save" class="submit" /> |
334 |
<button type="submit" class="btn btn-mini"><i class="fa fa-save"></i> Save</button> |
335 |
<input type="button" name="cancel" value="Clear" onclick="clear_edit();return false;" /> |
335 |
<button name="cancel" onclick="clear_edit();return false;" class="btn btn-mini"><i class="fa fa-undo"></i> Clear</button> |
336 |
</td> |
336 |
</td> |
337 |
</tr> |
337 |
</tr> |
338 |
<tfoot> |
338 |
<tfoot> |
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 |
- |
|
|