Changeset 2680 for trunk/admin/template/goto/picture_modify.tpl
- Timestamp:
- Oct 7, 2008, 9:18:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/template/goto/picture_modify.tpl
r2674 r2680 6 6 {literal} 7 7 <script type="text/javascript"> 8 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 pwg_initialization_datepicker("#date_creation_day", "#date_creation_month", "#date_creation_year", "#date_creation_linked_date", "#date_creation_action_set"); 9 9 </script> 10 10 {/literal} … … 97 97 <label><input type="radio" name="date_creation_action" value="unset" /> {'unset'|@translate}</label> 98 98 <input type="radio" name="date_creation_action" value="set" id="date_creation_action_set" /> {'set to'|@translate} 99 <select onmousedown="document.getElementById('date_creation_action_set').checked = true;" name="date_creation_day">99 <select id="date_creation_day" name="date_creation_day"> 100 100 <option value="0">--</option> 101 101 {section name=day start=1 loop=32} … … 103 103 {/section} 104 104 </select> 105 <select onmousedown="document.getElementById('date_creation_action_set').checked = true;" name="date_creation_month">105 <select id="date_creation_month" name="date_creation_month"> 106 106 {html_options options=$month_list selected=$DATE_CREATION_MONTH_VALUE} 107 107 </select> 108 <input onmousedown="document.getElementById('date_creation_action_set').checked = true;"108 <input id="date_creation_year" 109 109 name="date_creation_year" 110 110 type="text" … … 112 112 maxlength="4" 113 113 value="{$DATE_CREATION_YEAR_VALUE}" /> 114 <input name="date_creation_linked_date" type="hidden" size="10" disabled="disabled"/>114 <input id="date_creation_linked_date" name="date_creation_linked_date" type="hidden" size="10" disabled="disabled"/> 115 115 </td> 116 116 </tr>
Note: See TracChangeset
for help on using the changeset viewer.