Commit b949a822 authored by Yusei Tahara's avatar Yusei Tahara

2008-08-28 yusei

* Fixed text in WebSite_viewContributePropertyRenderer.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23266 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ee23596
...@@ -91,11 +91,11 @@ ...@@ -91,11 +91,11 @@
\n \n
<div tal:condition="here/Base_hasProjectModuleViewPermission">\n <div tal:condition="here/Base_hasProjectModuleViewPermission">\n
<label for="source_project" value="" \n <label for="source_project" value="" \n
i18n:translate="" i18n:domain="ui">Programme</label>\n i18n:translate="" i18n:domain="ui">Project</label>\n
<select size="1" id="source_project" name="source_project"\n <select size="1" id="source_project" name="source_project"\n
tal:attributes="name string:${contribute_prefix}source_project">\n tal:attributes="name string:${contribute_prefix}source_project">\n
<option value="" value="" \n <option value="" value="" \n
i18n:translate="" i18n:domain="ui">-- Select Programme --</option>\n i18n:translate="" i18n:domain="ui">-- Select Project --</option>\n
<option tal:repeat="item python:[(o.getTitle(),o.getRelativeUrl()) for o in \n <option tal:repeat="item python:[(o.getTitle(),o.getRelativeUrl()) for o in \n
here.project_module.searchFolder(sort_on=\'title\')]"\n here.project_module.searchFolder(sort_on=\'title\')]"\n
tal:content="python:item[0]" \n tal:content="python:item[0]" \n
...@@ -124,6 +124,12 @@ ...@@ -124,6 +124,12 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Contribute Subwidgets</string> </value> <value> <string>Contribute Subwidgets</string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
2008-08-28 yusei
* Fixed text in WebSite_viewContributePropertyRenderer.
2008-07-15 rafael 2008-07-15 rafael
* Updated WebSection_zGetDocumentValueList to support more params and fix some issues. * Updated WebSection_zGetDocumentValueList to support more params and fix some issues.
......
695 696
\ 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