Gestion des exclusion sur la localisation
This commit is contained in:
parent
42c9f843e3
commit
2f26c2409d
@ -1,7 +1,7 @@
|
||||
<div id="geographique">
|
||||
<ul id="fieldsblock">
|
||||
<li><?php echo $this->Field('adr_com', $this->fields->get('adr_com'));?></li>
|
||||
<li style="background-image:none;height:80px;">
|
||||
<li style="background-image:none;height:100px;">
|
||||
<div id="adr_com_ex" class="exclusion" style="display:none">
|
||||
<?php echo $this->Field('adr_com_ex', $this->fields->get('adr_com_ex'), 'text');?>
|
||||
</div>
|
||||
@ -10,11 +10,23 @@
|
||||
</div>
|
||||
Valeurs exclusions : <input value="1" type="checkbox" class="checkbox_ex" name="adr_com" />
|
||||
</li>
|
||||
<li style="background-image:none;height:80px;">
|
||||
<?php echo $this->Field('adr_dept', $this->fields->get('adr_dept'), 'text');?>
|
||||
<li style="background-image:none;height:100px;">
|
||||
<div id="adr_dept_ex" class="exclusion" style="display:none">
|
||||
<?php echo $this->Field('adr_dept_ex', $this->fields->get('adr_dept_ex'), 'text');?>
|
||||
</div>
|
||||
<div id="adr_dept_in" class="inclusion">
|
||||
<?php echo $this->Field('adr_dept', $this->fields->get('adr_dept'), 'text');?>
|
||||
</div>
|
||||
Valeurs exclusions : <input value="1" type="checkbox" class="checkbox_ex" name="adr_dept" />
|
||||
</li>
|
||||
<li style="background-image:none;height:80px;">
|
||||
<?php echo $this->Field('adr_reg', $this->fields->get('adr_reg'), 'text');?>
|
||||
<li style="background-image:none;height:100px;">
|
||||
<div id="adr_reg_ex" class="exclusion" style="display:none">
|
||||
<?php echo $this->Field('adr_reg_ex', $this->fields->get('adr_reg_ex'), 'text');?>
|
||||
</div>
|
||||
<div id="adr_reg_in" class="inclusion">
|
||||
<?php echo $this->Field('adr_reg', $this->fields->get('adr_reg'), 'text');?>
|
||||
</div>
|
||||
Valeurs exclusions : <input value="1" type="checkbox" class="checkbox_ex" name="adr_reg" />
|
||||
</li>
|
||||
<li><?php echo $this->Field('zus', $this->fields->get('zus'), 'select');?></li>
|
||||
<li><?php echo $this->Field('zru', $this->fields->get('zru'), 'select');?></li>
|
||||
|
Loading…
Reference in New Issue
Block a user