[MERGE] trunk-export_terminology-mdi manually

bzr revid: al@openerp.com-20121010212352-ulfyar0j2x2w2jbo
This commit is contained in:
Antony Lesuisse 2012-10-10 23:23:52 +02:00
parent 407979d8d3
commit a7891a99bb
2 changed files with 2 additions and 2 deletions

View File

@ -3827,7 +3827,7 @@ instance.web.form.One2ManyList = instance.web.ListView.List.extend({
colspan: columns,
'class': 'oe_form_field_one2many_list_row_add'
}).append(
$('<a>', {href: '#'}).text(_t("Add a row"))
$('<a>', {href: '#'}).text(_t("Add an item"))
.mousedown(function () {
// FIXME: needs to be an official API somehow
if (self.view.editor.is_editing()) {

View File

@ -1537,7 +1537,7 @@
<td colspan="3">
<label for="import_compat">Export Type:</label>
<select id="import_compat" name="import_compat">
<option value="yes">Import Compatible Export</option>
<option value="yes">Import-Compatible Export</option>
<option value="">Export all Data</option>
</select>