Browse Source

Removes unneccessary information from the top of the page.

1) It is not clear what the historic purpose was of having shop 90 at the top of the page.
devel
Jonathan Rosenbaum 9 years ago
parent
commit
171b779df7
  1. 2
      individual_history_log.php

2
individual_history_log.php

@ -158,7 +158,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
<table border="0" cellpadding="1" cellspacing="0">
<tr>
<td align="left" valign="bottom"><?php echo $error_message;?>
Shop ID: <span class="yb_standarditalics"><?php echo $individual_shop_id;?></span>; &nbsp;Location: <span class="yb_standarditalics"><?php echo $shop_location;?></span>; &nbsp;Date: <span class="yb_standarditalics"><?php echo $shop_date;?></span>; &nbsp;Shop Type: <span class="yb_standarditalics"><?php echo $shop_type;?></span> </td>
</td>
</tr>
<tr>
<td>

Loading…
Cancel
Save