|
Lines 93-98
Link Here
|
| 93 |
<th>Item level holds</th> |
93 |
<th>Item level holds</th> |
| 94 |
<th>Article requests</th> |
94 |
<th>Article requests</th> |
| 95 |
<th>Rental discount (%)</th> |
95 |
<th>Rental discount (%)</th> |
|
|
96 |
<th>Note</th> |
| 96 |
<th>Actions</th> |
97 |
<th>Actions</th> |
| 97 |
</tr> |
98 |
</tr> |
| 98 |
</thead> |
99 |
</thead> |
|
Lines 212-218
Link Here
|
| 212 |
<span>Item only</span> |
213 |
<span>Item only</span> |
| 213 |
[% END %] |
214 |
[% END %] |
| 214 |
</td> |
215 |
</td> |
| 215 |
<td>[% rule.rentaldiscount | html %]</td> |
216 |
<td>[% rule.rentaldiscount | html %]</td> |
|
|
217 |
<td>[% rule.note | html %]</td> |
| 216 |
<td class="actions"> |
218 |
<td class="actions"> |
| 217 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
219 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
| 218 |
<a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype | html %]&categorycode=[% rule.categorycode | html %]&branch=[% rule.current_branch | html %]"><i class="fa fa-trash"></i> Delete</a> |
220 |
<a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype | html %]&categorycode=[% rule.categorycode | html %]&branch=[% rule.current_branch | html %]"><i class="fa fa-trash"></i> Delete</a> |
|
Lines 313-318
Link Here
|
| 313 |
</select> |
315 |
</select> |
| 314 |
</td> |
316 |
</td> |
| 315 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
317 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
|
|
318 |
<td><input type="text" name="note" id="note" size="15" value=""></td> |
| 316 |
<td class="actions"> |
319 |
<td class="actions"> |
| 317 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
320 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
| 318 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button> |
321 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button> |
|
Lines 350-355
Link Here
|
| 350 |
<th>Item level holds</th> |
353 |
<th>Item level holds</th> |
| 351 |
<th>Article requests</th> |
354 |
<th>Article requests</th> |
| 352 |
<th>Rental discount (%)</th> |
355 |
<th>Rental discount (%)</th> |
|
|
356 |
<th>Note</th> |
| 353 |
<th> </th> |
357 |
<th> </th> |
| 354 |
</tr> |
358 |
</tr> |
| 355 |
</tfoot> |
359 |
</tfoot> |
| 356 |
- |
|
|