[freeside-commits] branch master updated. 14b88b83f22a15b5abb5ba94328f213923a3bb95
Ivan
ivan at 420.am
Sun Apr 27 11:52:28 PDT 2014
The branch, master has been updated
via 14b88b83f22a15b5abb5ba94328f213923a3bb95 (commit)
from 2c4cf12af441dc22859e30c1474e279499edfa3a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 14b88b83f22a15b5abb5ba94328f213923a3bb95
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Apr 27 11:52:27 2014 -0700
fix disabling of date fields on advanced package report, fallout from #17113
diff --git a/httemplate/elements/input-date-field.html b/httemplate/elements/input-date-field.html
index 182efbb..0e786cb 100644
--- a/httemplate/elements/input-date-field.html
+++ b/httemplate/elements/input-date-field.html
@@ -6,7 +6,7 @@
% }
<INPUT TYPE="text" NAME="<% $name %>" ID="<% $name %>_text" VALUE="<% $value %>">
-<IMG SRC="<%$fsurl%>images/calendar.png" ID="<% $name %>_button" STYLE="cursor: pointer" TITLE="<% mt('Select date') |h %>">
+<IMG SRC="<%$fsurl%>images/calendar.png" ID="<% $name %>_button" STYLE="cursor: pointer" TITLE="<% mt('Select date') |h %>"><IMG SRC="<%$fsurl%>images/calendar-disabled.png" ID="<% $name %>_disabled" STYLE="display:none">
<SCRIPT TYPE="text/javascript">
Calendar.setup({
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/input-date-field.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list