changeset 4181 | c79135c217df |
parent 4164 | 119a374c5eb4 |
parent 4097 | bc387c49e02b |
child 4224 | 5998df006968 |
--- a/web/views/formrenderers.py Tue Dec 22 09:27:28 2009 +0100 +++ b/web/views/formrenderers.py Tue Dec 22 10:27:49 2009 +0100 @@ -441,7 +441,6 @@ w(u'</tr>') w(u'<tr id="relationSelectorRow_%s" class="separator">' % eid) w(u'<th class="labelCol">') - w(u'<span>%s</span>' % _('add relation')) w(u'<select id="relationSelector_%s" tabindex="%s" ' 'onchange="javascript:showMatchingSelect(this.options[this.selectedIndex].value,%s);">' % (eid, req.next_tabindex(), xml_escape(dumps(eid))))