From bd0ddb2bee44e84f8100c84a414ba606d254dd18 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 12 Mar 2008 19:02:22 +0000 Subject: [PATCH] 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/branches/rel_1_2@8994 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/opac.dtd | 4 ++-- Open-ILS/web/opac/skin/default/css/layout.css | 3 +++ Open-ILS/web/opac/skin/default/js/myopac.js | 7 ++++++- Open-ILS/web/opac/skin/default/xml/myopac/myopac_holds.xml | 2 +- Open-ILS/web/opac/theme/default/css/colors.css | 1 + 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Open-ILS/web/opac/locale/en-US/opac.dtd b/Open-ILS/web/opac/locale/en-US/opac.dtd index 5606892da7..8bd836eff5 100644 --- a/Open-ILS/web/opac/locale/en-US/opac.dtd +++ b/Open-ILS/web/opac/locale/en-US/opac.dtd @@ -220,7 +220,7 @@ avoid using bookbags all together. Thank you."> If an item has already been selected to fulfill the hold, it will not be suspended'> - + @@ -249,7 +249,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; } -- 2.11.0