[freeside-commits] branch FREESIDE_3_BRANCH updated. dc54c9e83f5cc315e9e2823e61a9f861f842da48
Ivan
ivan at 420.am
Sun Apr 27 11:52:29 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via dc54c9e83f5cc315e9e2823e61a9f861f842da48 (commit)
from b95a79d19aa66e2488b49b42e1792a8ccf87f1aa (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 dc54c9e83f5cc315e9e2823e61a9f861f842da48
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Apr 27 11:52:28 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