Give sites the ability to easily display due dates and times in the OPAC under "copy...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 19 Jan 2010 03:14:06 +0000 (03:14 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 19 Jan 2010 03:14:06 +0000 (03:14 +0000)
commit592105d1d5fe6c7eb9ea2ddcae92b1b5d5b9db85
treee31edfaabe831e8a644c8d5ef2dc36c26848caa0
parent67da60b3f6b31855b48b9750d18ad863d91ddbfa
Give sites the ability to easily display due dates and times in the OPAC under "copy details"

We add two new variables to copy_details.js:
  * showDueDate - this needs to be set to a non-false value to display the
    due date in the OPAC
  * showDueTime - this needs to be set to a non-false value to display the
    due time in the OPAC, along with the due date. If showDueDate is false,
    then the value of this variable is ignored.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15336 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/opac/skin/default/js/copy_details.js