diff --git a/umap/templates/umap/styles_fieldset.html b/umap/templates/umap/styles_fieldset.html index ebc5e96f..f3626534 100644 --- a/umap/templates/umap/styles_fieldset.html +++ b/umap/templates/umap/styles_fieldset.html @@ -2,7 +2,7 @@
{% trans "Styles options" %} - {% foundation_field form.options_color %} + {% foundation_field form.color %} {% if form.icon_class and form.pictogram %}
{{ form.icon_class }} @@ -11,22 +11,22 @@
{% trans "Change marker shape and symbol." %} {% endif %} - {% foundation_field form.options_weight %} - {% if form.options_stroke %} + {% foundation_field form.weight %} + {% if form.stroke %}
- {{ form.options_stroke.label }}{{ form.options_stroke }} + {{ form.stroke.label }}{{ form.stroke }}
- {{ form.options_stroke.help_text }} + {{ form.stroke.help_text }} {% endif %} - {% foundation_field form.options_smoothFactor %} - {% foundation_field form.options_opacity %} - {% if form.options_fill %} + {% foundation_field form.smoothFactor %} + {% foundation_field form.opacity %} + {% if form.fill %}
- {{ form.options_fill.label }}{{ form.options_fill }} + {{ form.fill.label }}{{ form.fill }}
- {{ form.options_fill.help_text }} + {{ form.fill.help_text }} {% endif %} - {% foundation_field form.options_fillOpacity %} - {% foundation_field form.options_fillColor %} - {% foundation_field form.options_dashArray %} + {% foundation_field form.fillOpacity %} + {% foundation_field form.fillColor %} + {% foundation_field form.dashArray %}
\ No newline at end of file