Ignore:
Timestamp:
Oct 1, 2008, 10:39:06 PM (16 years ago)
Author:
rub
Message:

Purpose of datepicker with jQuery.
I will open a french topic on forum to debate of implementation and possibles changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/picture_modify.tpl

    r2614 r2632  
    11{* $Id$ *}
     2
     3{include file='include/datepicker.inc.tpl'}
     4
     5{literal}
     6<script type="text/javascript">
     7  pwg_initialization_datepicker("select[name=date_creation_day]", "select[name=date_creation_month]", "input[name=date_creation_year]", "input[name=date_creation_linked_date]");
     8</script>
     9{/literal}
     10
    211{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"}
    312
     
    112121                 maxlength="4"
    113122                 value="{$DATE_CREATION_YEAR_VALUE}" />
     123          <input name="date_creation_linked_date" type="hidden" size="10" disabled="disabled"/>
    114124        </td>
    115125      </tr>
Note: See TracChangeset for help on using the changeset viewer.