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 |
- |
|
|