|
|
@@ -186,12 +186,14 @@ if(!empty($_GET["view"])) |
|
|
|
|
|
|
|
</div> |
|
|
|
<hr /> |
|
|
|
<div class="list-group col-lg-9"> |
|
|
|
<a class="list-group-item"> |
|
|
|
<h4>Notes :</h4> |
|
|
|
<p class="list-group-item-text"><?php echo $entry->notes ?></p> |
|
|
|
</a> |
|
|
|
<h3>Prise de note</h3> |
|
|
|
<div class="col-lg-9"> |
|
|
|
<form action="../../play/action_phone.php?edit_notes&entry=<?php echo $entry->nom; ?>" method="post"> |
|
|
|
<textarea class="form-control" name="notes" id="notes<?php echo $itemnb; ?>" rows="6"><?php echo $entry->notes;?></textarea> |
|
|
|
<input type="submit" class="btn-lg btn-info" style="float:right;" value="OK" /> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- /phoneview --> |
|
|
|