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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-31 / +36 lines)
Lines 215-250 Link Here
215
		    <!-- showTitle is necessary for exception radio button to work properly --> 
215
		    <!-- showTitle is necessary for exception radio button to work properly --> 
216
				<label for="showDescription">Description:</label>
216
				<label for="showDescription">Description:</label>
217
				<textarea rows="2" cols="40" id="showDescription" name="showDescription"></textarea>	
217
				<textarea rows="2" cols="40" id="showDescription" name="showDescription"></textarea>	
218
		    </li>
218
            </li>
219
			<li class="radio"><div id="exceptionPosibility" style="position:static">
219
            <li class="radio"><div id="exceptionPosibility" style="position:static">
220
				<input type="radio" name="showOperation" id="showOperationExc" value="exception" /> <label for="showOperationExc">Generate an exception for this repeated holiday.</label>
220
                <input type="radio" name="showOperation" id="showOperationExc" value="exception" />
221
				<a href="#" class="helptext">[?]</a>
221
                <label for="showOperationExc">Generate an exception for this repeated holiday.</label>
222
				<div class="hint">You can make an exception for this holiday rule. This means that you will be able to say that for a repeatable holiday there is one day which is going to be an exception.</div>
222
                <a href="#" class="helptext">[?]</a>
223
			</div></li>
223
                <div class="hint">You can make an exception for this holiday rule. This means that you will be able to say that for a repeatable holiday there is one day which is going to be an exception.</div>
224
			<li class="radio"><input type="radio" name="showOperation" id="showOperationExcRange" value="exceptionrange" />
224
            </div></li>
225
				<label for="newOperationFieldException">Generate exceptions on a range of dates.</label>.
225
            <li class="radio"><input type="radio" name="showOperation" id="showOperationExcRange" value="exceptionrange" />
226
				<a href="#" class="helptext">[?]</a>
226
                <label for="newOperationFieldException">Generate exceptions on a range of dates.</label>.
227
				<div class="hint">You can make an exception on a range of dates repeated yearly.</div>
227
                <a href="#" class="helptext">[?]</a>
228
			</li>
228
                <div class="hint">You can make an exception on a range of dates repeated yearly.</div>
229
			<li class="radio"><input type="radio" name="showOperation" id="showOperationDel" value="delete" /> <label for="showOperationDel" id="showOperationDelLabel">Delete this holiday</label>
229
            </li>
230
				<a href="#" class="helptext">[?]</a>
230
            <li class="radio"><input type="radio" name="showOperation" id="showOperationDel" value="delete" />
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>
231
                <label for="showOperationDel" id="showOperationDelLabel">Delete this holiday</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>.
232
                <a href="#" class="helptext">[?]</a>
233
				<a href="#" class="helptext">[?]</a>
233
                <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>
234
				<div class="hint">This will delete the single holidays rules only. The repeatable holidays and exceptions will not be deleted.</div>
234
            <li class="radio"><input type="radio" name="showOperation" id="showOperationDelRange" value="deleterange" />
235
			</li>
235
                <label for="showOperationDelRange" id="showOperationDelLabelRange">Delete the single 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>.
236
                <a href="#" class="helptext">[?]</a>
237
				<a href="#" class="helptext">[?]</a>
237
                <div class="hint">This will delete the single holidays rules only. The repeatable holidays and exceptions will not be deleted.</div>
238
				<div class="hint">This will delete the repeated holidays rules only. The repeatable holidays will be deleted but not the exceptions.</div>
238
            /li>
239
			</li>
239
            <li class="radio"><input type="radio" name="showOperation" id="showOperationDelRangeRepeat" value="deleterangerepeat" />
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
                <label for="showOperationDelRangeRepeat" id="showOperationDelLabelRangeRepeat">Delete the repeated holidays 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 careful about your scope range. If it is oversized, you could slow down Koha.</div>
242
                <div class="hint">This will delete the repeated holidays rules only. The repeatable holidays will be deleted but not the exceptions.</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="showOperationDelRangeRepeatExcept" value="deleterangerepeatexcept" />
245
				<a href="#" class="helptext">[?]</a>
245
                <label for="showOperationDelRangeRepeatExcept" id="showOperationDelLabelRangeRepeatExcept">Delete the exceptions on a range</label>.
246
				<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>
246
                <a href="#" class="helptext">[?]</a>
247
			</ol>
247
                <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>
248
            </li>
249
            <li class="radio"><input type="radio" name="showOperation" id="showOperationEdit" value="edit" checked="checked" />
250
                <label for="showOperationEdit">Edit this holiday</label>
251
                <a href="#" class="helptext">[?]</a>
252
                <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>
253
            </ol>
248
			<fieldset class="action">
254
			<fieldset class="action">
249
				<input type="submit" name="submit" value="Save" />
255
				<input type="submit" name="submit" value="Save" />
250
				<a href="#" class="cancel" name="cancel2" onclick=" hidePanel('showHoliday');">Cancel</a>
256
				<a href="#" class="cancel" name="cancel2" onclick=" hidePanel('showHoliday');">Cancel</a>
251
- 

Return to bug 7351