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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-2 / +1 lines)
Lines 103-109 Link Here
103
                                                </div>
103
                                                </div>
104
                                            </li>
104
                                            </li>
105
                                            <li class="radio">
105
                                            <li class="radio">
106
                                                <input type="radio" name="showOperation" id="showOperationDel" value="delete" />
106
                                                <input type="radio" name="showOperation" id="showOperationDel" value="cud-delete" />
107
                                                <label for="showOperationDel" id="showOperationDelLabel">Delete this holiday</label>
107
                                                <label for="showOperationDel" id="showOperationDelLabel">Delete this holiday</label>
108
                                                <a href="#" class="helptext">[?]</a>
108
                                                <a href="#" class="helptext">[?]</a>
109
                                                <div class="hint">This will delete this holiday rule. If it is a repeatable holiday, this option checks for possible exceptions. If an exception exists, this option will remove the exception and set the date to a regular holiday.</div>
109
                                                <div class="hint">This will delete this holiday rule. If it is a repeatable holiday, this option checks for possible exceptions. If an exception exists, this option will remove the exception and set the date to a regular holiday.</div>
110
- 

Return to bug 36830