Changeset 1084 in ExiteCMS


Ignore:
Timestamp:
11/07/07 18:41:02 (4 years ago)
Author:
root
Message:

Updated the smarty html_select_date function to use the current locale for the date order
Fixed a typo in the html_select_date syntax

Location:
trunk/includes
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.edit_profile.tpl

    r1083 r1084  
    117117        </td> 
    118118            <td class='tbl'> 
    119                 {html_select_date prefix='user_' time=$this_userdata.user_birthdate start_year="1900" end_year="-1" all_extra="class='textbox" field_order="YMD"} 
    120                 <span class='small2'>(yyyy/mm/dd)</span> 
     119                {html_select_date prefix='user_' time=$this_userdata.user_birthdate start_year="1900" end_year="-1" all_extra="class='textbox'"} 
    121120            </td> 
    122121        </tr> 
  • trunk/includes/templates/main.register.tpl

    r1083 r1084  
    122122                <td class='tbl'> 
    123123                    {$locale.u010} 
    124                     <span class='small2'>( yyyy/mm/dd )</span> 
    125124                </td> 
    126125                <td class='tbl'>} 
    127                     {html_select_date prefix='user_' time=$this_userdata.user_birthdate start_year="1900" end_year="-1" all_extra="class='textbox" field_order="YMD"} 
     126                    {html_select_date prefix='user_' time=$this_userdata.user_birthdate start_year="1900" end_year="-1" all_extra="class='textbox'"} 
    128127                </td> 
    129128            </tr> 
Note: See TracChangeset for help on using the changeset viewer.