library/smarty/libs/plugins/function.html_select_date.php
changeset 7 3ed6f90e97d9
parent 0 4869aea77e21
equal deleted inserted replaced
6:6c23ee543e0e 7:3ed6f90e97d9
    85     /* <select size>'s of the different <select> tags.
    85     /* <select size>'s of the different <select> tags.
    86        If not set, uses default dropdown. */
    86        If not set, uses default dropdown. */
    87     $day_size = null;
    87     $day_size = null;
    88     $month_size = null;
    88     $month_size = null;
    89     $year_size = null;
    89     $year_size = null;
    90     /* Unparsed attributes common to *ALL* the <select>/<input> tags.
    90     /* Unparsed attributes core to *ALL* the <select>/<input> tags.
    91        An example might be in the template: all_extra ='class ="foo"'. */
    91        An example might be in the template: all_extra ='class ="foo"'. */
    92     $all_extra = null;
    92     $all_extra = null;
    93     /* Separate attributes for the tags. */
    93     /* Separate attributes for the tags. */
    94     $day_extra = null;
    94     $day_extra = null;
    95     $month_extra = null;
    95     $month_extra = null;