diff options
author | Mat Whitney <mwhitney@mail.sdsu.edu> | 2012-06-22 21:02:10 +0200 |
---|---|---|
committer | Mat Whitney <mwhitney@mail.sdsu.edu> | 2012-06-22 21:02:10 +0200 |
commit | 7540dede0f01acd7aa1ffd224defc5189305a815 (patch) | |
tree | 5fa4b5bdb9f187eb08667ddb139b431f30a75c11 /user_guide_src/source/changelog.rst | |
parent | 78fb6f0bdaacb751f7417daae02f66ef965cadbc (diff) |
Added optional fourth parameter to timezone_menu
allows setting one or more attributes on the generated select tag.
This allows passing attributes needed for Section 508 compliance ยง
1194.22(n), such as an id.
http://access-board.gov/sec508/guide/1194.22.htm#(n)
http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 8a6c922a4..c861a1e8d 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -70,6 +70,7 @@ Release Date: Not Released - ``set_realpath()`` can now also handle file paths as opposed to just directories. - Added an optional paramater to ``delete_files()`` to enable it to skip deleting files such as .htaccess and index.html. - ``read_file()`` is now a deprecated alias of ``file_get_contents()``. + - :doc:`Date Helper <helpers/date_helper>` Added optional fourth parameter to ``timezone_menu()`` that allows more attributes to be added to the generated select tag - Database |