X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FSelectDate;h=98656c15de7bde97ca26cb0f84825c40a5b5b348;hb=b8988e1d3ac75af63c85e8563e57701030315a9e;hp=5bdbceeeb98212ca979e98bac797c45c4393b4f4;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/rt/share/html/Elements/SelectDate b/rt/share/html/Elements/SelectDate index 5bdbceeeb..98656c15d 100755 --- a/rt/share/html/Elements/SelectDate +++ b/rt/share/html/Elements/SelectDate @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -46,8 +46,10 @@ %# %# END BPS TAGGED BLOCK }}} %# in PageLayout instead, once <% include('/elements/init_calendar.html') |n %> - +% $m->callback( %ARGS, Name => $Name, CallbackName => 'BeforeDateInput' ); + +% $m->callback( %ARGS, Name => $Name, CallbackName => 'AfterDateInput' );