|
@@ -82,8 +82,6 @@ $hardwares = !empty($employee->hardware) ? json_decode($employee->hardware,true)
|
|
<label><input type="checkbox" <?php echo (in_array($item->id, $hardwares) ? 'checked="checked"':'' ) ?> data-id="<?php echo $item->id; ?>" class="hardware" data-type="checkbox"> <?php echo $item->label; ?></label>
|
|
<label><input type="checkbox" <?php echo (in_array($item->id, $hardwares) ? 'checked="checked"':'' ) ?> data-id="<?php echo $item->id; ?>" class="hardware" data-type="checkbox"> <?php echo $item->label; ?></label>
|
|
<?php endforeach; ?>
|
|
<?php endforeach; ?>
|
|
<br/>
|
|
<br/>
|
|
- <label for="date">Date</label>
|
|
|
|
- <input value="<?php if(!empty($employee->date)) echo date('d/m/Y',$employee->date); ?>" class="form-control" type="text" data-type="date" title="format jj/mm/aaaa" placeholder="JJ/MM/AAAA" id="date" >
|
|
|
|
<br/>
|
|
<br/>
|
|
<label for="comment">Information sur le recrutement</label>
|
|
<label for="comment">Information sur le recrutement</label>
|
|
<textarea class="" type="text" data-type="wysiwyg" id="comment"><?php echo $employee->comment; ?></textarea>
|
|
<textarea class="" type="text" data-type="wysiwyg" id="comment"><?php echo $employee->comment; ?></textarea>
|