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:
parent
fd7ad163cf
commit
75bf45ad0e
@ -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,
|
||||||
|
@ -417,6 +417,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
|||||||
<tr><td> </td>
|
<tr><td> </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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user