Commit b4d26cc1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo : moto -> motto.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28657 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent df9fb651
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<value> <value>
<list> <list>
<string>my_layout_header_title</string> <string>my_layout_header_title</string>
<string>my_layout_header_moto</string> <string>my_layout_header_motto</string>
<string>my_layout_copyright_message</string> <string>my_layout_copyright_message</string>
<string>my_layout_search_area_section_id</string> <string>my_layout_search_area_section_id</string>
<string>my_layout_news_area_section_id</string> <string>my_layout_news_area_section_id</string>
......
...@@ -13,14 +13,14 @@ ...@@ -13,14 +13,14 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>title</string>
<string>display_width</string> <string>display_width</string>
<string>title</string>
</list> </list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_layout_header_moto</string> </value> <value> <string>my_layout_header_motto</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Header Moto</string> </value> <value> <string>Header Motto</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
possible to override certain sections of the site\n possible to override certain sections of the site\n
with special titles (ex. Some Site - BETA SECTION)\n with special titles (ex. Some Site - BETA SECTION)\n
\n \n
The moto is taken from the \'layout_header_moto\'\n The motto is taken from the \'layout_header_motto\'\n
property of the section for similar reasons.\n property of the section for similar reasons.\n
\n \n
The URL points to the site root.\n The URL points to the site root.\n
...@@ -78,8 +78,8 @@ ...@@ -78,8 +78,8 @@
tal:attributes="href current_web_site/absolute_url;\n tal:attributes="href current_web_site/absolute_url;\n
title current_web_section_header_title">Site Name</a></h1>\n title current_web_section_header_title">Site Name</a></h1>\n
<h2 i18n:translate="" i18n:domain="ui" i18n:attributes="title"\n <h2 i18n:translate="" i18n:domain="ui" i18n:attributes="title"\n
tal:content="python:current_web_section.getLayoutProperty(\'layout_header_moto\')"\n tal:content="python:current_web_section.getLayoutProperty(\'layout_header_motto\')"\n
tal:attributes="title python:current_web_section.getLayoutProperty(\'layout_header_moto\')">Open Source Designs</h2>\n tal:attributes="title python:current_web_section.getLayoutProperty(\'layout_header_motto\')">Open Source Designs</h2>\n
</tal:block> </tal:block>
]]></string> </value> ]]></string> </value>
......
130 131
\ No newline at end of file \ 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