Commit 1565e2a7 authored by Frank Bergmann's avatar Frank Bergmann

- Localized the "All" meaning all categories

parent 04ff687f
......@@ -134,6 +134,7 @@ ad_proc im_category_select {
@param multiple_p You can select multiple categories
} {
if {"" == $locale} { set locale [lang::user::locale -user_id [ad_conn user_id]] }
if {$translate_p && "All" eq $include_empty_name} { set include_empty_name [lang::message::lookup "" intranet-core.All "All"] }
if {$no_cache_p} {
return [im_category_select_helper -multiple_p $multiple_p -translate_p $translate_p -package_key $package_key -locale $locale -include_empty_p $include_empty_p -include_empty_name $include_empty_name -plain_p $plain_p -super_category_id $super_category_id $category_type $select_name $default]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment