diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2014-12-31 15:02:37 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-06 15:40:42 +0200 |
| commit | 8dafcce9c47b30332320b46955ae792b5ddd34cf (patch) | |
| tree | b57d0f130daa048ac32be874cdbb2dc805e38944 /ishtar_common/templates/ishtar/wizard/parcels_wizard.html | |
| parent | afc12d8ed62724f3f144bbf6ab6704d5a38dc97c (diff) | |
| download | Ishtar-8dafcce9c47b30332320b46955ae792b5ddd34cf.tar.bz2 Ishtar-8dafcce9c47b30332320b46955ae792b5ddd34cf.zip | |
UI changes
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/parcels_wizard.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/parcels_wizard.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html index b550cf6c4..73e86e53f 100644 --- a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html @@ -9,7 +9,6 @@ {{ wizard.form.media }} {{ wizard.management_form }} {{ wizard.form.management_form }} -<div class='top_button'><input type="submit" id="submit_form" value="{% trans "Validate" %}"/></div> {%if wizard.form.non_form_errors%} <table class='formset'> <tr class='error'><th colspan='2'>{{wizard.form.non_form_errors}}</th></tr> @@ -24,8 +23,10 @@ <p><button name="formset_modify" value="{{wizard.steps.current}}">{% trans "Add/Modify" %}</button></p> <input type="hidden" name="{{ step_field }}" value="{{ step0 }}" /> {{ previous_fields|safe }} +<div id='validation-bar'> <input type="submit" id="submit_form" name='validate' value="{% trans "Validate" %}"/> {% if next_steps %}<input type="submit" id="submit_end_form" name='validate_and_end' value="{% trans "Validate and end" %}"/>{% endif %} </div> +</div> </form> {% endblock %} |
