Ignore:
Timestamp:
May 18, 2014, 12:04:36 AM (10 years ago)
Author:
mistic100
Message:

feature 3080 : simpler date inputs (one input + fontello + picker selects)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/search.tpl

    r24981 r28497  
    22{*
    33{include file='include/resize.inc.tpl'}
    4 *}
    5 
    6 {* Example of datepicker *}
    7 {*
    8 {include file='include/datepicker.inc.tpl'}
    9 
    10 {footer_script}{literal}
    11   pwg_initialization_datepicker("#start_day", "#start_month", "#start_year", "#start_linked_date", null, null, "#end_linked_date");
    12   pwg_initialization_datepicker("#end_day", "#end_month", "#end_year", "#end_linked_date", null, "#start_linked_date", null);
    13  jQuery().ready(function(){ $(".date_today").hide(); });
    14 {/literal}{/footer_script}
    154*}
    165
Note: See TracChangeset for help on using the changeset viewer.