diff --git a/pages/client/shops.php b/pages/client/shops.php index 99e67b6399a922776edba028614064935326f9ef..d49b40293ac2f1fe071a33345c1b3bdb7b7084c1 100644 --- a/pages/client/shops.php +++ b/pages/client/shops.php @@ -30,8 +30,9 @@ <h3>Filtres</h3> <form method="get" name="filterForm"> <div class="form-group"> - <label>Example multiple select</label> + <label>Trier par entité/bloc</label> <select multiple class="form-control" name="blocs[]"> + <option value="">Aucune</option> <?php $items = Shop::getAllProducts(); foreach($items as $item) {