diff options
| author | fukachan <fukachan> | 2004-04-18 06:01:55 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-04-18 06:01:55 +0000 |
| commit | a4b0c560f2163a3de05dbe9b222f3c630de3fe02 (patch) | |
| tree | 7dedbe1331424e6121de60e37d4dacd5fe1157a4 /fml/doc/en/tutorial/variables | |
| parent | fbf4ad4d8dfa0fba2cca3c37e3b25d456963287a (diff) | |
| download | fml8-a4b0c560f2163a3de05dbe9b222f3c630de3fe02.tar.gz fml8-a4b0c560f2163a3de05dbe9b222f3c630de3fe02.tar.bz2 fml8-a4b0c560f2163a3de05dbe9b222f3c630de3fe02.zip | |
regen: *_list -> *_select_list
Diffstat (limited to 'fml/doc/en/tutorial/variables')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 8 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index a079f7c9..4e5f0b3b 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/tutorial/variables/class.sgml @@ -115,9 +115,9 @@ cgi { ? $cgi_charset_ja ? $cgi_default_charset ? $cgi_default_language - ? $cgi_language_list + ? $cgi_language_select_list ? $cgi_main_menu_color - ? $cgi_menu_address_map_list + ? $cgi_menu_address_map_select_list $cgi_menu_default_address_map ? $cgi_navigation_bar_color } @@ -324,7 +324,7 @@ error { ? $error_analyzer_cache_size $error_analyzer_cache_type ? $error_analyzer_function - ? $error_analyzer_function_list + ? $error_analyzer_function_select_list $error_analyzer_simple_count_limit } } @@ -676,7 +676,7 @@ template_file { template_file_* { ? $template_file_charset_en ? $template_file_charset_ja - ? $template_file_charset_list + ? $template_file_charset_select_list ? $template_file_default_charset } } diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index 7a1bf6ee..40c0e93a 100644 --- a/fml/doc/en/tutorial/variables/list.sgml +++ b/fml/doc/en/tutorial/variables/list.sgml @@ -274,7 +274,7 @@ english </row> <row> <entry> -cgi_language_list</entry> +cgi_language_select_list</entry> <entry> available language mode in CGI</entry> <entry> @@ -293,7 +293,7 @@ cgi_main_menu_color</entry> </row> <row> <entry> -cgi_menu_address_map_list</entry> +cgi_menu_address_map_select_list</entry> <entry> choise of address list types in CGI operations.</entry> <entry> @@ -628,7 +628,7 @@ histgram </row> <row> <entry> -error_analyzer_function_list</entry> +error_analyzer_function_select_list</entry> <entry> functions defined in FML::Error::Analyze</entry> <entry> |
