summaryrefslogtreecommitdiff
path: root/chimere/widgets.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-05-13 19:44:19 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-05-13 19:44:19 +0200
commita3a33b79b3cd43535a491c8d9762ebde5b5da9b5 (patch)
tree44b6cd00a092fd00a6381473265c276b62b34977 /chimere/widgets.py
parent20c8466b3c69f72fd0381cdea633a7ef44707a44 (diff)
downloadChimère-a3a33b79b3cd43535a491c8d9762ebde5b5da9b5.tar.bz2
Chimère-a3a33b79b3cd43535a491c8d9762ebde5b5da9b5.zip
Imports: manage configuration for shapefile - allow import of properties
Diffstat (limited to 'chimere/widgets.py')
-rw-r--r--chimere/widgets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chimere/widgets.py b/chimere/widgets.py
index 7fccca4..96d36b9 100644
--- a/chimere/widgets.py
+++ b/chimere/widgets.py
@@ -726,8 +726,8 @@ class ImportFiltrWidget(AreaWidget):
tpl += u"<p class='help-kml'>%s</p>\n" % help_msg
if not value:
value = ''
- tpl += u"<div><input type='text' id='id_%s' name='id_%s' "\
- u"value=\"%s\"/> <input type='button' id='id_refresh_%s' "\
+ tpl += u"<div><textarea id='id_%s' name='id_%s' "\
+ u">%s</textarea> <input type='button' id='id_refresh_%s' "\
u"value='%s' class='input-osm'/>" % (name, name, value, name,
_(u"Refresh"))
return mark_safe(tpl)