1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

Adds examine_shop class for future changes: #43 & #47

This commit is contained in:
Jonathan Rosenbaum 2017-12-16 09:19:56 +00:00
parent d0028b5779
commit d802552d7f

View File

@ -166,7 +166,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
</form> </form>
<?php } else { // end if EDIT RECORD ?> <?php } else { // end if EDIT RECORD ?>
<tr> <tr>
<td><?php echo "<a href=\"{$page_shop_log}?shop_id={$row_Recordset1['shop_id']}\">Shop ID: {$row_Recordset1['shop_id']}</a>";?></td> <td><?php echo "<a href=\"{$page_shop_log}?shop_id={$row_Recordset1['shop_id']}\" class=\"examine_shop\">Shop ID: {$row_Recordset1['shop_id']}</a>";?></td>
<td><?php echo $row_Recordset1['date'] . ' (' . $row_Recordset1['day'] . ')'; ?></td> <td><?php echo $row_Recordset1['date'] . ' (' . $row_Recordset1['day'] . ')'; ?></td>
<td><?php echo $row_Recordset1['shop_location']; ?></td> <td><?php echo $row_Recordset1['shop_location']; ?></td>
<td><?php echo $row_Recordset1['shop_type']; ?></td> <td><?php echo $row_Recordset1['shop_type']; ?></td>