Skip to content

Commit

Permalink
fix: risk_list
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-theo committed Mar 22, 2021
1 parent f8a99d2 commit eb0a90d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions risk_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,12 @@ class="evaluation-cotation cotation wpeo-button"><?php echo $request; ?>
</div>
</div>
</div>

<div>
<div data-title="evaluationComment<?php echo $object->id ?>" class="table-cell table-100 cell-comment">
Commentaire :
<?php print '<textarea name="evaluationComment'. $object->id .'" id="evaluationComment'. $object->id .'" class="minwidth150" rows="'.ROWS_2.'">'.('').'</textarea>'."\n"; ?>
</div>
</div>
<div>
<div class="photo-container grid wpeo-modal-event tooltip hover">
PHOTO :
Expand Down Expand Up @@ -1361,12 +1366,6 @@ class="evaluation-cotation cotation wpeo-button"><?php echo $request; ?>
<?php endif; ?>
</div>
</div>
<div>
<div data-title="evaluationComment<?php echo $object->id ?>" class="table-cell table-100 cell-comment">
Commentaire :
<?php print '<textarea name="evaluationComment'. $object->id .'" id="evaluationComment'. $object->id .'" class="minwidth150" rows="'.ROWS_2.'">'.('').'</textarea>'."\n"; ?>
</div>
</div>

</div>

Expand Down

0 comments on commit eb0a90d

Please sign in to comment.