|
|
@@ -155,13 +155,17 @@ foreach($xml->entry as $entry) { |
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<div class="list-group">
|
|
|
|
<div class="list-group col-lg-9">
|
|
|
|
<a class="list-group-item">
|
|
|
|
<button class="btn btn-default btn-xs" data-toggle="modal" data-target="#notes<?php echo $itemnb; ?>" style="float:right;"><i class="ionicons ion-edit"></i></button>
|
|
|
|
<h4>Notes :</h4>
|
|
|
|
<p class="list-group-item-text"><?php echo $entry->notes ?></p>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-3">
|
|
|
|
<h4><i class="glyphicon glyphicon-gift" style="color:blue;";></i> <strong><?php echo $entry->gift; ?></strong></h4>
|
|
|
|
<?php button_modif_gift("gift_moins", $entry->nom, "-"); ?><?php button_modif_gift("gift_plus", $entry->nom, "+"); ?>
|
|
|
|
</div>
|
|
|
|
<!-- notes -->
|
|
|
|
<div class="modal fade" id="notes<?php echo $itemnb;?>" tabindex="-1" role="dialog" aria-labelledby="notes<?php echo $itemnb;?>" aria-hidden="true">
|
|
|
|
<div class="modal-dialog">
|
|
|
|