From 57c7bcd61589c1ef73aa04b5cd3371a41a63836e Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Thu, 19 Oct 2017 05:12:35 +0000 Subject: [PATCH] This closes #11 by turning shop_id into a link. * transaction.css was too low a priority so added style in transaction_log. --- css/transactions.css | 7 +++++++ transaction_log.php | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/css/transactions.css b/css/transactions.css index f6113a5..21cee04 100644 --- a/css/transactions.css +++ b/css/transactions.css @@ -138,4 +138,11 @@ input[value=Save]:focus, input[value=Close]:focus { #original_price, #membership_discount, #membership_discount_price { display: none; color: blueviolet; +} + +//.css({color: "#1b691e", textDecoration: "none", cursor: "crosshair"}); +.shop_id a { + background-color: #1b691e; + cursor: crosshair; + text-decoration: none; } \ No newline at end of file diff --git a/transaction_log.php b/transaction_log.php index c88578e..ff4b58a 100644 --- a/transaction_log.php +++ b/transaction_log.php @@ -660,12 +660,14 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
- > - + + +