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

Adds sale date error span.

This commit is contained in:
Jonathan Rosenbaum 2015-01-26 19:32:43 +00:00
parent fd7ad163cf
commit 75bf45ad0e
2 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ input[value=Save]:focus, input[value=Close]:focus {
} }
/* errors */ /* errors */
#current_shop, #current_shop, #date_error,
#transaction_start_error, #transaction_start_error,
#sold_by_error, #sold_to_error, #sold_by_error, #sold_to_error,
#description_error, #description_error,

View File

@ -417,6 +417,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
<tr><td>&nbsp;</td> <tr><td>&nbsp;</td>
<td><label for="date"><?php echo $row_Recordset3['fieldname_date']; ?>:</label></td> <td><label for="date"><?php echo $row_Recordset3['fieldname_date']; ?>:</label></td>
<td><input name="date" type="text" id="date" value="<?php echo $row_Recordset2['date_day']; ?>" size="10" maxlength="10" /> <td><input name="date" type="text" id="date" value="<?php echo $row_Recordset2['date_day']; ?>" size="10" maxlength="10" />
<span id="date_error"></span>
<SCRIPT> <SCRIPT>
function FillDate() { function FillDate() {