Commit fb1463c2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use document's keywords if exist instead of the web section's ones.

parent e1af1fb9
......@@ -105,7 +105,7 @@
is_right_area_empty python:right_list == 0 or len(right_list) == 0;\n
is_front_layout python: layout_form is not None and\n
layout_form.id == \'erp5_km_minimal_front_layout\';\n
subject_list python:here.getLayoutProperty(\'subject_list\') or [];\n
subject_list python:here.getSubjectList() or here.getLayoutProperty(\'subject_list\') or [];\n
global header_title python:\'%s | %s\' % (here.getTranslatedTitleOrId(), website.getTranslatedTitleOrId());\n
global css_list_template python:[\n
\'%s/erp5_listbox.css\' % portal_path,\n
......
1823
\ No newline at end of file
1824
\ No newline at end of file
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