web/views/editforms.py
changeset 2484 7e9283731db8
parent 2483 6e328fcc276c
child 2504 f28b1ffc3c91
--- a/web/views/editforms.py	Fri Jul 24 14:50:43 2009 +0200
+++ b/web/views/editforms.py	Fri Jul 24 14:59:54 2009 +0200
@@ -91,7 +91,9 @@
     # FIXME editableField class could be toggleable from userprefs
 
     _onclick = u"showInlineEditionForm(%(eid)s, '%(rtype)s', '%(divid)s')"
-    _defaultlandingzone = u'<img title="%(msg)s" src="data/file.gif" alt="%(msg)s"/>'
+    _defaultlandingzone = (u'<img title="%(msg)s" '
+                           'src="data/accessories-text-editor.png" '
+                           'alt="%(msg)s"/>')
     _landingzonemsg = _('click to edit this field')
     # default relation vids according to cardinality
     _one_rvid = 'incontext'