Skip to content
Snippets Groups Projects
Commit 2131247c authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

final

parent 45f0a365
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,9 @@ ...@@ -30,8 +30,9 @@
<h3>Filtres</h3> <h3>Filtres</h3>
<form method="get" name="filterForm"> <form method="get" name="filterForm">
<div class="form-group"> <div class="form-group">
<label>Example multiple select</label> <label>Trier par entité/bloc</label>
<select multiple class="form-control" name="blocs[]"> <select multiple class="form-control" name="blocs[]">
<option value="">Aucune</option>
<?php <?php
$items = Shop::getAllProducts(); $items = Shop::getAllProducts();
foreach($items as $item) { foreach($items as $item) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment