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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-2 / +1 lines)
Lines 124-130 Link Here
124
                                                <div class="hint">This will delete the exceptions inside a given range. Be careful about your scope range; if it is oversized you could slow down Koha.</div>
124
                                                <div class="hint">This will delete the exceptions inside a given range. Be careful about your scope range; if it is oversized you could slow down Koha.</div>
125
                                            </li>
125
                                            </li>
126
                                            <li class="radio">
126
                                            <li class="radio">
127
                                                <input type="radio" name="showOperation" id="showOperationEdit" value="edit" checked="checked" /> <label for="showOperationEdit">Edit this holiday</label>
127
                                                <input type="radio" name="showOperation" id="showOperationEdit" value="cud-edit" checked="checked" /> <label for="showOperationEdit">Edit this holiday</label>
128
                                                <a href="#" class="helptext">[?]</a>
128
                                                <a href="#" class="helptext">[?]</a>
129
                                                <div class="hint">This will save changes to the holiday's title and description. If the information for a repeatable holiday is modified, it affects all of the dates on which the holiday is repeated.</div></li>
129
                                                <div class="hint">This will save changes to the holiday's title and description. If the information for a repeatable holiday is modified, it affects all of the dates on which the holiday is repeated.</div></li>
130
                                            <li class="checkbox">
130
                                            <li class="checkbox">
131
- 

Return to bug 37580