diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-28 01:36:29 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-10-28 01:37:17 +0100 |
| commit | ca5bf52968fd51e936a5dc02a178b1d9f0f7e4e0 (patch) | |
| tree | 16ed19918e963f87faff1fc4fa7040bfae6f62c4 /ishtar_common/templates | |
| parent | ebc34fc7a5000886617f828c77b40b0dbde4f279 (diff) | |
| download | Ishtar-ca5bf52968fd51e936a5dc02a178b1d9f0f7e4e0.tar.bz2 Ishtar-ca5bf52968fd51e936a5dc02a178b1d9f0f7e4e0.zip | |
Operation: easily add all parcel related to an archaeological file (refs #1444)
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/wizard/parcels_wizard.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html index fdce51cdb..1d54cf1d3 100644 --- a/ishtar_common/templates/ishtar/wizard/parcels_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/parcels_wizard.html @@ -20,6 +20,7 @@ <tr><td>({% trans "all"%} <input type='checkbox' name='check-all' class='check-all'/>)</td></tr> {% inline_formset 'Parcels' wizard.form.forms False %} </table> +{% if add_all %}<p><input type='checkbox' name='add_all_parcels' id='add_all_parcels'> <label for='add_all_parcels'>{% trans "Add all parcels from the archaeological file" %}</label></p>{% endif %} <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 }} @@ -27,7 +28,4 @@ {% if next_steps %}<input type="submit" id="submit_end_form" name='validate_and_end' value="{% trans "Validate and end" %}"/>{% endif %} </div> </form> -<script type='text/javascript'> - -</script> {% endblock %} |
