Commit 6cb6e445 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use acquired subject list from the parent if empty in the web section.

parent 341db883
......@@ -105,6 +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\');\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
......
2011-08-29 Kazuhiko
* use acquired subject list from the parent if empty in the web section.
2011-01-14 Ivan
* Use jQuery
......
1810
\ No newline at end of file
1811
\ 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