X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FElements%2FSelectDate;h=14835272b3e41e75da79fd67e1189a706798dc60;hb=919e930aa9279b3c5cd12b593889cd6de79d67bf;hp=5bdbceeeb98212ca979e98bac797c45c4393b4f4;hpb=01352af8e44b7eb70b2b587ca43ab7ca946f038d;p=freeside.git diff --git a/rt/share/html/Elements/SelectDate b/rt/share/html/Elements/SelectDate index 5bdbceeeb..14835272b 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-2015 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' );