Ejemplo n.º 1
0
								          <div class="table-responsive">  
								          <table class="table" id="tblGrid">
								            <thead id="tblHead">
								              <tr>
								                <th style="color:white">Τίτλος</th>
								                <th style="color:white">Βιβλιοθήκη</th>
								                <th style="color:white">Κατηγορία</th>
								                <th style="color:white">Επιλογή</th>
								              </tr>
								            </thead>
								            
								            <tbody>
								              <?php 
        if (count($_SESSION['cart']) > 0) {
            $material = new Material();
            $material->update_upper_cart();
        } else {
            unset($_SESSION['cart']);
        }
        ?>
								            </tbody>
								          </table>
								          </div>
										</div>
								        <div class="modal-footer">
								          <button id="modal-button" type="button" class="btn btn-default " data-dismiss="modal">Κλείσιμο</button>
								          <button type="button" class="btn btn-danger " data-dismiss="modal" onclick='cleanCart()'>Διαγραφή Όλων</button>
								          <a href="?page=confirmLoan" style="background-color: #EC971F;border-color:#EC971F;" class="btn btn-primary">Επιβεβαίωση Δανεισμού</a>
								        </div>
												
								      </div><!-- /.modal-content -->