ajouts des icones

This commit is contained in:
Damien LASSERRE 2012-04-18 13:17:10 +00:00
parent 8932eb138a
commit fdd3dddbe1
7 changed files with 9 additions and 19 deletions

View File

@ -240,8 +240,10 @@ Class Zend_View_Helper_Field extends Zend_View_Helper_Abstract
private function textareaHTML($name, $field)
{
$return = '<a class="arborescence" title="'.$field['title'].'" href="'.$this->view->url(array('controller' => 'arborescence', 'action' => $field['action'], 'key' => $name)).'">
Selection dans une arborescence
</a>';
<img src="/themes/default/images/arborescence.gif" />
</a> <img style="cursor:pointer" class="manuel" ref="'.$name.'" src="/themes/default/images/Textarea.gif" title="Champs texte"/>';
if($name == 'adr_com')
$return .= ' <img src="/themes/default/images/img_carte_fr.gif" title="Carte de france"/>';
return ($return);
}

View File

@ -5,7 +5,7 @@
<ul id="fieldsblock">
<li><?php echo $this->Field('capital', $this->fields->get('capital'));?></li>
<li><?php echo $this->Field('ape_etab', $this->fields->get('ape_etab'));?></li>
<li style="background-image:none;height:100px;">
<li class="ape_etab" style="display:none;background-image:none;height:100px;">
<div id="ape_etab_ex" class="exclusion" style="display:none">
<?php echo $this->Field('ape_etab_ex', $this->fields->get('ape_etab_ex'), 'text');?>
</div>
@ -14,7 +14,7 @@
</div>
Valeurs exclusions : <input value="1" type="checkbox" class="checkbox_ex" name="ape_etab" />
</li>
<li style="background-image:none;height:100px;">
<li class="ape_etab" style="display:none;background-image:none;height:100px;">
<div id="ape_entrep_ex" class="exclusion" style="display:none">
<?php echo $this->Field('ape_entrep_ex', $this->fields->get('ape_entrep_ex'), 'text');?>
</div>

View File

@ -1,13 +1,7 @@
<div id="geographique">
<ul id="fieldsblock">
<li><?php echo $this->Field('adr_com', $this->fields->get('adr_com'));?></li>
<li>
<p style="float:left;"><b>Selection manuelle</b></p>
<a class="manuel" ref="localisation" style="margin-right:10px;color:blue;font-size:10px;">
<img style="float:right;" src="/themes/default/images/plus.gif" />
</a>
</li>
<li class="localisation" style="background-image:none;height:100px;">
<li class="adr_com" style="display:none;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>
@ -16,7 +10,7 @@
</div>
Valeurs exclusions : <input value="1" type="checkbox" class="checkbox_ex" name="adr_com" />
</li>
<li class="localisation" style="background-image:none;height:150px;">
<li class="adr_com" style="display:none;background-image:none;height:150px;">
<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>

View File

@ -4,13 +4,7 @@
<div id="s_juridique">
<ul id="fieldsblock">
<li><?php echo $this->Field('cj', $this->fields->get('cj'));?></li>
<li>
<p style="float:left;"><b>Selection manuelle</b></p>
<a class="manuel" ref="juridique" style="margin-right:10px;color:blue;font-size:10px;">
<img style="float:right;" src="/themes/default/images/plus.gif" />
</a>
</li>
<li class="juridique" style="background-image:none;height:100px;">
<li class="cj" style="display:none;background-image:none;height:100px;">
<div id="cj_text_ex" class="exclusion" style="display:none">
<?php echo $this->Field('cj_ex', $this->fields->get('cj_ex'), 'text');?>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B