Lines 97-102
Link Here
|
97 |
<th>Item level holds</th> |
97 |
<th>Item level holds</th> |
98 |
<th>Article requests</th> |
98 |
<th>Article requests</th> |
99 |
<th>Rental discount (%)</th> |
99 |
<th>Rental discount (%)</th> |
|
|
100 |
<th>Note</th> |
100 |
<th>Actions</th> |
101 |
<th>Actions</th> |
101 |
</tr> |
102 |
</tr> |
102 |
</thead> |
103 |
</thead> |
Lines 222-228
Link Here
|
222 |
<span>Item only</span> |
223 |
<span>Item only</span> |
223 |
[% END %] |
224 |
[% END %] |
224 |
</td> |
225 |
</td> |
225 |
<td>[% rule.rentaldiscount | html %]</td> |
226 |
<td>[% rule.rentaldiscount | html %]</td> |
|
|
227 |
<td>[% rule.note | html %]</td> |
226 |
<td class="actions"> |
228 |
<td class="actions"> |
227 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
229 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
228 |
<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> |
230 |
<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 324-329
Link Here
|
324 |
</select> |
326 |
</select> |
325 |
</td> |
327 |
</td> |
326 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
328 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
|
|
329 |
<td><input type="text" name="note" id="note" size="15" value=""></td> |
327 |
<td class="actions"> |
330 |
<td class="actions"> |
328 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
331 |
<input type="hidden" name="branch" value="[% current_branch | html %]"/> |
329 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button> |
332 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button> |
Lines 362-367
Link Here
|
362 |
<th>Item level holds</th> |
365 |
<th>Item level holds</th> |
363 |
<th>Article requests</th> |
366 |
<th>Article requests</th> |
364 |
<th>Rental discount (%)</th> |
367 |
<th>Rental discount (%)</th> |
|
|
368 |
<th>Note</th> |
365 |
<th> </th> |
369 |
<th> </th> |
366 |
</tr> |
370 |
</tr> |
367 |
</tfoot> |
371 |
</tfoot> |
368 |
- |
|
|