View | Details | Raw Unified | Return to bug 14290
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-1 / +25 lines)
Lines 299-304 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
299
                        <input type="button" name="cancel" value="Clear" onclick="clear_edit();return false;" />
299
                        <input type="button" name="cancel" value="Clear" onclick="clear_edit();return false;" />
300
                    </td>
300
                    </td>
301
                </tr>
301
                </tr>
302
                <tfoot>
303
                    <tr>
304
                      <th>Patron category</th>
305
                      <th>Item type</th>
306
                      <th>Current checkouts allowed</th>
307
                      <th>Loan period</th>
308
                      <th>Unit</th>
309
                      <th>Hard due date</th>
310
                      <th>Fine amount</th>
311
                      <th>Fine charging interval</th>
312
                      <th>Fine grace period (day)</th>
313
                      <th>Overdue fines cap (amount)</th>
314
                      <th>Suspension in days (day)</th>
315
                      <th>Max. suspension duration (day)</th>
316
                      <th>Renewals allowed (count)</th>
317
                      <th>Renewal period</th>
318
                      <th>No renewal before</th>
319
                      <th>Automatic renewal</th>
320
                      <th>Holds allowed (count)</th>
321
                      <th>On shelf holds allowed</th>
322
                      <th>Item level holds</th>
323
                      <th>Rental discount (%)</th>
324
                      <th colspan="2">&nbsp;</th>
325
                    </tr>
326
                  </tfoot>
302
                </tbody>
327
                </tbody>
303
            </table>
328
            </table>
304
        </form>
329
        </form>
305
- 

Return to bug 14290