From: erickson Date: Wed, 12 Mar 2008 19:16:50 +0000 (+0000) Subject: repaired bug caused by parsing an empty date. added some style to the thaw-date... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=acbc7dc3632fbdaf29f666be5c3029d2c89e4715;p=Evergreen.git repaired bug caused by parsing an empty date. added some style to the thaw-date form git-svn-id: svn://svn.open-ils.org/ILS/trunk@8995 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/locale/en-US/opac.dtd b/Open-ILS/web/opac/locale/en-US/opac.dtd index 94cc1189bb..f7c564a361 100644 --- a/Open-ILS/web/opac/locale/en-US/opac.dtd +++ b/Open-ILS/web/opac/locale/en-US/opac.dtd @@ -219,7 +219,7 @@ avoid using bookbags all together. Thank you."> If an item has already been selected to fulfill the hold, it will not be suspended'> - + @@ -248,7 +248,7 @@ If an item has already been selected to fulfill the hold, it will not be suspend By default, holds will use the notification style you choose here. However, you will still have the option to change individual holds regardless of this setting."> - + /common/js/jscalendar/img.gif" id='myopac_holds_thaw_date_img' class='cal_img'/> diff --git a/Open-ILS/web/opac/theme/default/css/colors.css b/Open-ILS/web/opac/theme/default/css/colors.css index 9c62201ca6..f12fdb8a72 100644 --- a/Open-ILS/web/opac/theme/default/css/colors.css +++ b/Open-ILS/web/opac/theme/default/css/colors.css @@ -93,3 +93,4 @@ a:focus { background: #E0F0E0; color: #000000;} .x_mark { color: red; } .check_mark { color: green; } +#myopac_holds_thaw_date_form { border: 1px solid #E0E0E0; }