issue #0001488 : Suppression cut-off de l'edition de la fiche

This commit is contained in:
Michael RICOIS 2013-03-20 14:25:54 +00:00
parent dd52302193
commit 6abcb054fd

View File

@ -156,30 +156,6 @@ if (substr($this->etab->autreId,0,1)=='W'){
</select> </select>
</div> </div>
<div>
<label>Encours</label>
<input type="text" name="score[encours]" value="">
<span class="left"></span>
</div>
<div>
<label>Note indiScore</label>
<input style="width:25px;" type="text" name="score[scoreSolv]" value="">
<span class="left"> / 100</span>
</div>
<div>
<label>Note Dirigeance</label>
<input style="width:25px;" type="text" name="score[scoreDir]" value="">
<span class="left"> / 100</span>
</div>
<div>
<label>Note Conformité</label>
<input style="width:25px;" type="text" name="score[scoreConf]" value="">
<span class="left"> / 100</span>
</div>
<?php <?php
$disable = ' disabled'; $disable = ' disabled';
if(substr($this->etab->FJ,0,1)=='1' || in_array($this->etab->FJ, array(2310, 2320, 2385))) { if(substr($this->etab->FJ,0,1)=='1' || in_array($this->etab->FJ, array(2310, 2320, 2385))) {