Commit f2c33e81 authored by Romain Courteaud's avatar Romain Courteaud

Translate input text

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18856 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cbd339e9
......@@ -98,10 +98,10 @@
<img src="send_by_mail" border="0"/>\n
<tal:block i18n:translate="" i18n:domain="ui">Click here to contribute by Email</tal:block></a>\n
&nbsp;\n
<input type="submit" name="Memo_makeOOoTemplate:method" value="Make Template" id="maketemplatebutton" disabled="disabled"\n
<input i18n:domain="ui" i18n:attributes="value" type="submit" name="Memo_makeOOoTemplate:method" value="Make Template" id="maketemplatebutton" disabled="disabled"\n
style="width:100px;background-image:none;"/>\n
&nbsp;\n
<input type="submit" name="WebSite_contributeContent:method" value="Contribute"/>\n
<input i18n:domain="ui" i18n:attributes="value" type="submit" name="WebSite_contributeContent:method" value="Contribute"/>\n
</div>\n
\n
\n
......@@ -128,7 +128,7 @@
<textarea cols="80" rows="2" name="link_description"></textarea>\n
</div>\n
</div>\n
<input style="float:right" type="submit" name="WebSite_linkContent:method" value="Contribute"/>\n
<input i18n:domain="ui" i18n:attributes="value" style="float:right" type="submit" name="WebSite_linkContent:method" value="Contribute"/>\n
<div class="clear"></div>\n
</div>\n
\n
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
</tuple>
<none/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
......@@ -88,7 +88,7 @@ Description:\n
i18n:translate="" i18n:domain="ui">Standard Type</option>\n
</tal:block>\n
</select>\n
<input type="submit" name="search_area/WebSite_viewQuickSearchResultList:method" value="Search"/>\n
<input i18n:domain="ui" i18n:attributes="value" type="submit" name="search_area/WebSite_viewQuickSearchResultList:method" value="Search"/>\n
</div>\n
<div class="searchOptions">\n
<a tal:attributes="href string: search_area/Base_viewAdvancedSearchDialog" i18n:translate="" i18n:domain="ui">Advanced Search</a> | <a href="javascript:void 0" onclick="javascript:openTips();" value="" i18n:translate="" i18n:domain="ui">Search Tips</a>\n
......@@ -170,13 +170,14 @@ Description:\n
tal:attributes="value ptype" tal:content="python:ptype"\n
i18n:translate="" i18n:domain="ui">Standard Type</option>\n
</select>\n
<input type="submit" name="WebSite_postQueryWithType:method" value="Send Query to Expert"/>\n
<input type="submit" i18n:domain="ui" i18n:attributes="value" name="WebSite_postQueryWithType:method" value="Send Query to Expert"/>\n
<div class="clear"></div>\n
</div>\n
</div>\n
\n
</div>\n
</tal:block>
</tal:block>\n
]]></string> </value>
</item>
......
615
\ No newline at end of file
616
\ 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