[reledit] a nicer icon
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 24 Jul 2009 14:59:54 +0200
changeset 2484 7e9283731db8
parent 2483 6e328fcc276c
child 2485 ae74b46ea96c
[reledit] a nicer icon
web/data/accessories-text-editor.png
web/views/editforms.py
Binary file web/data/accessories-text-editor.png has changed
--- 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'