Lines 228-245
Link Here
|
228 |
</li> |
228 |
</li> |
229 |
<li class="radio"><input type="radio" name="showOperation" id="showOperationDel" value="delete" /> <label for="showOperationDel" id="showOperationDelLabel">Delete this holiday</label> |
229 |
<li class="radio"><input type="radio" name="showOperation" id="showOperationDel" value="delete" /> <label for="showOperationDel" id="showOperationDelLabel">Delete this holiday</label> |
230 |
<a href="#" class="helptext">[?]</a> |
230 |
<a href="#" class="helptext">[?]</a> |
231 |
<div class="hint">This will delete this holiday rule. If it is a repeatable holiday, this option checks for posible exceptions. If an exception exists, this option will remove the exception and set the date to a regular holiday.</div></li> |
231 |
<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></li> |
232 |
<li class="radio"><input type="radio" name="showOperation" id="showOperationDelRange" value="deleterange" /><label for="showOperationDelRange" id="showOperationDelLabelRange">Delete the single holidays on a range</label>. |
232 |
<li class="radio"><input type="radio" name="showOperation" id="showOperationDelRange" value="deleterange" /><label for="showOperationDelRange" id="showOperationDelLabelRange">Delete the single holidays on a range</label>. |
233 |
<a href="#" class="helptext">[?]</a> |
233 |
<a href="#" class="helptext">[?]</a> |
234 |
<div class="hint">This will delete the single holidays rules only. The repeatable holidays and exceptions will not be deleted</div> |
234 |
<div class="hint">This will delete the single holidays rules only. The repeatable holidays and exceptions will not be deleted.</div> |
235 |
</li> |
235 |
</li> |
236 |
<li class="radio"><input type="radio" name="showOperation" id="showOperationDelRangeRepeat" value="deleterangerepeat" /><label for="showOperationDelRangeRepeat" id="showOperationDelLabelRangeRepeat">Delete the repeated holidays on a range</label>. |
236 |
<li class="radio"><input type="radio" name="showOperation" id="showOperationDelRangeRepeat" value="deleterangerepeat" /><label for="showOperationDelRangeRepeat" id="showOperationDelLabelRangeRepeat">Delete the repeated holidays on a range</label>. |
237 |
<a href="#" class="helptext">[?]</a> |
237 |
<a href="#" class="helptext">[?]</a> |
238 |
<div class="hint">This will delete the repeated holidays rules only. The repeatable holidays will be deleted but not exceptions</div> |
238 |
<div class="hint">This will delete the repeated holidays rules only. The repeatable holidays will be deleted but not the exceptions.</div> |
239 |
</li> |
239 |
</li> |
240 |
<li class="radio"><input type="radio" name="showOperation" id="showOperationDelRangeRepeatExcept" value="deleterangerepeatexcept" /><label for="showOperationDelRangeRepeatExcept" id="showOperationDelLabelRangeRepeatExcept">Delete the exceptions on a range</label>. |
240 |
<li class="radio"><input type="radio" name="showOperation" id="showOperationDelRangeRepeatExcept" value="deleterangerepeatexcept" /><label for="showOperationDelRangeRepeatExcept" id="showOperationDelLabelRangeRepeatExcept">Delete the exceptions on a range</label>. |
241 |
<a href="#" class="helptext">[?]</a> |
241 |
<a href="#" class="helptext">[?]</a> |
242 |
<div class="hint">This will delete the exceptions inside a given range. Be carefull about your scope range if it is oversized you could slow down koha</div> |
242 |
<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> |
243 |
</li> |
243 |
</li> |
244 |
<li class="radio"><input type="radio" name="showOperation" id="showOperationEdit" value="edit" checked="checked" /> <label for="showOperationEdit">Edit this holiday</label> |
244 |
<li class="radio"><input type="radio" name="showOperation" id="showOperationEdit" value="edit" checked="checked" /> <label for="showOperationEdit">Edit this holiday</label> |
245 |
<a href="#" class="helptext">[?]</a> |
245 |
<a href="#" class="helptext">[?]</a> |
Lines 313-324
Link Here
|
313 |
<li class="radio"><input type="radio" name="newOperation" id="newOperationField" value="holidayrange" /> |
313 |
<li class="radio"><input type="radio" name="newOperation" id="newOperationField" value="holidayrange" /> |
314 |
<label for="newOperationField">Holidays on a range</label>. |
314 |
<label for="newOperationField">Holidays on a range</label>. |
315 |
<a href="#" class="helptext">[?]</a> |
315 |
<a href="#" class="helptext">[?]</a> |
316 |
<div class="hint">Make a single holiday on a range. For example, selecting August 1st, 2012 and August 10st, 2012 will make all days between 1st and 10st holiday, but will not affect August 1st-10st in other years.</div> |
316 |
<div class="hint">Make a single holiday on a range. For example, selecting August 1st, 2012 and August 10th, 2012 will make all days between 1st and 10th holiday, but will not affect August 1-10 in other years.</div> |
317 |
</li> |
317 |
</li> |
318 |
<li class="radio"><input type="radio" name="newOperation" id="newOperationFieldyear" value="holidayrangerepeat" /> |
318 |
<li class="radio"><input type="radio" name="newOperation" id="newOperationFieldyear" value="holidayrangerepeat" /> |
319 |
<label for="newOperationFieldyear">Holidays repeated yearly on a range</label>. |
319 |
<label for="newOperationFieldyear">Holidays repeated yearly on a range</label>. |
320 |
<a href="#" class="helptext">[?]</a> |
320 |
<a href="#" class="helptext">[?]</a> |
321 |
<div class="hint">Make a single holiday on a range repeated yearly. For example, selecting August 1st, 2012 and August 10st, 2012 will make all days between 1st and 10st holiday, and will affect August 1st-10st in other years.</div> |
321 |
<div class="hint">Make a single holiday on a range repeated yearly. For example, selecting August 1st, 2012 and August 10th, 2012 will make all days between 1st and 10th holiday, and will affect August 1-10 in other years.</div> |
322 |
</li> |
322 |
</li> |
323 |
<li class="radio"> |
323 |
<li class="radio"> |
324 |
<input type="checkbox" name="allBranches" id="allBranches" /> |
324 |
<input type="checkbox" name="allBranches" id="allBranches" /> |
325 |
- |
|
|