Commit df0b0682 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use acquired description from the parent if empty in the web section.

parent 10fac507
......@@ -106,6 +106,7 @@
is_front_layout python: layout_form is not None and\n
layout_form.id == \'erp5_km_minimal_front_layout\';\n
subject_list python:here.getSubjectList() or here.getLayoutProperty(\'subject_list\') or [];\n
description python:here.getDescription() or here.getLayoutProperty(\'description\') 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
......
2011-12-01 Kazuhiko
* use acquired description from the parent if empty in the web section.
2011-08-29 Kazuhiko
* use acquired subject list from the parent if empty in the web section.
......
1843
\ No newline at end of file
1844
\ 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