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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc (-2 / +2 lines)
Lines 14-20 Link Here
14
			         ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
14
			         ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
15
			         button : "newduedate_button",
15
			         button : "newduedate_button",
16
			         disableFunc : validate1,
16
			         disableFunc : validate1,
17
			         dateStatusFunc : validate1,
17
			         dateStatusFunc : validate1
18
			       }
18
			       }
19
			    );
19
			    );
20
			//]]>
20
			//]]>
Lines 22-25 Link Here
22
			<p><label>Forgive fines on return: <input type="checkbox" name="exemptfine" value="1" /></label></p>
22
			<p><label>Forgive fines on return: <input type="checkbox" name="exemptfine" value="1" /></label></p>
23
		</td>
23
		</td>
24
	</tr>
24
	</tr>
25
</tfoot>
25
</tfoot>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl (-1 / +1 lines)
Lines 170-176 Link Here
170
        inputField     :    "budget_period_enddate",
170
        inputField     :    "budget_period_enddate",
171
        ifFormat         :    "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
171
        ifFormat         :    "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
172
        button         :    "openCalendarTo",
172
        button         :    "openCalendarTo",
173
        align          :    "Tl",
173
        align          :    "Tl"
174
        });
174
        });
175
    </script>
175
    </script>
176
				<div class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></div>
176
				<div class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl (-1 / +1 lines)
Lines 114-120 to add to Batch <!-- TMPL_VAR NAME="batch_id" --> Link Here
114
        inputField     :    "dateto",
114
        inputField     :    "dateto",
115
      ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
115
      ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
116
        button         :    "openCalendarTo",
116
        button         :    "openCalendarTo",
117
        align          :    "Tl",
117
        align          :    "Tl"
118
    });
118
    });
119
</script>
119
</script>
120
<div class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></div>
120
<div class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl (-2 / +2 lines)
Lines 307-313 function checkMultiHold() { Link Here
307
				ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
307
				ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
308
				button : "CalendarReserveDate",
308
				button : "CalendarReserveDate",
309
				disableFunc : validate1,
309
				disableFunc : validate1,
310
				dateStatusFunc : validate1,
310
				dateStatusFunc : validate1
311
			}
311
			}
312
		);
312
		);
313
		//]]>
313
		//]]>
Lines 338-344 function checkMultiHold() { Link Here
338
				ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
338
				ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
339
				button : "CalendarExpirationDate",
339
				button : "CalendarExpirationDate",
340
				disableFunc : validate1,
340
				disableFunc : validate1,
341
				dateStatusFunc : validate1,
341
				dateStatusFunc : validate1
342
			}
342
			}
343
		);
343
		);
344
		//]]>
344
		//]]>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tmpl (-1 / +1 lines)
Lines 60-66 Link Here
60
                 {
60
                 {
61
					button : "openCalendar",
61
					button : "openCalendar",
62
                     inputField : "date",
62
                     inputField : "date",
63
                     ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
63
                     ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->"
64
                 }
64
                 }
65
                );
65
                );
66
            </script> <span class="required">Required</span>
66
            </script> <span class="required">Required</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tmpl (-2 / +2 lines)
Lines 64-70 Link Here
64
                Calendar.setup(
64
                Calendar.setup(
65
                 {
65
                 {
66
                     inputField : "date1",
66
                     inputField : "date1",
67
                     ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
67
                     ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->"
68
                 }
68
                 }
69
                );
69
                );
70
            </script> <span class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></span></p>
70
            </script> <span class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></span></p>
Lines 76-82 Link Here
76
                Calendar.setup(
76
                Calendar.setup(
77
                 {
77
                 {
78
                     inputField : "date2",
78
                     inputField : "date2",
79
                     ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
79
                     ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->"
80
                 }
80
                 }
81
                );
81
                );
82
            </script> <span class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></span></p>
82
            </script> <span class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></span></p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl (-2 / +2 lines)
Lines 74-80 Edit News Item<!-- TMPL_ELSE -->Add News Item<!-- /TMPL_IF --><!-- TMPL_ELSE --> Link Here
74
                    {
74
                    {
75
                        button : "timestampButton",
75
                        button : "timestampButton",
76
                        inputField : "timestamp",
76
                        inputField : "timestamp",
77
                        ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
77
                        ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->"
78
                    }
78
                    }
79
                    );
79
                    );
80
                </script>
80
                </script>
Lines 89-95 Edit News Item<!-- TMPL_ELSE -->Add News Item<!-- /TMPL_IF --><!-- TMPL_ELSE --> Link Here
89
                    {
89
                    {
90
                        button : "openCalendar",
90
                        button : "openCalendar",
91
                        inputField : "expirationdate",
91
                        inputField : "expirationdate",
92
                        ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
92
                        ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->"
93
                    }
93
                    }
94
                    );
94
                    );
95
                </script>
95
                </script>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl (-3 / +2 lines)
Lines 330-336 Link Here
330
                ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
330
                ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
331
                button : "CalendarReserveDate<!-- TMPL_VAR NAME="biblionumber" -->",
331
                button : "CalendarReserveDate<!-- TMPL_VAR NAME="biblionumber" -->",
332
                disableFunc : validate<!-- TMPL_VAR NAME="biblionumber" -->,
332
                disableFunc : validate<!-- TMPL_VAR NAME="biblionumber" -->,
333
                dateStatusFunc : validate<!-- TMPL_VAR NAME="biblionumber" -->,
333
                dateStatusFunc : validate<!-- TMPL_VAR NAME="biblionumber" -->
334
              }
334
              }
335
              );
335
              );
336
              //]]>
336
              //]]>
Lines 360-366 Link Here
360
          ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
360
          ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
361
          button : "CalendarExpirationDate_<!-- TMPL_VAR NAME="biblionumber" -->",
361
          button : "CalendarExpirationDate_<!-- TMPL_VAR NAME="biblionumber" -->",
362
          disableFunc : validate1,
362
          disableFunc : validate1,
363
          dateStatusFunc : validate1,
363
          dateStatusFunc : validate1
364
        }
364
        }
365
      );
365
      );
366
      //]]>
366
      //]]>
367
- 

Return to bug 5741