Lines 193-198
$(document).ready(function() {
Link Here
|
193 |
<th>Item level holds</th> |
193 |
<th>Item level holds</th> |
194 |
<th>Article requests</th> |
194 |
<th>Article requests</th> |
195 |
<th>Rental discount (%)</th> |
195 |
<th>Rental discount (%)</th> |
|
|
196 |
<th>Note</th> |
196 |
<th>Actions</th> |
197 |
<th>Actions</th> |
197 |
</tr> |
198 |
</tr> |
198 |
</thead> |
199 |
</thead> |
Lines 292-297
$(document).ready(function() {
Link Here
|
292 |
[% END %] |
293 |
[% END %] |
293 |
</td> |
294 |
</td> |
294 |
<td>[% rule.rentaldiscount %]</td> |
295 |
<td>[% rule.rentaldiscount %]</td> |
|
|
296 |
<td>[% rule.note %]</td> |
295 |
<td class="actions"> |
297 |
<td class="actions"> |
296 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
298 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
297 |
<a class="btn btn-default btn-xs delete" 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> |
299 |
<a class="btn btn-default btn-xs delete" 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> |
Lines 385-390
$(document).ready(function() {
Link Here
|
385 |
</select> |
387 |
</select> |
386 |
</td> |
388 |
</td> |
387 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
389 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
|
|
390 |
<td><input type="text" name="note" id="note" size="15" value=""></td> |
388 |
<td class="actions"> |
391 |
<td class="actions"> |
389 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
392 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
390 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button> |
393 |
<button type="submit" class="btn btn-default btn-xs"><i class="fa fa-save"></i> Save</button> |
Lines 420-425
$(document).ready(function() {
Link Here
|
420 |
<th>Item level holds</th> |
423 |
<th>Item level holds</th> |
421 |
<th>Article requests</th> |
424 |
<th>Article requests</th> |
422 |
<th>Rental discount (%)</th> |
425 |
<th>Rental discount (%)</th> |
|
|
426 |
<th>Note</th> |
423 |
<th colspan="2"> </th> |
427 |
<th colspan="2"> </th> |
424 |
</tr> |
428 |
</tr> |
425 |
</tfoot> |
429 |
</tfoot> |
426 |
- |
|
|